Файл: adultscript-2.0.3-pro/files/admin/templates/default/nuevo_languagenew.tpl.php
Строк: 56
<style>
.lab {font-size:11px;color:#999 !important;}
.inp {width:400px;margin-bottom:10px;}
</style>
<?php defined('_VALID') or die('Restricted Access!'); ?>
<?php echo $this->fetch('errors'); ?>
<?php echo $this->fetch('messages'); ?>
<?php echo $this->fetch('warnings'); ?>
<div id="container" class="clearfix">
<div id="page">
<?php echo $this->fetch('nuevo_menu'); ?>
<div class="content clearfix">
<?php echo $this->fetch('nuevo_language_menu'); ?>
<div class="tabContent clearfix">
<center><div class="tab1" style="display:table;text-align:left;">
<br /><br />
<form method="POST" action="<?php echo ADMIN_URL; ?>/index.php?q=nuevo/languagenew">
<div class="required">
<label for="filename">Language filename</label>
<input type="text" name="filename" value="<?php echo $this->filename; ?>" maxlength="5" size="10" /><br />
<span style="color:#888;">Keep filename in ASP language format, such as 'fr-FR', 'ru-RU', 'es-ES'</span>
</div>
<br /><br />
<?php foreach ($this->datalang as $ln):?>
<span class="lab"><?php echo $ln['def'];?></span><br />
<input class="inp" type="text" name="<?php echo $ln['key']; ?>" value="<?php echo $ln['val'];?>" /><br />
<?php endforeach; ?>
<div class="submit">
<input name="create_language" type="submit" class="button butDef" value=" Create Language " />
</div>
</form>
</div></center>
</div>
</div>
</div>
</div>