Changeset 1903 for trunk/template/yoga


Ignore:
Timestamp:
Mar 13, 2007, 11:44:45 PM (17 years ago)
Author:
vdigital
Message:

Updates:

  • Copyrights 2003-2007
  • help
  • Some HTML comform requests
Location:
trunk/template/yoga
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/picture.tpl

    r1900 r1903  
    2121  <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>
    2222<!-- BEGIN representative -->
    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>
     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>
    2424<!-- END representative -->
    2525<!-- BEGIN favorite -->
     
    3333<!-- END admin -->
    3434<!-- BEGIN caddie -->
    35   <a href="{caddie.URL}" title="{lang:add to caddie}"><img src="{pwg_root}{themeconf:icon_dir}/caddie_add.png" class="button" alt="{lang:caddie}"/></a>
     35  <a href="{caddie.URL}" title="{lang:add to caddie}"><img src="{pwg_root}{themeconf:icon_dir}/caddie_add.png" class="button" alt="{lang:caddie}"></a>
    3636<!-- END caddie -->
    3737</div>
  • trunk/template/yoga/picture_content.tpl

    r1900 r1903  
    22<a href="javascript:phpWGOpenWindow('{high.U_HIGH}','{high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')">
    33<!-- END high -->
    4   <img src="{SRC_IMG}" style="width:{WIDTH_IMG}px;height:{HEIGHT_IMG}px;" alt="{ALT_IMG}" />
     4  <img src="{SRC_IMG}" style="width:{WIDTH_IMG}px;height:{HEIGHT_IMG}px;" alt="{ALT_IMG}">
    55<!-- BEGIN high -->
    66</a>
Note: See TracChangeset for help on using the changeset viewer.