Ignore:
Timestamp:
Jan 28, 2012, 6:45:06 PM (12 years ago)
Author:
Zaphod
Message:

version 2.1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/template/comments.tpl

    r12659 r12960  
    66<div class="titrePage">
    77        <div class="browsePath">
    8                 <h2><a href="{$U_HOME}" title="{'Home'|@translate}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'User comments'|@translate}</h2>
     8                <h2>
     9                        {if isset($MENUBAR)}
     10                                <span id="menuswitcher" title="{'Show/hide menu'|@translate}">{'Menu'|@translate}</span><span class="arrow"> »</span>
     11                        {/if}
     12                        <a href="{$U_HOME}">{'Home'|@translate}</a>
     13                        {$LEVEL_SEPARATOR}{'User comments'|@translate}
     14                </h2>
    915        </div>
    1016</div>
    1117<div id="content">
    12         <form class="filter" action="{$F_ACTION}" method="get">
    13                 <fieldset>
    14                         <legend>{'Filter'|@translate}</legend>
    15                         <label>{'Keyword'|@translate}&nbsp;<input type="text" name="keyword" value="{$F_KEYWORD}">&nbsp;&nbsp;</label>
    16                         <label>{'Author'|@translate}&nbsp;<input type="text" name="author" value="{$F_AUTHOR}">&nbsp;&nbsp;</label>
    17                         <label>
    18                                 {'Album'|@translate}
    19                                 <select name="cat">
    20                                         <option value="0">------------</option>
    21                                         {html_options options=$categories selected=$categories_selected}
    22                                 </select>&nbsp;
    23                         </label>
    24                         <label>
    25                                 {'Since'|@translate}
    26                                 <select name="since">
    27                                         {html_options options=$since_options selected=$since_options_selected}
    28                                 </select>
    29                         </label>
    30                 </fieldset>
    31                 <fieldset>
    32                         <legend>{'Display'|@translate}</legend>
    33                         <label>
    34                                 {'Sort by'|@translate}
    35                                 <select name="sort_by">
    36                                         {html_options options=$sort_by_options selected=$sort_by_options_selected}
    37                                 </select>&nbsp;
    38                         </label>
    39                         <label>
    40                                 {'Sort order'|@translate}
    41                                 <select name="sort_order">
    42                                         {html_options options=$sort_order_options selected=$sort_order_options_selected}
    43                                 </select>&nbsp;
    44                         </label>
    45                         <label>
    46                                 {'Number of items'|@translate}
    47                                 <select name="items_number">
    48                                         {html_options options=$item_number_options selected=$item_number_options_selected}
    49                                 </select>
    50                         </label>
    51                 </fieldset>
    52                 <p><input class="submit" type="submit" value="{'Filter and display'|@translate}"></p>
    53         </form>
    54         {if !empty($navbar) }{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if}
    55         {if isset($comments)}
    56                 <div id="comments">
    57                         {include file='comment_list.tpl'}
     18        {if isset($MENUBAR)}{$MENUBAR}{/if}
     19        <div id="content_cell">
     20                <div class="content_block">
     21                        <form class="filter" action="{$F_ACTION}" method="get">
     22                                <fieldset>
     23                                        <legend>{'Filter'|@translate}</legend>
     24                                        <label>{'Keyword'|@translate}&nbsp;<input type="text" name="keyword" value="{$F_KEYWORD}">&nbsp;&nbsp;</label>
     25                                        <label>{'Author'|@translate}&nbsp;<input type="text" name="author" value="{$F_AUTHOR}">&nbsp;&nbsp;</label>
     26                                        <label>
     27                                                {'Album'|@translate}
     28                                                <select name="cat">
     29                                                        <option value="0">------------</option>
     30                                                        {html_options options=$categories selected=$categories_selected}
     31                                                </select>&nbsp;
     32                                        </label>
     33                                        <label>
     34                                                {'Since'|@translate}
     35                                                <select name="since">
     36                                                        {html_options options=$since_options selected=$since_options_selected}
     37                                                </select>
     38                                        </label>
     39                                </fieldset>
     40                                <fieldset>
     41                                        <legend>{'Display'|@translate}</legend>
     42                                        <label>
     43                                                {'Sort by'|@translate}
     44                                                <select name="sort_by">
     45                                                        {html_options options=$sort_by_options selected=$sort_by_options_selected}
     46                                                </select>&nbsp;
     47                                        </label>
     48                                        <label>
     49                                                {'Sort order'|@translate}
     50                                                <select name="sort_order">
     51                                                        {html_options options=$sort_order_options selected=$sort_order_options_selected}
     52                                                </select>&nbsp;
     53                                        </label>
     54                                        <label>
     55                                                {'Number of items'|@translate}
     56                                                <select name="items_number">
     57                                                        {html_options options=$item_number_options selected=$item_number_options_selected}
     58                                                </select>
     59                                        </label>
     60                                </fieldset>
     61                                <p><input class="submit" type="submit" value="{'Filter and display'|@translate}"></p>
     62                        </form>
     63                        {if !empty($navbar) }{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if}
     64                        {if isset($comments)}
     65                                <div id="comments">
     66                                        {include file='comment_list.tpl'}
     67                                </div>
     68                        {/if}
    5869                </div>
    59         {/if}
     70        </div>
    6071</div> <!-- content -->
Note: See TracChangeset for help on using the changeset viewer.