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

Last change on this file since 3860 was 3860, checked in by vdigital, 15 years ago

UP icon solved
Picture icons location reviewed

File size: 962 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">
6        <a id="akPreviousPicture" class="{if empty($AK_PREVIOUS)}hide {/if}load navButton" href="{$AK_PREVIOUS}"
[3860]7           title="{'previous_page'|@translate}{* : {$AK_PREVIOUS.TITLE}*}"
[3764]8           rel="prev">
9          <img src="{$ROOT_URL}{$themeconf.icon_dir}/left.png"
[3860]10               class="button" alt="{'previous_page'|@translate}" id="akPicPrev">
[3764]11        </a>
12      </td>
[3860]13
[3773]14      <td class="ak_pic">
[3788]15        <img src="{$AK_PIC_SRC}" alt="{$AK_PIC_ALT}" title="{$AK_PIC_TITLE}" id="akPicture">
[3764]16      </td>
[3773]17      <td class="ncol">
[3838]18        <a id="akNextPicture" class="{if empty($AK_NEXT)}hide {/if}load navButton" href="{$AK_NEXT}"
[3860]19           title="{'next_page'|@translate}{* : {$AK_NEXT.TITLE}*}"
[3764]20           rel="next">
21          <img src="{$ROOT_URL}{$themeconf.icon_dir}/right.png"
[3860]22               class="button" alt="{'next_page'|@translate}" id="akPicNext">
[3764]23        </a>
24      </td>
25    </tr>
26  </table>
27</div>
28{/if}
Note: See TracBrowser for help on using the repository browser.