1 | <!-- $Id: element_set_global.tpl 921 2005-10-31 14:58:19Z plg $ --> |
---|
2 | <h2>{lang:Batch management}</h2> |
---|
3 | |
---|
4 | <h3>{CATEGORIES_NAV}</h3> |
---|
5 | |
---|
6 | <p style="text-align:center;"> |
---|
7 | {lang:global mode} |
---|
8 | | <a href="{U_UNIT_MODE}">{lang:unit mode}</a> |
---|
9 | </p> |
---|
10 | |
---|
11 | <form action="{F_ACTION}" method="post"> |
---|
12 | |
---|
13 | <fieldset> |
---|
14 | |
---|
15 | <legend>{lang:Caddie management}</legend> |
---|
16 | |
---|
17 | <ul style="list-style-type:none;"> |
---|
18 | |
---|
19 | <!-- BEGIN in_caddie --> |
---|
20 | <li><label><input type="radio" name="caddie_action" value="empty_all" /> {lang:Empty caddie}</label></li> |
---|
21 | <li><label><input type="radio" name="caddie_action" value="empty_selected" /> {lang:Take selected elements out of caddie}</label></li> |
---|
22 | <!-- END in_caddie --> |
---|
23 | |
---|
24 | <!-- BEGIN not_in_caddie --> |
---|
25 | <li><input type="radio" name="caddie_action" value="add_selected" /> {lang:Add selected elements to caddie}</li> |
---|
26 | <!-- END not_in_caddie --> |
---|
27 | |
---|
28 | </ul> |
---|
29 | |
---|
30 | <p style="text-align:center;"><input type="submit" value="{L_SUBMIT}" name="submit_caddie" /></p> |
---|
31 | |
---|
32 | </fieldset> |
---|
33 | |
---|
34 | <fieldset> |
---|
35 | |
---|
36 | <legend>{lang:Display options}</legend> |
---|
37 | |
---|
38 | <p>{lang:elements per line}: |
---|
39 | <a href="{U_COLS}&cols=4">4</a> |
---|
40 | | <a href="{U_COLS}&cols=5">5</a> |
---|
41 | | <a href="{U_COLS}&cols=6">6</a> |
---|
42 | | <a href="{U_COLS}&cols=7">7</a> |
---|
43 | | <a href="{U_COLS}&cols=8">8</a> |
---|
44 | | <a href="{U_COLS}&cols=9">9</a> |
---|
45 | | <a href="{U_COLS}&cols=10">10</a> |
---|
46 | </p> |
---|
47 | |
---|
48 | <p>{lang:elements per page}: |
---|
49 | <a href="{U_DISPLAY}&display=20">20</a> |
---|
50 | | <a href="{U_DISPLAY}&display=50">50</a> |
---|
51 | | <a href="{U_DISPLAY}&display=100">100</a> |
---|
52 | | <a href="{U_DISPLAY}&display=all">{lang:all}</a> |
---|
53 | </p> |
---|
54 | |
---|
55 | </fieldset> |
---|
56 | |
---|
57 | <fieldset> |
---|
58 | |
---|
59 | <legend>{lang:Form}</legend> |
---|
60 | |
---|
61 | <table> |
---|
62 | |
---|
63 | <tr> |
---|
64 | <td>{lang:associate to category}</td> |
---|
65 | <td> |
---|
66 | <select style="width:400px" name="associate" size="1"> |
---|
67 | <!-- BEGIN associate_option --> |
---|
68 | <option {associate_option.SELECTED} value="{associate_option.VALUE}">{associate_option.OPTION}</option> |
---|
69 | <!-- END associate_option --> |
---|
70 | </select> |
---|
71 | </td> |
---|
72 | </tr> |
---|
73 | |
---|
74 | <tr> |
---|
75 | <td>{lang:dissociate from category}</td> |
---|
76 | <td> |
---|
77 | <select style="width:400px" name="dissociate" size="1"> |
---|
78 | <!-- BEGIN dissociate_option --> |
---|
79 | <option {dissociate_option.SELECTED} value="{dissociate_option.VALUE}">{dissociate_option.OPTION}</option> |
---|
80 | <!-- END dissociate_option --> |
---|
81 | </select> |
---|
82 | </td> |
---|
83 | </tr> |
---|
84 | |
---|
85 | <tr> |
---|
86 | <td>{lang:add keywords}</td> |
---|
87 | <td><input type="text" name="add_keywords" value="" /></td> |
---|
88 | </tr> |
---|
89 | |
---|
90 | <tr> |
---|
91 | <td>{lang:remove keyword}</td> |
---|
92 | <td> |
---|
93 | <select name="remove_keyword"> |
---|
94 | <!-- BEGIN remove_keyword_option --> |
---|
95 | <option value="{remove_keyword_option.VALUE}">{remove_keyword_option.OPTION}</option> |
---|
96 | <!-- END remove_keyword_option --> |
---|
97 | </select> |
---|
98 | </td> |
---|
99 | </tr> |
---|
100 | |
---|
101 | <tr> |
---|
102 | <td>{lang:author}</td> |
---|
103 | <td> |
---|
104 | <input type="radio" name="author_action" value="leave" checked="checked" /> {lang:leave} |
---|
105 | <input type="radio" name="author_action" value="unset" /> {lang:unset} |
---|
106 | <input type="radio" name="author_action" value="set" id="author_action_set" /> {lang:set to} |
---|
107 | <input onmousedown="document.getElementById('author_action_set').checked = true;" type="text" name="author" value="" /> |
---|
108 | </td> |
---|
109 | </tr> |
---|
110 | |
---|
111 | <tr> |
---|
112 | <td>{lang:title}</td> |
---|
113 | <td> |
---|
114 | <input type="radio" name="name_action" value="leave" checked="checked" /> {lang:leave} |
---|
115 | <input type="radio" name="name_action" value="unset" /> {lang:unset} |
---|
116 | <input type="radio" name="name_action" value="set" id="name_action_set" /> {lang:set to} |
---|
117 | <input onmousedown="document.getElementById('name_action_set').checked = true;" type="text" name="name" value="" /> |
---|
118 | </td> |
---|
119 | </tr> |
---|
120 | |
---|
121 | <tr> |
---|
122 | <td>{lang:creation date}</td> |
---|
123 | <td> |
---|
124 | <input type="radio" name="date_creation_action" value="leave" checked="checked" /> {lang:leave} |
---|
125 | <input type="radio" name="date_creation_action" value="unset" /> {lang:unset} |
---|
126 | <input type="radio" name="date_creation_action" value="set" id="date_creation_action_set" /> {lang:set to} |
---|
127 | <select onmousedown="document.getElementById('date_creation_action_set').checked = true;" name="date_creation_day"> |
---|
128 | <!-- BEGIN date_creation_day --> |
---|
129 | <option {date_creation_day.SELECTED} value="{date_creation_day.VALUE}">{date_creation_day.OPTION}</option> |
---|
130 | <!-- END date_creation_day --> |
---|
131 | </select> |
---|
132 | <select onmousedown="document.getElementById('date_creation_action_set').checked = true;" name="date_creation_month"> |
---|
133 | <!-- BEGIN date_creation_month --> |
---|
134 | <option {date_creation_month.SELECTED} value="{date_creation_month.VALUE}">{date_creation_month.OPTION}</option> |
---|
135 | <!-- END date_creation_month --> |
---|
136 | </select> |
---|
137 | <input onmousedown="document.getElementById('date_creation_action_set').checked = true;" |
---|
138 | name="date_creation_year" |
---|
139 | type="text" |
---|
140 | size="4" |
---|
141 | maxlength="4" |
---|
142 | value="{DATE_CREATION_YEAR_VALUE}" /> |
---|
143 | </td> |
---|
144 | </tr> |
---|
145 | |
---|
146 | </table> |
---|
147 | |
---|
148 | <p style="text-align:center;"> |
---|
149 | {lang:target} |
---|
150 | <input type="radio" name="target" value="all" /> {lang:all} |
---|
151 | <input type="radio" name="target" value="selection" checked="checked" /> {lang:selection} |
---|
152 | </p> |
---|
153 | |
---|
154 | |
---|
155 | <p style="text-align:center;"><input type="submit" value="{L_SUBMIT}" name="submit" /></p> |
---|
156 | |
---|
157 | </fieldset> |
---|
158 | |
---|
159 | <fieldset> |
---|
160 | |
---|
161 | <legend>{lang:Elements}</legend> |
---|
162 | |
---|
163 | <div class="navigationBar">{NAV_BAR}</div> |
---|
164 | |
---|
165 | <!-- BEGIN thumbnails --> |
---|
166 | <table valign="top" align="center" class="thumbnail"> |
---|
167 | <!-- BEGIN line --> |
---|
168 | <tr> |
---|
169 | <!-- BEGIN thumbnail --> |
---|
170 | <td class="thumbnail"> |
---|
171 | <label> |
---|
172 | <img src="{thumbnails.line.thumbnail.SRC}" |
---|
173 | alt="{thumbnails.line.thumbnail.ALT}" |
---|
174 | title="{thumbnails.line.thumbnail.TITLE}" |
---|
175 | class="thumbLink" /> |
---|
176 | <br /><input type="checkbox" name="selection[]" value="{thumbnails.line.thumbnail.ID}" /> |
---|
177 | </label> |
---|
178 | </td> |
---|
179 | <!-- END thumbnail --> |
---|
180 | </tr> |
---|
181 | <!-- END line --> |
---|
182 | </table> |
---|
183 | <!-- END thumbnails --> |
---|
184 | |
---|
185 | </fieldset> |
---|
186 | |
---|
187 | </form> |
---|