Changeset 1590 for trunk/template
- Timestamp:
- Nov 1, 2006, 6:54:35 AM (18 years ago)
- Location:
- trunk/template/yoga
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/header.tpl
r1539 r1590 16 16 <link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/theme/{themeconf:theme}/theme.css"> 17 17 {themeconf:local_head} 18 <!-- BEGIN next-->19 <link rel="prefetch" href="{ next.U_IMG_SRC}">20 <!-- END next-->18 <!-- BEGIN prefetch --> 19 <link rel="prefetch" href="{prefetch.URL}"> 20 <!-- END prefetch --> 21 21 <!-- BEGIN refresh --> 22 22 <meta http-equiv="refresh" content="{REFRESH_TIME};url={U_REFRESH}"> -
trunk/template/yoga/picture.tpl
r1344 r1590 5 5 <div id="imageHeaderBar"> 6 6 <div class="browsePath"> 7 <a href="{U_HOME}" rel="home">{ L_HOME}</a>7 <a href="{U_HOME}" rel="home">{lang:home}</a> 8 8 {LEVEL_SEPARATOR}{SECTION_TITLE} 9 9 {LEVEL_SEPARATOR}{PICTURE_TITLE} … … 18 18 19 19 <div class="randomButtons"> 20 <a href="{U_SLIDESHOW}" title="{ L_SLIDESHOW}" rel="nofollow"><img src="{pwg_root}{themeconf:icon_dir}/slideshow.png" class="button" alt="{L_SLIDESHOW}"></a>21 <a href="{U_METADATA}" title="{ L_PICTURE_METADATA}"><img src="{pwg_root}{themeconf:icon_dir}/metadata.png" class="button" alt="{L_PICTURE_METADATA}"></a>20 <a href="{U_SLIDESHOW}" title="{lang:slideshow}" rel="nofollow"><img src="{pwg_root}{themeconf:icon_dir}/slideshow.png" class="button" alt="{lang:slideshow}"></a> 21 <a href="{U_METADATA}" title="{lang:picture_show_metadata}"><img src="{pwg_root}{themeconf:icon_dir}/metadata.png" class="button" alt="{lang:picture_show_metadata}"></a> 22 22 <!-- BEGIN representative --> 23 23 <a href="{representative.URL}" title="{lang:set as category representative}"><img src="{pwg_root}{themeconf:icon_dir}/representative.png" class="button" alt="{lang:representative}"/></a> … … 27 27 <!-- END favorite --> 28 28 <!-- BEGIN download --> 29 <a href="{download.U_DOWNLOAD}" title="{ L_DOWNLOAD}"><img src="{pwg_root}{themeconf:icon_dir}/save.png" class="button" alt="{L_DOWNLOAD}"></a>29 <a href="{download.U_DOWNLOAD}" title="{lang:download_hint}"><img src="{pwg_root}{themeconf:icon_dir}/save.png" class="button" alt="{lang:download}"></a> 30 30 <!-- END download --> 31 31 <!-- BEGIN admin --> 32 <a href="{U_ADMIN}" title="{ L_ADMIN}"><img src="{pwg_root}{themeconf:icon_dir}/preferences.png" class="button" alt="{L_ADMIN}"></a>32 <a href="{U_ADMIN}" title="{lang:link_info_image}"><img src="{pwg_root}{themeconf:icon_dir}/preferences.png" class="button" alt="{lang:link_info_image}"></a> 33 33 <!-- END admin --> 34 34 <!-- BEGIN caddie --> … … 42 42 <!-- END last --> 43 43 <!-- BEGIN next --> 44 <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>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> 45 45 <!-- 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="{ L_UP_ALT}"></a>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> 47 47 <!-- BEGIN previous --> 48 <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>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> 49 49 <!-- END previous --> 50 50 <!-- BEGIN first --> … … 56 56 57 57 <div id="theImage"> 58 <!-- BEGIN high --> 59 <a href="javascript:phpWGOpenWindow('{high.U_HIGH}','{high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')"> 60 <!-- END high --> 61 <img src="{SRC_IMG}" style="width:{WIDTH_IMG}px;height:{HEIGHT_IMG}px;" alt="{ALT_IMG}"> 62 <!-- BEGIN high --> 63 </a> 64 <p>{L_PICTURE_HIGH}</p> 65 <!-- END high --> 58 {ELEMENT_CONTENT} 66 59 <!-- BEGIN legend --> 67 60 <p>{legend.COMMENT_IMG}</p> … … 69 62 <!-- BEGIN stop_slideshow --> 70 63 <p> 71 [ <a href="{stop_slideshow.U_SLIDESHOW}">{ L_STOP_SLIDESHOW}</a> ]64 [ <a href="{stop_slideshow.U_SLIDESHOW}">{lang:slideshow_stop}</a> ] 72 65 </p> 73 66 <!-- END stop_slideshow --> … … 75 68 76 69 <!-- BEGIN previous --> 77 <a class="navThumb" id="thumbPrev" href="{previous.U_IMG}" title="{ L_PREV_IMG}{previous.TITLE_IMG}" rel="prev">70 <a class="navThumb" id="thumbPrev" href="{previous.U_IMG}" title="{lang:previous_page} : {previous.TITLE_IMG}" rel="prev"> 78 71 <img src="{previous.IMG}" class="thumbLink" id="linkPrev" alt="{previous.TITLE_IMG}"> 79 72 </a> 80 73 <!-- END previous --> 81 74 <!-- BEGIN next --> 82 <a class="navThumb" id="thumbNext" href="{next.U_IMG}" title="{ L_NEXT_IMG}{next.TITLE_IMG}" rel="next">75 <a class="navThumb" id="thumbNext" href="{next.U_IMG}" title="{lang:next_page} : {next.TITLE_IMG}" rel="next"> 83 76 <img src="{next.IMG}" class="thumbLink" id="linkNext" alt="{next.TITLE_IMG}"> 84 77 </a> … … 172 165 <!-- BEGIN comments --> 173 166 <div id="comments"> 174 <h2>[{comments.NB_COMMENT}] { L_COMMENT_TITLE}</h2>167 <h2>[{comments.NB_COMMENT}] {lang:comments_title}</h2> 175 168 176 169 <div class="navigationBar">{comments.NAV_BAR}</div> … … 180 173 <!-- BEGIN delete --> 181 174 <p class="userCommentDelete"> 182 <a href="{comments.comment.delete.U_COMMENT_DELETE}" title="{ L_DELETE_COMMENT}">183 <img src="{pwg_root}{themeconf:icon_dir}/delete.png" class="button" style="border:none;vertical-align:middle; margin-left:5px;" alt="[{ L_DELETE}]"/>175 <a href="{comments.comment.delete.U_COMMENT_DELETE}" title="{lang:comments_del}"> 176 <img src="{pwg_root}{themeconf:icon_dir}/delete.png" class="button" style="border:none;vertical-align:middle; margin-left:5px;" alt="[{lang:delete}]"/> 184 177 </a> 185 178 </p> … … 193 186 <form method="post" action="{U_ADD_COMMENT}" class="filter" id="addComment"> 194 187 <fieldset> 195 <legend>{ L_ADD_COMMENT}</legend>188 <legend>{lang:comments_add}</legend> 196 189 <!-- BEGIN author_field --> 197 <label>{ L_AUTHOR}<input type="text" name="author"></label>190 <label>{lang:upload_author}<input type="text" name="author"></label> 198 191 <!-- END author_field --> 199 192 <!-- BEGIN author_known --> 200 193 <input type="hidden" name="author" value="{comments.add_comment.author_known.KNOWN_AUTHOR}"> 201 194 <!-- END author_known --> 202 <label>{ L_COMMENT}<textarea name="content" rows="10" cols="80"></textarea></label>203 <input type="submit" value="{ L_SUBMIT}" {TAG_INPUT_ENABLED}>195 <label>{lang:comment}<textarea name="content" rows="10" cols="80"></textarea></label> 196 <input type="submit" value="{lang:submit}"> 204 197 </fieldset> 205 198 </form> … … 208 201 </div> 209 202 <!-- END comments --> 210 211
Note: See TracChangeset
for help on using the changeset viewer.