source: extensions/akBookStyle/trunk/template/ak_reloaded_image.tpl @ 10853

Last change on this file since 10853 was 10853, checked in by flop25, 13 years ago

really compatible 2.2

File size: 884 bytes
RevLine 
[3791]1{if !empty($AK_PIC_SRC) }
[3764]2<div id="reload">
3  <table class="picture">
4    <tr class="nline">
[3838]5      <td class="ncol">
[5432]6        <a id="akPreviousPicture" class="load navButton" href="{$AK_PREVIOUS}" title="{'Previous image'|@translate}{* : {$AK_PREVIOUS.TITLE}*}" rel="prev">
7          <img src="{$ROOT_URL}{$themeconf.icon_dir}/left.png" class="button" alt="{'Previous image'|@translate}">
[3764]8        </a>
9      </td>
[3860]10
[3773]11      <td class="ak_pic">
[10853]12                                <a href="{$AK_PIC_URL}">
13                <img src="{$AK_PIC_SRC}" alt="{$AK_PIC_ALT}" title="{$AK_PIC_TITLE}" id="akPicture">
14        </a>
[3764]15      </td>
[3773]16      <td class="ncol">
[5432]17        <a id="akNextPicture" class="load navButton" href="{$AK_NEXT}" title="{'Next image'|@translate}{* : {$AK_NEXT.TITLE}*}" rel="next">
18          <img src="{$ROOT_URL}{$themeconf.icon_dir}/right.png" class="button" alt="{'Next image'|@translate}">
[3764]19        </a>
20      </td>
21    </tr>
22  </table>
23</div>
24{/if}
Note: See TracBrowser for help on using the repository browser.