Файл: adultscript-2.0.3-pro/files/admin/templates/default/nuevo_progressthumbs.tpl.php
Строк: 41
<?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_plugins_menu'); ?>
<div class="tabContent clearfix">
<form name="nuevo-form" id="nuevo-form" method="post" action="<?php echo ADMIN_URL; ?>/index.php?q=nuevo/progressthumbs">
<center><div class="tab1" style="display:table;text-align:left;">
<fieldset class="clearfix" style="padding:8px;">
<legend style="color:#990000;">Progress Thumnbs Settings</legend>
<br />
<div class="required">
<label for="slidebackcolor">Back color</label>
<input style="width:80px;" maxlength="6" name="slidebackcolor" type="text" value="<?php echo e($this->data['slidebackcolor']); ?>" id="slidebackcolor" class="small" /> HEX color
</div>
<div class="required">
<label for="slidetextcolor">Text color</label>
<input style="width:80px;" maxlength="6" name="slidetextcolor" type="text" value="<?php echo e($this->data['slidetextcolor']); ?>" id="slidetextcolor" class="small" /> HEX color
</div>
</fieldset>
</div></center>
<div class="submit">
<br />
<input name="submit_slide_settings" type="submit" id="submit_slide" class="button butDef" value=" Update Plugin Settings " />
<br />
</div>
<br />
</div>
</div>
</div>
</div>