Ignore:
Timestamp:
Nov 5, 2011, 12:36:01 PM (12 years ago)
Author:
Zaphod
Message:

version 2.0.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/template/slideshow.tpl

    r12153 r12547  
    44{/literal}
    55{/html_head}
     6{literal}
     7<script type="text/javascript">
     8var image_w = {/literal}{$WIDTH_IMG}{literal}
     9var image_h = {/literal}{$HEIGHT_IMG}{literal}
     10</script>
     11{/literal}
    612<div id="light_slideshow">
    713
     
    3137                <div id="theImageAndTitle">
    3238                        <div id="theImageBox">
     39                                {if (isset($previous) && $stripped.navArrows) }
     40                                        <a href="{$previous.U_IMG}" id="imgprev">&nbsp;</a>
     41                                {/if}
    3342                                <div id="theImage">
    3443                                        {$ELEMENT_CONTENT}
    3544                                </div>
     45                {if (isset($next) && $stripped.navArrows)}
     46                        <a href="{$next.U_IMG}" id="imgnext">&nbsp;</a>
     47                {/if}
    3648                        </div>
    3749                        {if $showTitle }
    3850                                <div id="imageTitleContainer"><div id="imageTitle">
    39                                         {if $stripped.showDescriptionInsteadOfTitle}
     51                                        {if ($stripped.imageCaption == 'description' )}
    4052                                                {$COMMENT_IMG|strip_tags:false}
    41                                         {else}
     53                                        {/if}
     54                                        {if ($stripped.imageCaption == 'title' )}
    4255                                                {$current.TITLE}
    4356                                        {/if}
Note: See TracChangeset for help on using the changeset viewer.