| 6 | | <div id="slideshow" class="titrePage"> |
| 7 | | <div class="imageNumber">{$PHOTO}</div> |
| 8 | | {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'} |
| 9 | | {if $SHOW_PICTURE_NAME_ON_TITLE } |
| 10 | | <h2>{$current.TITLE}</h2> |
| 11 | | {/if} |
| | 8 | <div id="slideshow"> |
| | 9 | <div class="titrePage"> |
| | 10 | <div class="imageNumber">{$PHOTO}</div> |
| | 11 | {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'} |
| | 12 | {if $SHOW_PICTURE_NAME_ON_TITLE } |
| | 13 | <h2>{$current.TITLE}</h2> |
| | 14 | {/if} |
| | 15 | </div> |
| | 16 | <div id="theImage"> |
| | 17 | {$ELEMENT_CONTENT} |
| | 18 | {if isset($COMMENT_IMG)} |
| | 19 | <p class="showlegend">{$COMMENT_IMG}</p> |
| | 20 | {/if} |
| | 21 | </div> |