Last change
on this file since 8817 was
7989,
checked in by Zaphod, 14 years ago
|
[extension] stripped - first release
|
File size:
2.0 KB
|
Line | |
---|
1 | <div class="titrePage"> |
---|
2 | <ul class="categoryActions"> |
---|
3 | <li><a class="button" href="{$U_HOME}" title="{'Home'|@translate}">{'Home'|@translate}</a></li> |
---|
4 | </ul> |
---|
5 | <h2>{'User comments'|@translate}</h2> |
---|
6 | </div> |
---|
7 | <div id="content"> |
---|
8 | <form class="filter" action="{$F_ACTION}" method="get"> |
---|
9 | <fieldset> |
---|
10 | <legend>{'Filter'|@translate}</legend> |
---|
11 | <label>{'Keyword'|@translate} <input type="text" name="keyword" value="{$F_KEYWORD}"> </label> |
---|
12 | <label>{'Author'|@translate} <input type="text" name="author" value="{$F_AUTHOR}"> </label> |
---|
13 | <label> |
---|
14 | {'Category'|@translate} |
---|
15 | <select name="cat"> |
---|
16 | <option value="0">------------</option> |
---|
17 | {html_options options=$categories selected=$categories_selected} |
---|
18 | </select> |
---|
19 | </label> |
---|
20 | <label> |
---|
21 | {'Since'|@translate} |
---|
22 | <select name="since"> |
---|
23 | {html_options options=$since_options selected=$since_options_selected} |
---|
24 | </select> |
---|
25 | </label> |
---|
26 | </fieldset> |
---|
27 | <fieldset> |
---|
28 | <legend>{'Display'|@translate}</legend> |
---|
29 | <label> |
---|
30 | {'Sort by'|@translate} |
---|
31 | <select name="sort_by"> |
---|
32 | {html_options options=$sort_by_options selected=$sort_by_options_selected} |
---|
33 | </select> |
---|
34 | </label> |
---|
35 | <label> |
---|
36 | {'Sort order'|@translate} |
---|
37 | <select name="sort_order"> |
---|
38 | {html_options options=$sort_order_options selected=$sort_order_options_selected} |
---|
39 | </select> |
---|
40 | </label> |
---|
41 | <label> |
---|
42 | {'Number of items'|@translate} |
---|
43 | <select name="items_number"> |
---|
44 | {html_options options=$item_number_options selected=$item_number_options_selected} |
---|
45 | </select> |
---|
46 | </label> |
---|
47 | </fieldset> |
---|
48 | <p><input class="submit" type="submit" value="{'Filter and display'|@translate}"></p> |
---|
49 | </form> |
---|
50 | {if !empty($navbar) }{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if} |
---|
51 | {if isset($comments)} |
---|
52 | <div id="comments"> |
---|
53 | {include file='comment_list.tpl'} |
---|
54 | </div> |
---|
55 | {/if} |
---|
56 | </div> <!-- content --> |
---|
Note: See
TracBrowser
for help on using the repository browser.