Вход Регистрация
Файл: adultscript-2.0.3-pro/files/mobile/templates/default/pornstar_search.tpl.php
Строк: 52
<?php defined('_VALID') or die('Restricted Access!'); ?>
    <div data-role="content">
        <form method="get" action="<?php echo MOBILE_URL?>/search/pornstar/">
        <input name="query" type="hidden" value="<?php echo e($this->query); ?>">
        <fieldset data-role="controlgroup" data-type="horizontal">
            <label for="sort">Order</label>
            <select name="sort" id="sort">
                <option value="relevance"<?php if ($this->order == 'relevance'): echo ' selected="selected"'; endif; echo '>',__('relevance'); ?></option>
                <option value="added"<?php if ($this->order == 'added'): echo ' selected="selected"'; endif; echo '>',__('added'); ?></option>
                <option value="views"<?php if ($this->order == 'views'): echo ' selected="selected"'; endif; echo '>',__('views'); ?></option>
                <option value="rating"<?php if ($this->order == 'rating'): echo ' selected="selected"'; endif; echo '>',__('rating'); ?></option>
            </select>
            <button type="submit" class="ui-btn ui-icon-search ui-btn-icon-left ui-btn-inline">Go</button>
        </fieldset>
        </form>
        <?php if ($this->pornstars): echo $this->fetch('pornstar_list'); ?>
        <center><?php echo p('pagination'$this->paginationbuild_search_url($this->query$this->page$this->order)) ?></center>
        <?php else: ?>
        <div class="none"><?php echo __('no-pornstars'); ?></div>
        <?php endif; ?>
    </div>
Онлайн: 1
Реклама