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