Line | |
---|
1 | <div id="content" class="content"> |
---|
2 | |
---|
3 | <div class="titrePage"> |
---|
4 | <ul class="categoryActions"> |
---|
5 | <li><a href="{$U_HOME}" title="{'return to homepage'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"/></a></li> |
---|
6 | </ul> |
---|
7 | <h2>{'User comments'|@translate}</h2> |
---|
8 | </div> |
---|
9 | |
---|
10 | <form class="filter" action="{$F_ACTION}" method="get"> |
---|
11 | |
---|
12 | <fieldset> |
---|
13 | <legend>{'Filter'|@translate}</legend> |
---|
14 | |
---|
15 | <label>{'Keyword'|@translate}<input type="text" name="keyword" value="{$F_KEYWORD}" /></label> |
---|
16 | |
---|
17 | <label>{'Author'|@translate}<input type="text" name="author" value="{$F_AUTHOR}" /></label> |
---|
18 | |
---|
19 | <label> |
---|
20 | {'Category'|@translate} |
---|
21 | <select name="cat"> |
---|
22 | <option value="0">------------</option> |
---|
23 | {html_options options=$categories selected=$categories_selected} |
---|
24 | </select> |
---|
25 | </label> |
---|
26 | |
---|
27 | <label> |
---|
28 | {'Since'|@translate} |
---|
29 | <select name="since"> |
---|
30 | {html_options options=$since_options selected=$since_options_selected} |
---|
31 | </select> |
---|
32 | </label> |
---|
33 | |
---|
34 | </fieldset> |
---|
35 | |
---|
36 | <fieldset> |
---|
37 | |
---|
38 | <legend>{'Display'|@translate}</legend> |
---|
39 | |
---|
40 | <label> |
---|
41 | {'Sort by'|@translate} |
---|
42 | <select name="sort_by"> |
---|
43 | {html_options options=$sort_by_options selected=$sort_by_options_selected} |
---|
44 | </select> |
---|
45 | </label> |
---|
46 | |
---|
47 | <label> |
---|
48 | {'Sort order'|@translate} |
---|
49 | <select name="sort_order"> |
---|
50 | {html_options options=$sort_order_options selected=$sort_order_options_selected} |
---|
51 | </select> |
---|
52 | </label> |
---|
53 | |
---|
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 | |
---|
61 | </fieldset> |
---|
62 | |
---|
63 | <p><input class="submit" type="submit" value="{'Filter and display'|@translate}"></p> |
---|
64 | |
---|
65 | </form> |
---|
66 | |
---|
67 | <div class="navigationBar">{$NAVBAR}</div> |
---|
68 | |
---|
69 | {if isset($comments)} |
---|
70 | <div id="comments"> |
---|
71 | {include file='comment_list.tpl'} |
---|
72 | </div> |
---|
73 | {/if} |
---|
74 | |
---|
75 | </div> <!-- content --> |
---|
Note: See
TracBrowser
for help on using the repository browser.