]> git.donarmstrong.com Git - debbugs.git/blob - templates/en_US/cgi/pkgindex.tx
Switch from Text::Template to Text::Xslate
[debbugs.git] / templates / en_US / cgi / pkgindex.tx
1 <: include "html/pre_title.tx":>.$config.project) .$config.bug report logs by <: $tag :><:include "html/post_title.tx":>
2 </head>
3 <body>
4     <h1>.$config.project .$config.bug report logs by .$tag</h1> 
5     .$note
6     <form>
7         <input type="hidden" name="skip" value=".$param.skip">
8         <input type="hidden" name="max_results" value=".$param.max_results">
9         <input type="hidden" name="indexon" value=".$param.indexon">
10         <input type="hidden" name="repeatmerged" value=".$param.repeatmerged">
11         <input type="hidden" name="archive" value=".$param.archive">
12         <input type="hidden" name="sortby" value=".$param.sortby">
13         : if (defined $param.first) {
14         <input type="hidden" name="first" value="<: $param.first :>">
15         : } else {
16         <p>
17             : if ($param.skip> 0) {
18                 <input type="submit" name="prev" value="Prev">
19             : }
20             : if (keys %count > ($param.skip + $param.max_results)) {
21                 <input type="submit" name="next" value="Next">
22             : }
23         </p>
24         : }
25         <: $result :>
26         <hr/>
27         <: include "html/html_tail.tx" :>
28 </body>
29 </html>