6 |
kaklik |
1 |
<div class="titrePage">{L_SEARCH_TITLE}</div>
|
|
|
2 |
<form method="post" name="post" action="{S_SEARCH_ACTION}">
|
|
|
3 |
<!-- BEGIN errors -->
|
|
|
4 |
<div class="errors">
|
|
|
5 |
<ul>
|
|
|
6 |
<!-- BEGIN error -->
|
|
|
7 |
<li>{errors.error.ERROR}</li>
|
|
|
8 |
<!-- END error -->
|
|
|
9 |
</ul>
|
|
|
10 |
</div>
|
|
|
11 |
<!-- END errors -->
|
|
|
12 |
<table width="100%" align="center" cellpadding="2">
|
|
|
13 |
<tr class="admin">
|
|
|
14 |
<th colspan="4">{L_SEARCH_TITLE}</th>
|
|
|
15 |
</tr>
|
|
|
16 |
<tr>
|
|
|
17 |
<td width="50%" colspan="2"><b>{L_SEARCH_KEYWORDS} : </b><br /><span class="small">{L_SEARCH_KEYWORDS_HINT}</span></td>
|
|
|
18 |
<td colspan="2" valign="top">
|
|
|
19 |
<input type="text" style="width: 300px" name="search_allwords" size="30" />
|
|
|
20 |
<br />
|
|
|
21 |
<input type="radio" name="mode" value="AND" checked="checked" /> {L_SEARCH_ALL_TERMS}<br />
|
|
|
22 |
<input type="radio" name="mode" value="OR" /> {L_SEARCH_ANY_TERMS}
|
|
|
23 |
</td>
|
|
|
24 |
</tr>
|
|
|
25 |
<tr>
|
|
|
26 |
<td colspan="2"><b>{L_SEARCH_AUTHOR} :</b><br /><span class="small">{L_SEARCH_AUTHOR_HINT}</span></td>
|
|
|
27 |
<td colspan="2" valign="middle">
|
|
|
28 |
<input type="text" style="width: 300px" name="search_author" size="30" />
|
|
|
29 |
</td>
|
|
|
30 |
</tr>
|
|
|
31 |
<tr>
|
|
|
32 |
<td colspan="2"><b>{L_SEARCH_DATE} :</b><br /><span class="small">{L_SEARCH_DATE_HINT}</span></td>
|
|
|
33 |
<td colspan="2" valign="middle">
|
|
|
34 |
<table>
|
|
|
35 |
<tr>
|
|
|
36 |
<td>{L_SEARCH_DATE_FROM} :</td>
|
|
|
37 |
<td>
|
|
|
38 |
<select name="start_day">
|
|
|
39 |
<!-- BEGIN start_day -->
|
|
|
40 |
<option {start_day.SELECTED} value="{start_day.VALUE}">{start_day.OPTION}</option>
|
|
|
41 |
<!-- END start_day -->
|
|
|
42 |
</select>
|
|
|
43 |
<select name="start_month">
|
|
|
44 |
<!-- BEGIN start_month -->
|
|
|
45 |
<option {start_month.SELECTED} value="{start_month.VALUE}">{start_month.OPTION}</option>
|
|
|
46 |
<!-- END start_month -->
|
|
|
47 |
</select>
|
|
|
48 |
<input name="start_year" type="text" size="4" maxlength="4">
|
|
|
49 |
<a href="#" name="#" onClick="document.post.start_day.value={TODAY_DAY};document.post.start_month.value={TODAY_MONTH};document.post.start_year.value={TODAY_YEAR};" />{L_TODAY}</a>
|
|
|
50 |
</td>
|
|
|
51 |
</tr>
|
|
|
52 |
<tr>
|
|
|
53 |
<td>{L_SEARCH_DATE_TO} :</td>
|
|
|
54 |
<td>
|
|
|
55 |
<select name="end_day">
|
|
|
56 |
<!-- BEGIN end_day -->
|
|
|
57 |
<option {end_day.SELECTED} value="{end_day.VALUE}">{end_day.OPTION}</option>
|
|
|
58 |
<!-- END end_day -->
|
|
|
59 |
</select>
|
|
|
60 |
<select name="end_month">
|
|
|
61 |
<!-- BEGIN end_month -->
|
|
|
62 |
<option {end_month.SELECTED} value="{end_month.VALUE}">{end_month.OPTION}</option>
|
|
|
63 |
<!-- END end_month -->
|
|
|
64 |
</select>
|
|
|
65 |
<input name="end_year" type="text" size="4" maxlength="4">
|
|
|
66 |
<a href="#" name="#" onClick="document.post.end_day.value={TODAY_DAY};document.post.end_month.value={TODAY_MONTH};document.post.end_year.value={TODAY_YEAR};" />{L_TODAY}</a>
|
|
|
67 |
</td>
|
|
|
68 |
</tr>
|
|
|
69 |
</table>
|
|
|
70 |
</td>
|
|
|
71 |
</tr>
|
|
|
72 |
<tr class="admin">
|
|
|
73 |
<th colspan="4">{L_SEARCH_OPTIONS}</th>
|
|
|
74 |
</tr>
|
|
|
75 |
<tr>
|
|
|
76 |
<td width="25%" ><b>{L_SEARCH_CATEGORIES} : </b><br /><span class="small">{L_SEARCH_CATEGORIES_HINT}</span></td>
|
|
|
77 |
<td width="25%" nowrap="nowrap">
|
|
|
78 |
<select style="width:200px" name="cat[]" multiple="multiple" size="8">
|
|
|
79 |
<!-- BEGIN category_option -->
|
|
|
80 |
<option value="{category_option.VALUE}">{category_option.OPTION}</option>
|
|
|
81 |
<!-- END category_option -->
|
|
|
82 |
</select>
|
|
|
83 |
</td>
|
|
|
84 |
<td width="25%" nowrap="nowrap"><b>{L_SEARCH_SUBFORUMS} : </b></td>
|
|
|
85 |
<td width="25%" nowrap="nowrap">
|
|
|
86 |
<input type="radio" name="subcats-included" value="1" checked="checked" />{L_YES}
|
|
|
87 |
<input type="radio" name="subcats-included" value="0" />{L_NO}
|
|
|
88 |
</td>
|
|
|
89 |
</tr>
|
|
|
90 |
<tr>
|
|
|
91 |
<td width="25%" nowrap="nowrap"><b>{L_SEARCH_DATE_TYPE} : </b></td>
|
|
|
92 |
<td width="25%" nowrap="nowrap">
|
|
|
93 |
<input type="radio" name="date_type" value="date_creation" checked="checked" />{L_SEARCH_CREATION}<br />
|
|
|
94 |
<input type="radio" name="date_type" value="date_available" />{L_SEARCH_AVAILABILITY}
|
|
|
95 |
</td>
|
|
|
96 |
<td><b>{L_RESULT_SORT} : </b></td>
|
|
|
97 |
<td nowrap="nowrap">
|
|
|
98 |
<input type="radio" name="sd" value="AND" />{L_SORT_ASCENDING}<br />
|
|
|
99 |
<input type="radio" name="sd" value="d" checked="checked" />{L_SORT_DESCENDING}
|
|
|
100 |
</td>
|
|
|
101 |
</tr>
|
|
|
102 |
<!-- <tr>
|
|
|
103 |
<td width="25%" nowrap="nowrap"><b>{L_SEARCH_WITHIN} : </b></td>
|
|
|
104 |
<td width="25%" nowrap="nowrap">
|
|
|
105 |
<input type="radio" name="search_fields" value="all" checked="checked" />{L_SEARCH_ALL}<br />
|
|
|
106 |
<input type="radio" name="search_fields" value="imgonly" />{L_SEARCH_IMG_ONLY}<br />
|
|
|
107 |
<input type="radio" name="search_fields" value="commentsonly" />{L_SEARCH_COMMENTS_ONLY}
|
|
|
108 |
</td>
|
|
|
109 |
</tr>
|
|
|
110 |
<tr>
|
|
|
111 |
<td><b>{L_RESULT_SORT} : </b></td>
|
|
|
112 |
<td nowrap="nowrap">
|
|
|
113 |
{S_SELECT_SORT_KEY}<br />
|
|
|
114 |
<input type="radio" name="sd" value="a" />{L_SORT_ASCENDING}<br />
|
|
|
115 |
<input type="radio" name="sd" value="d" checked="checked" />{L_SORT_DESCENDING}
|
|
|
116 |
</td>
|
|
|
117 |
<td nowrap="nowrap"><b>{L_DISPLAY_RESULTS} : </b></td>
|
|
|
118 |
<td nowrap="nowrap">
|
|
|
119 |
<input type="radio" name="show_results" value="images" checked="checked" />{L_IMAGES}
|
|
|
120 |
<input type="radio" name="show_results" value="comments" /> {L_COMMENTS}
|
|
|
121 |
</td>
|
|
|
122 |
</tr>
|
|
|
123 |
-->
|
|
|
124 |
<tr>
|
|
|
125 |
<td align="center" valign="bottom" colspan="4" height="38">
|
|
|
126 |
<input type="submit" name="submit" value="{L_SUBMIT}" class="bouton" />
|
|
|
127 |
<input type="reset" value="{L_RESET}" class="bouton" />
|
|
|
128 |
</td>
|
|
|
129 |
</table>
|
|
|
130 |
</form>
|
|
|
131 |
<a href="{U_HOME}" title="{L_RETURN_HINT}">[ {L_RETURN} ]</a>
|