]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/ja/pager.tmpl
What the heck, make it the full 1.3.3 release code - we've already got all of
[thirdparty/cups.git] / templates / ja / pager.tmpl
CommitLineData
bd7854cb 1<TABLE WIDTH="100%" CLASS="pager" SUMMARY="Paging Bar">
2<TR>
4744bd90 3 <TD WIDTH="33%">{PREVURL?<A HREF="{PREVURL}"><IMG SRC="/images/button-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/button-sort-ascending.gif" ALT="昇順にソート" CLASS="button"></A>:<A HREF="{THISURL}&amp;ORDER=dec"><IMG SRC="/images/button-sort-descending.gif" ALT="降順にソート" CLASS="button"></A>}</TD>
5 <TD WIDTH="33%" ALIGN="RIGHT">{NEXTURL?<A HREF="{NEXTURL}"><IMG SRC="/images/button-show-next.gif" ALT="次を表示" CLASS="button"></A>:&nbsp;}</TD>
bd7854cb 6</TR>
7</TABLE>