Файл: adultscript-2.0.3-pro/files/admin/templates/default/nuevo_midrollset.tpl.php
Строк: 102
<?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_ads_menu'); ?>
<div class="tabContent clearfix">
<br />
<form name="nuevo-form" id="nuevo-form" method="post" action="<?php echo ADMIN_URL; ?>/index.php?q=nuevo/midrollset">
<center><div class="tab1" style="display:table;text-align:left;">
<fieldset class="clearfix">
<legend style="color:#990000;">Midroll Ads Settings</legend>
<br />
<div class="required">
<label for="background">Background color</label>
<input name="background" type="text" value="<?php echo e($this->ad['background']); ?>" maxlength="6" class="tiny" /> ( HEX value )
</div>
<div class="required">
<label for="opacity">Opacity</label>
<input name="opacity" type="text" value="<?php echo e($this->ad['opacity']); ?>" maxlength="3" class="tiny" /> ( max 100 )
</div>
<div class="required">
<label for="outline">Outline</label>
<select name="outline">
<option value="1" selected="selected">Yes</option>
<option value="0"<?php if($this->ad['outline']=='0') echo 'selected="selected"'; ?>>No</option>
</select>
</div>
<div class="required">
<label for="titlecolor">Title color</label>
<input name="titlecolor" type="text" value="<?php echo e($this->ad['titlecolor']); ?>" maxlength="6" class="tiny" /> ( HEX value )
</div>
<div class="required">
<label for="desccolor">Description color</label>
<input name="desccolor" type="text" value="<?php echo e($this->ad['desccolor']); ?>" maxlength="6" class="tiny" /> ( HEX value )
</div>
<div class="required">
<label for="linkcolor">Link color</label>
<input name="linkcolor" type="text" value="<?php echo e($this->ad['linkcolor']); ?>" maxlength="6" class="tiny" /> ( HEX value )
</div>
<div class="required">
<label for="aboutcolor">About color</label>
<input name="aboutcolor" type="text" value="<?php echo e($this->ad['aboutcolor']); ?>" maxlength="6" class="tiny" /> ( HEX value )
</div>
<div class="required">
<label for="hovercolor">Hover color</label>
<input name="hovercolor" type="text" value="<?php echo e($this->ad['hovercolor']); ?>" maxlength="6" class="tiny" /> ( HEX value )
</div>
<div class="required">
<label for="abouttext">About text</label>
<input name="abouttext" type="text" value="<?php echo e($this->ad['abouttext']); ?>" maxlength="30" class="large" />
</div>
<div class="required">
<label for="abouturl">About URL</label>
<input name="abouturl" type="text" value="<?php echo e($this->ad['abouturl']); ?>" class="large" />
</div>
<div class="required">
<label for="canclose">Allow to close Ad</label>
<select name="canclose">
<option value="1" selected="selected">Yes</option>
<option value="0"<?php if($this->ad['canclose']=='0') echo 'selected="selected"'; ?>>No</option>
</select>
</div>
<div class="required">
<label for="defstart">Default show start time</label>
<input name="defstart" type="text" value="<?php echo e($this->ad['defstart']); ?>" maxlength="4" class="tiny" /> ( seconds )
</div>
<div class="required">
<label for="defruntime">Default show start time</label>
<input name="defruntime" type="text" value="<?php echo e($this->ad['defruntime']); ?>" maxlength="3" class="tiny" /> ( seconds )
</div>
<br />
<div class="submit">
<input name="update_midroll" type="submit" class="button butDef" value=" Update Midroll Settings " />
</div>
<br />
</div></center>
</form>
</div>
</div>
</div>
</div>