]> git.ipfire.org Git - thirdparty/cups.git/blob - templates/ja/pager.tmpl
Load cups into easysw/current.
[thirdparty/cups.git] / templates / ja / pager.tmpl
1 <TABLE WIDTH="100%" CLASS="pager" SUMMARY="Paging Bar">
2 <TR>
3 <TD WIDTH="33%">{PREVURL?<A HREF="{PREVURL}"><IMG SRC="/images/show-previous.gif" ALT="前を表示" CLASS="button"></A>:&nbsp;}</TD>
4 <TD WIDTH="34%" ALIGN="CENTER">{ORDER=dec?<A HREF="{THISURL}&amp;ORDER=asc"><IMG SRC="/images/sort-ascending.gif" ALT="昇順にソート" CLASS="button"></A>:<A HREF="{THISURL}&amp;ORDER=dec"><IMG SRC="/images/sort-descending.gif" ALT="降順にソート" CLASS="button"></A>}</TD>
5 <TD WIDTH="33%" ALIGN="RIGHT">{NEXTURL?<A HREF="{NEXTURL}"><IMG SRC="/images/show-next.gif" ALT="次を表示" CLASS="button"></A>:&nbsp;}</TD>
6 </TR>
7 </TABLE>