Вход Регистрация
Файл: adultscript-2.0.3-pro/files/admin/templates/default/channel_network_search.tpl.php
Строк: 141
<?php defined('_VALID') or die('Restricted Access!'); ?>
                <?php if (!isset($this->option)): $this->option = (isset($_SESSION['search_network_option'])) ?
                    
$_SESSION['search_channel_option'] :
                    array(
'name' => '''network_id' => 0'username' => '''sort' => 'n.network_id''order' => 'DESC''display' => 10);
                endif; 
?>
                <div id="search_advanced" style="display: none;">
                <form id="search-network-form" method="post" action="<?php echo ADMIN_URL?>/index.php?q=channel/network/manage">
                  <fieldset>
                      <legend>Advanced Search</legend>
                    <table width="100%" border="0" cellspacing="2" cellpadding="1" class="search">
                    <tr>
                        <td>
                            <div class="optional">
                                <label for="network_id" class="search">ID</label>
                                <input name="network_id" type="text" id="network_id" class="medium" value="<?php echo e($this->option['network_id']); ?>" />                                
                            </div>
                        </td>
                        <td>
                            <div class="optional">
                                <label for="name" class="search">Name</label>
                                <input name="name" type="text" id="name" class="medium" value="<?php echo e($this->option['name']); ?>" />
                            </div>
                        </td>
                        <td>
                            <div class="optional">
                                <label for="username" class="search">Username</label>
                                <input name="username" type="text" id="username" class="medium" value="<?php echo e($this->option['username']); ?>" />
                            </div>
                        </td>
                    </tr>
                    <tr>
                        <td>
                            <div class="optional">
                                <label for="sort" class="search">Sort</label>
                                <select name="sort" id="sort">
                                <option value="n.network_id"<?php if ($this->option['sort'] == 'n.network_id'): echo ' selected="selected"'; endif; ?>>Id</option>
                                <option value="n.name"<?php if ($this->option['sort'] == 'n.name'): echo ' selected="selected"'; endif; ?>>Name</option>
                                <option value="n.total_channels"<?php if ($this->option['sort'] == 'n.total_channels'): echo ' selected="selected"'; endif; ?>>Total Channels</option>
                                <option value="n.total_videos"<?php if ($this->option['sort'] == 'n.total_videos'): echo ' selected="selected"'; endif; ?>>Total Videos</option>
                                </select>
                            </div>
                        </td>
                        <td>
                            <div class="optional">
                                <label for="order" class="search">Order</label>
                                <select name="order" id="order">
                                <option value="ASC"<?php if ($this->option['order'] == 'ASC'): echo ' selected="selected"'; endif; ?>>ASC</option>
                                <option value="DESC"<?php if ($this->option['order'] == 'DESC'): echo ' selected="selected"'; endif; ?>>DESC</option>
                                </select>
                            </div>
                        </td>
                        <td>
                            <div class="optional">
                                <label for="display" class="search">Display</label>
                                <select name="display" id="display">
                                <option value="5"<?php if ($this->option['display'] == '5'): echo ' selected="selected"'; endif; ?>>5</option>
                                <option value="10"<?php if ($this->option['display'] == '10'): echo ' selected="selected"'; endif; ?>>10</option>
                                <option value="20"<?php if ($this->option['display'] == '20'): echo ' selected="selected"'; endif; ?>>20</option>
                                <option value="30"<?php if ($this->option['display'] == '30'): echo ' selected="selected"'; endif; ?>>30</option>
                                <option value="50"<?php if ($this->option['display'] == '50'): echo ' selected="selected"'; endif; ?>>50</option>
                                <option value="100"<?php if ($this->option['display'] == '100'): echo ' selected="selected"'; endif; ?>>100</option>
                                <option value="200"<?php if ($this->option['display'] == '200'): echo ' selected="selected"'; endif; ?>>200</option>
                                </select>
                            </div>
                        </td>
                    </tr>
                    <tr>
                        <td colspan="3">
                            <div style="text-align: center; margin-top: 3px;">
                                <input name="submit_search" type="submit" class="button butDef" value=" Search " />
                                <input name="submit_reset" type="submit" class="button butDef" value=" Reset " />
                            </div>
                        </td>
                    </tr>
                    </table>
                </fieldset>
                </form>
                </div>
Онлайн: 4
Реклама