Ignore:
Timestamp:
Sep 1, 2009, 9:48:06 PM (15 years ago)
Author:
nikrou
Message:

placement des boutons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/akBookStyle/trunk/template/ak_vertical.tpl

    r3804 r3811  
     1    {if !empty($navbar) and isset($navbar.URL_PREV)}
     2    <td class="navbar left">
     3      <a class="navButton" href="{$navbar.URL_PREV}"
     4         title="{'previous_page'|@translate}">
     5        <img src="{$ROOT_URL}{$themeconf.icon_dir}/left.png"
     6             class="button" alt="{'previous_page'|@translate}">
     7      </a>       
     8    </td>
     9    {/if}
    110    <td>
    211      <table class="thumbnails">
     
    1928        {/if}
    2029        {/foreach}
    21        
    22         {if isset($AK_NAV_PREV) or isset($AK_NAV_NEXT)} {* thumbnails navigation bar *}
    23         <tr class="nline">
    24           <td class="left">
    25             {if isset($AK_NAV_PREV)}
    26             <a class="navButton" href="{$AK_NAV_PREV}"
    27                title="{'previous_page'|@translate}">
    28               <img src="{$ROOT_URL}{$themeconf.icon_dir}/left.png"
    29              class="button" alt="{'previous_page'|@translate}">
    30             </a>
    31             {/if}
    32           </td>
    33           <td class="right">
    34             {if isset($AK_NAV_NEXT)}
    35             <a class="navButton" href="{$AK_NAV_NEXT}"
    36                title="{'next_page'|@translate}">
    37               <img src="{$ROOT_URL}{$themeconf.icon_dir}/right.png"
     30      </table> {* end of Thumbnails *}
     31    </td>
     32    {if !empty($navbar) and isset($navbar.URL_NEXT)}
     33    <td class="navbar right">
     34      <a class="navButton" href="{$navbar.URL_NEXT}"
     35         title="{'next_page'|@translate}">
     36        <img src="{$ROOT_URL}{$themeconf.icon_dir}/right.png"
    3837             class="button" alt="{'next_page'|@translate}">
    39             </a>
    40             {/if}
    41           </td>
    42         </tr>
    43         {/if}
    44       </table> {* end of Thumbnails *}
     38      </a>
     39    </td>
     40    {/if}
    4541
    46     </td>
Note: See TracChangeset for help on using the changeset viewer.