Ignore:
Timestamp:
Aug 20, 2009, 8:40:59 PM (15 years ago)
Author:
vdigital
Message:

Template for reloader...

Location:
extensions/akBookStyle
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/akBookStyle/ak_thumbnails.tpl

    r3756 r3757  
    7474       
    7575        <td>
    76         {if !empty($AK_PIC_SRC) }
    77         <div id="reload">
    78                 <table class="picture">
    79                         <tr class="nline">
    80                           <td class="ncol"> {* will be an include *}
    81                                         {if isset($AK_PREVIOUS) }
    82 
    83                                           <a class="{$AK_PREVIOUS.load} navButton" href="{$AK_PREVIOUS.U_PIC}"
    84                                                   title="{'previous_page'|@translate} : {$AK_PREVIOUS.TITLE}"
    85                                                         rel="prev">
    86                                           <img src="{$ROOT_URL}{$themeconf.icon_dir}/left.png"
    87                                                         class="button" alt="{'previous_page'|@translate}">
    88                                                         </a>
    89                                         {/if}
    90                           </td>
    91                         </tr>
    92                        
    93                         <tr class="nline">
    94                           <td class="ncol"> {* will be an include *}
    95                                           <img src="{$AK_PIC_SRC}" alt="{$AK_PIC_ALT}" title="{$AK_PIC_TITLE}">
    96                           </td>
    97                         </tr>
    98                        
    99                         <tr class="nline">
    100                           <td class="ncol"> {* will be an include *}
    101                                         {if !empty($AK_NEXT) }
    102                                           <a class="{$AK_NEXT.load} navButton" href="{$AK_NEXT.U_PIC}"
    103                                                   title="{'next_page'|@translate} : {$AK_NEXT.TITLE}"
    104                                                         rel="next">
    105                                           <img src="{$ROOT_URL}{$themeconf.icon_dir}/right.png"
    106                                                         class="button" alt="{'next_page'|@translate}">
    107                                                         </a>
    108                                         {/if}
    109                           </td>
    110                         </tr>
    111                 </table>
    112         </div>
    113         {/if}
     76{include file='ak_reloaded_image.tpl'|@get_extent:'picture_reload'}
    11477        </td>
    11578</tr>
Note: See TracChangeset for help on using the changeset viewer.