Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (hide annotations) (download)
Tue Oct 30 22:18:26 2012 UTC (11 years, 7 months ago) by niro
File size: 539 byte(s)
-initial viewvc theme for cvs.magellan-linux.de/svn.magellan-linux.de
1 niro 4 [is cfg.options.use_pagesize "0"]
2     [else]
3     [is picklist_len "1"]
4     [else]
5     <hr />
6     <form method="get" action="[log_paging_action]">
7     [log_paging_hidden_values]
8     <input type="submit" value="Go to:">
9     <select name="log_pagestart" onchange="submit()">
10     [for picklist]
11     <option [is picklist.count log_pagestart]selected[end] value="[picklist.count]">Page [picklist.page]: [picklist.start] - [picklist.end]</option>
12     [end]
13     </select>
14     </form>
15     [end]
16     [end]
17    
18