Changeset 472


Ignore:
Timestamp:
Aug 5, 2004, 7:40:36 PM (20 years ago)
Author:
z0rglub
Message:
  • non picture files management (adds a "download" block)
  • template vars for blocks legend, previous and next returns to this blocks and are no longer global
File:
1 edited

Legend:

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

    r393 r472  
    2626          </a>
    2727                  <div class="nameImage">{TITLE}</div>
     28          <!-- BEGIN download -->
     29          <div class="download">[ <a href="{download.U_DOWNLOAD}" title="{L_DOWNLOAD_HINT}">{L_DOWNLOAD}</a> ]</div>
     30          <!-- END download -->
    2831                  <!-- BEGIN legend -->
    29           <div class="commentImage">{COMMENT_IMG}</div>
     32          <div class="commentImage">{legend.COMMENT_IMG}</div>
    3033                  <!-- END legend -->
    3134                  </div>
     
    3437                          <td style="width:30%;">
    3538                                <!-- BEGIN previous -->
    36                                 <a class="none" href="{U_PREV_IMG}" title="{L_PREV_IMG}{PREV_TITLE_IMG}">
     39                                <a class="none" href="{previous.U_IMG}" title="{L_PREV_IMG}{previous.TITLE_IMG}">
    3740                                <img style="border:none;" width="30" height="100" src="template/default/theme/left-arrow.jpg" alt="" />
    38                                   <img src="{PREV_IMG}" class="thumbLink" style="margin-right:10px;margin-left:5px;" alt="{PREV_TITLE_IMG}"/>
     41                                  <img src="{previous.IMG}" class="thumbLink" style="margin-right:10px;margin-left:5px;" alt="{previous.TITLE_IMG}"/>
    3942                                  </a>
    4043                                <!-- END previous -->
     
    5255                          <td style="width:30%;">
    5356                                <!-- BEGIN next -->
    54                                   <a  class="none" href="{U_NEXT_IMG}" title="{L_NEXT_IMG}{NEXT_TITLE_IMG}">
    55                                   <img class="thumbLink" src="{NEXT_IMG}" style="margin-right:10px;margin-left:5px;" alt="{NEXT_TITLE_IMG}"/>
     57                                  <a  class="none" href="{next.U_IMG}" title="{L_NEXT_IMG}{next.TITLE_IMG}">
     58                                  <img class="thumbLink" src="{next.IMG}" style="margin-right:10px;margin-left:5px;" alt="{next.TITLE_IMG}"/>
    5659                                  <img style="border:none;" class="thumbLink" width="30" height="100" src="template/default/theme/right-arrow.jpg" alt="" />
    5760                                  </a>
Note: See TracChangeset for help on using the changeset viewer.