Вход Регистрация
Файл: adultscript-2.0.3-pro/files/admin/templates/default/nuevo_player.tpl.php
Строк: 188
<?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_player_menu'); ?>
                
                <div class="tabContent clearfix">
                <form name="nuevo-form" id="nuevo-form" method="post" action="<?php echo ADMIN_URL?>/index.php?q=nuevo/player">
                <center><div class="tab1" style="display:table;text-align:left;">
                    <fieldset class="clearfix" style="padding:8px;">
                    <legend style="color:#990000;">Nuevoplayer Settings</legend>
                    <br />
                    <div class="required">
                        <label for="regkey">License key</label>
                        <input name="regkey" type="text" value="<?php echo e($this->player['regkey']); ?>" id="regkey" class="large" />
                    </div>
                    <div class="required">
                        <label for="skin">Player skin</label>
                        <select name="skin" id="skin">
                        <option value="" selected="selected">Default black</option>
                        <?php foreach ($this->skins as $skn): ?>
                            <option value="<?php echo $skn?>"<?php if($this->player['skin']==$skn) echo ' selected="selected"'?>><?php echo $skn?></option>
                        <?php endforeach; ?>
                        </select>
                    </div>

                    <div class="required">
                        <label for="playbar">Playbar type (flash only)</label>
                        <select name="playbar">
                        <option value="bottom" selected="selected">Bottom (default)</option>
                        <option value="over"<?php if($this->player['playbar']=='over') echo 'selected="selected"'?>>Over screen</option>
                        </select>
                    </div>
                    <div class="required">
                        <label for="player_height">Website player width</label>
                        <input name="player_width" type="text" value="<?php echo e($this->player['player_width']); ?>" class="tiny" /> 
                        <select name="player_width_method"><option value='px'>px</option><option value="%"<?php if($this->player['player_width_method']=='%') echo ' selected="selected"'?>>%</option></select>
                    </div>
                    <div class="required">
                        <label for="player_height">Website player height</label>
                        <input name="player_height" type="text" value="<?php echo e($this->player['player_height']); ?>" class="tiny" /> <select name="player_height_method"><option value='px'>px</option><option value="%"<?php if($this->player['player_height_method']=='%') echo ' selected="selected"'?>>%</option></select>
                    </div>
                    

                    </fieldset>
                    </div></center>
                    <br />

                    <center><div class="tab1" style="display:table;text-align:left;">
                    <fieldset class="clearfix" style="display:table;text-align:left;">
                    <legend style="color:#990000;">Basic plugins</legend>
                    <br />
                    <div class="required">
                        <label for="plugin_midroll">Preroll Ads Plugin</label>
                        <select name="plugin_preroll">
                        <option value="0" selected="selecetd">No</option>
                        <option value="1"<?php if($this->player['plugin_preroll'] == '1') echo 'selected="selected"'?>>Yes</option>
                        </select>
                    </div>
                    <div class="required">
                        <label for="plugin_midroll">Midroll Ads Plugin</label>
                        <select name="plugin_midroll">
                        <option value="0" selected="selecetd">No</option>
                        <option value="1"<?php if($this->player['plugin_midroll'] == '1') echo 'selected="selected"'?>>Yes</option>
                        </select>
                    </div>
                    <div class="required">
                        <label for="plugin_overlay">Overlay Ads Plugin</label>
                        <select name="plugin_overlay">
                        <option value="0" selected="selecetd">No</option>
                        <option value="1"<?php if($this->player['plugin_overlay'] == '1') echo 'selected="selected"'?>>Yes</option>
                        </select>
                    </div>
                    <div class="required">
                        <label for="plugin_ticker">Ticker Plugin</label>
                        <select name="plugin_ticker">
                        <option value="0" selected="selecetd">No</option>
                        <option value="1"<?php if($this->player['plugin_ticker'] == '1') echo 'selected="selected"'?>>Yes</option>
                        </select>
                    </div>
                    </fieldset>
                    </div>
                    <br />
                    
                    <center><div class="tab1" style="display:table;text-align:left;">
                    <fieldset class="clearfix" style="padding:8px;">
                    <legend style="color:#990000;">Misc settings</legend>
                    <br />
                    <div class="required">
                        <label for="skin">Default stretching mode (flash)</label>
                        <select name="stretching">
                        <option value="aspect" selected="selected">Keep aspect ration</option>
                        <option value="fit"<?php if($this->player['stretching']=='fit') echo 'selected="selected"'?>>Fit to window</option>
                        </select>
                    </div>
                    <div class="required">
                        <label for="autostart">Autostart</label>
                        <select name="autostart">
                        <option value="1" selected="selected">Yes</option>
                        <option value="0"<?php if($this->player['autostart']=='0') echo 'selected="selected"'?>>No</option>
                        </select>
                    </div>
                    <div class="required">
                        <label for="volume">Default volume</label>
                        <input type="text" class="tiny" maxlength="3" name="volume" value="<?php echo e($this->player['volume']); ?>" /> (max 100)
                    </div> 
                    <div class="required">
                        <label for="usetooltips">Show tooltips</label>
                        <select name="usetooltips">
                        <option value="1" selected="selected">Yes</option>
                        <option value="0"<?php if($this->player['usetooltips']=='0') echo 'selected="selected"'?>>No</option>
                        </select>
                    </div>
                    </fieldset>
                    <br />
                    </div></center>
                    <center><div class="tab1" style="display:table;text-align:left;">
                    <fieldset class="clearfix" style="padding:8px;">
                    <legend style="color:#990000;">Logo options</legend>
                    <br />
                    <div class="required">
                        <label for="barlogo">Controlbar logo image URL (jpg,gif,png):</label>
                        <input name="barlogo" type="text" value="<?php echo e($this->player['barlogo']); ?>" class="large" /> (URL with http)
                    </div>
                    <div class="required">
                        <label for="logo">Logo image URL (jpg,gif,png):</label>
                        <input name="logo" type="text" value="<?php echo e($this->player['logo']); ?>" class="large" /> (URL with http)
                    </div>
                    <div class="required">
                        <label for="logourl">Logo click URL:</label>
                        <input name="logourl" type="text" value="<?php echo e($this->player['logo']); ?>" class="large" /> (URL with http)
                    </div>
                    <div class="required">
                        <label for="logoalign">Logo position</label>
                        <select name="logoalign">
                        <option value="LT"<?php if($this->player['logoalign']=='LT') echo 'selected="selected"'?>>Top Left</option>
                        <option value="RT" selected="selected">Top Right</option>
                        <option value="LB"<?php if($this->player['logoalign']=='LB') echo 'selected="selected"'?>>Bottom Left</option>
                        <option value="RB"<?php if($this->player['logoalign']=='RB') echo 'selected="selected"'?>>Bottom Right</option>
                        </select>
                    </div> 
                    <div class="required">
                        <label for="logooffsetx">Logo offset X:</label>
                        <input name="logooffsetx" type="text" value="<?php echo e($this->player['logooffsetx']); ?>" class="tiny" maxlength="3" />
                    </div>
                    <div class="required">
                        <label for="logooffsety">Logo offset Y:</label>
                        <input name="logooffsety" type="text" value="<?php echo e($this->player['logooffsety']); ?>" class="tiny" maxlength="3" />
                    </div>

                    </fieldset>
                    </div></center>


                    <div class="submit">
                        <br />
                        <input name="submit_player_settings" type="submit" id="submit_player" class="button butDef" value=" Update Player Settings " />
                        <br />
                    </div>


                    </div></center>
                    <br />
                </div>
            </div>
        </div>
    </div>
Онлайн: 2
Реклама