Ignore:
Timestamp:
Jul 15, 2012, 7:44:26 PM (12 years ago)
Author:
gbo
Message:

2.4F improve frame management first size and JS resize

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/LLGBO2/template/llgbo_content.tpl

    r15107 r16754  
    11<!-- LLGBO2 picture_content -->
    2 {if  isset($llgbo.TOOLTIPCSS)}   
    3                 {$llgbo.TOOLTIPCSS}
    4 {/if} 
    5 {if  isset($llgbo.GBOCSS)}     
    6         { if file_exists($llgbo.GBOCSS) }
    7                         {combine_css path=$llgbo.GBOCSS order=+10}
    8                 {else}
    9                   {combine_css path=$LLGBO_PATH|@cat:"css/llgbo_content_default.css" order=+10}
    10         {/if}
    11 {/if} 
    12 {if  !isset($llgbo.NOJS)}
    13                 {if  isset($llgbo.TOOLTIP)}       
    14                         {combine_script id='llgbojqtooltip' load='footer' require='jquery'  path=$LLGBO_PATH|@cat:"js/jquery_llgbotip.js"}
    15                  {/if}
    16                  {if  isset($llgbo.FRAME_BEGIN)}       
    17                         {combine_script id='llgbojqframe' load='footer' require='jquery'  path=$LLGBO_PATH|@cat:"js/jquery_llgboframeresize.js" }
    18                 {/if}
     2 {if !isset($U_SLIDESHOW)}
     3        {if  isset($llgbo.TOOLTIPCSS)}   
     4                        {$llgbo.TOOLTIPCSS}
     5        {/if} 
     6        {if  isset($llgbo.GBOCSS)}     
     7                { if file_exists($llgbo.GBOCSS) }
     8                                {combine_css path=$llgbo.GBOCSS order=+10}
     9                        {else}
     10                          {combine_css path=$LLGBO_PATH|@cat:"css/llgbo_content_default.css" order=+10}
     11                {/if}
     12        {/if} 
     13        {if  !isset($llgbo.NOJS)}
     14                        {if  isset($llgbo.TOOLTIP)}       
     15                                {combine_script id='llgbojqtooltip' load='footer' require='jquery'  path=$LLGBO_PATH|@cat:"js/jquery_llgbotip.js"}
     16                         {/if}
     17                         {if  isset($llgbo.FRAME_BEGIN)}       
     18                                {combine_script id='llgbojqframe' load='footer' require='jquery'  path=$LLGBO_PATH|@cat:"js/jquery_llgboframeresize.js" }
     19                        {/if}
     20        {/if}
     21
     22        {if  isset($llgbo.READIMGREELSIZE)}     
     23        <div id="LLGBO_READIMGREELSIZE" style="visibility:hidden;top:0;"> <!--  if exists Force javascript LlgboFr_Resize  to Read MainImage Reel Size via URL" --></div>
     24        {/if}
    1925{/if}
    2026
Note: See TracChangeset for help on using the changeset viewer.