Magellan Linux

Contents of /trunk/viewvc/magellan-template/include/paging.ezt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8 - (show annotations) (download)
Fri May 13 08:48:34 2016 UTC (7 years, 11 months ago) by niro
File size: 848 byte(s)
-updates magellan-template to match viewvc-1.1.24
1 [is picklist_len "0"]
2 [else]
3 [is picklist_len "1"]
4 [else]
5 <hr />
6 <form method="get" action="[log_paging_action]">
7 [for log_paging_hidden_values]<input type="hidden" name="[log_paging_hidden_values.name]" value="[log_paging_hidden_values.value]"/>[end]
8 <input type="submit" value="Go to:">
9 <select name="log_pagestart" onchange="submit()">
10 [for picklist]
11 [if-any picklist.more]
12 <option [is picklist.count log_pagestart]selected[end] value="[picklist.count]">Page [picklist.page]: [picklist.start] ...</option>
13 [else]
14 <option [is picklist.count log_pagestart]selected[end] value="[picklist.count]">Page [picklist.page]: [picklist.start] - [picklist.end]</option>
15 [end]
16 [end]
17 </select>
18 </form>
19 [end]
20 [end]