Вход Регистрация
Файл: adultscript-2.0.3-pro/files/admin/templates/default/nuevo_overlaynew.tpl.php
Строк: 100
<?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/overlaynew">
                <center><div class="tab1" style="display:table;text-align:left;">
                    <fieldset class="clearfix">
                    <legend style="color:#990000;">Create new overlay ad</legend>
                    <br />
                    <div class="required">
                        <label for="title">Ad title</label>
                        <input name="title" type="text" value="<?php echo e($this->ad['title']); ?>" maxlength="20" class="large" /> (max 20 chars)
                    </div>
                    <div class="required">
                        <label for="owner">Ad owner name</label>
                        <input name="owner" type="text" value="<?php echo e($this->ad['owner']); ?>" maxlength="20" class="large" /> (max 20 chars)
                    </div>
                    <div class="required">
                        <label for="title">Ad owner email</label>
                        <input name="email" type="text" value="<?php echo e($this->ad['email']); ?>" class="large" />
                    </div>
                    <div class="required">
                        <label for="media">Ad source URL</label>
                        <input name="media" type="text" value="<?php echo e($this->ad['media']); ?>" class="large" /> (jpg,gif,png)
                    </div>
                    <div class="required">
                        <label for="url">Click URL</label>
                        <input name="url" type="text" value="<?php echo e($this->ad['url']); ?>" class="large" />
                    </div>
                    <div class="required">
                        <label for="active">Link target</label>
                        <select name="target">
                        <option value="_self" selected="selected">_self</option>
                        <option value="_blank"<?php if($this->ad['target']=='_blank') echo 'selected="selected"'?>>_blank</option>
                        </select>
                    </div>
                    <div class="required">
                        <label for="start">Overlay show time</label>
                        <input name="start" type="text" value="<?php echo e($this->ad['start']); ?>" class="tiny" /> (in seconds)
                    </div>
                    <div class="required">
                        <label for="pause">Overlay pause video</label>
                        <select name="pause">
                        <option value="1">Yes, pause video</option>
                        <option value="0"<?php if($this->ad['pause']!='1') echo 'selected="selected"'?>>No, do not pause video</option>
                        </select>
                    </div>
                    <div class="required">
                        <label for="delay">Overlay close button delay</label>
                        <input name="delay" type="text" value="<?php echo e($this->ad['delay']); ?>" class="tiny" /> (seconds)
                    </div>
                    <div class="required">
                        <label for="channel">Video channel</label>
                        <select name="channel">
                        <option value="0" selected="selected">All channels</option>
                        <?php foreach ($this->categories as $chn): ?>
                            <option value="<?php echo $chn['cat_id']; ?>"<?php if($this->ad['channel']==$chn['cat_id']) echo ' selected="selected"'?>><?php echo $chn['name']; ?></option>
                        <?php endforeach; ?>
                        </select>
                    </div>

                    <div class="required">
                        <label for="active">Active</label>
                        <select name="active">
                        <option value="0" selected="selected">No</option>
                        <option value="1"<?php if($this->ad['active']=='1') echo 'selected="selected"'?>>Yes</option>
                        </select>
                    </div>
                    <br />
                    <div class="submit">
                        <input name="create_ad" type="submit" class="button butDef" value=" Create Overlay Ad " />
                    </div>
                    <br />
                </div></center>
                </form>

                </div>
            </div>
        </div>
    </div>
Онлайн: 0
Реклама