Changeset 1787 for trunk/template
- Timestamp:
- Feb 7, 2007, 10:23:33 PM (18 years ago)
- Location:
- trunk/template/yoga
- Files:
-
- 4 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/picture.tpl
r1780 r1787 41 41 <a class="navButton prev" href="{last.U_IMG}" title="{lang:last_page} : {last.TITLE_IMG}" rel="last"><img src="{pwg_root}{themeconf:icon_dir}/last.png" class="button" alt="{lang:last_page}"></a> 42 42 <!-- END last --> 43 <!-- BEGIN last_unactive --> 44 <a class="navButton prev"><img src="{pwg_root}{themeconf:icon_dir}/last_unactive.png" class="button" alt="{lang:last_page}"></a> 45 <!-- END last_unactive --> 43 46 <!-- BEGIN next --> 44 <a class="navButton next" href="{next.U_IMG}" title="{ lang:next_page} :{next.TITLE_IMG}" rel="next"><img src="{pwg_root}{themeconf:icon_dir}/right.png" class="button" alt="{lang:next_page}"></a>47 <a class="navButton next" href="{next.U_IMG}" title="{L_NEXT_IMG}{next.TITLE_IMG}" rel="next"><img src="{pwg_root}{themeconf:icon_dir}/right.png" class="button" alt="{lang:next_page}"></a> 45 48 <!-- END next --> 46 <a class="navButton up" href="{U_UP}" title="{lang:thumbnails}" rel="up"><img src="{pwg_root}{themeconf:icon_dir}/up.png" class="button" alt="{lang:home}"></a> 49 <!-- BEGIN next_unactive --> 50 <a class="navButton next"><img src="{pwg_root}{themeconf:icon_dir}/right_unactive.png" class="button" alt="{lang:next_page}"></a> 51 <!-- END next_unactive --> 52 <a class="navButton up" href="{U_UP}" title="{lang:thumbnails}" rel="up"><img src="{pwg_root}{themeconf:icon_dir}/up.png" class="button" alt="{L_UP_ALT}"></a> 47 53 <!-- BEGIN previous --> 48 <a class="navButton prev" href="{previous.U_IMG}" title="{ lang:previous_page} :{previous.TITLE_IMG}" rel="prev"><img src="{pwg_root}{themeconf:icon_dir}/left.png" class="button" alt="{lang:previous_page}"></a>54 <a class="navButton prev" href="{previous.U_IMG}" title="{L_PREV_IMG}{previous.TITLE_IMG}" rel="prev"><img src="{pwg_root}{themeconf:icon_dir}/left.png" class="button" alt="{lang:previous_page}"></a> 49 55 <!-- END previous --> 56 <!-- BEGIN previous_unactive --> 57 <a class="navButton prev"><img src="{pwg_root}{themeconf:icon_dir}/left_unactive.png" class="button" alt="{lang:previous_page}"></a> 58 <!-- END previous_unactive --> 50 59 <!-- BEGIN first --> 51 60 <a class="navButton prev" href="{first.U_IMG}" title="{lang:first_page} : {first.TITLE_IMG}" rel="first"><img src="{pwg_root}{themeconf:icon_dir}/first.png" class="button" alt="{lang:first_page}"></a> 52 61 <!-- END first --> 62 <!-- BEGIN first_unactive --> 63 <a class="navButton prev"><img src="{pwg_root}{themeconf:icon_dir}/first_unactive.png" class="button" alt="{lang:first_page}"></a> 64 <!-- END first_unactive --> 53 65 </div> 54 66
Note: See TracChangeset
for help on using the changeset viewer.