Changeset 12548 for extensions/stripped


Ignore:
Timestamp:
Nov 5, 2011, 2:54:58 PM (12 years ago)
Author:
Zaphod
Message:

version 2.0.1

Location:
extensions/stripped
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/local_head.tpl

    r12547 r12548  
    55
    66{if $load_css}
     7        {combine_css path="themes/default/print.css" order=-10}
     8
     9        {if !$stripped.noLowercase}
     10                {combine_css path="themes/stripped/lowercase.css" order=-10}
     11        {/if}
     12
     13        {if ($stripped.themeStyle == 'black') }
     14                {combine_css path="themes/stripped/theme-black.css" order=-10}
     15        {else}
     16                {if ($stripped.themeStyle == 'white') }
     17                        {combine_css path="themes/stripped/theme-white.css" order=-10}
     18                {else}
     19                        {combine_css path="themes/stripped/theme-original.css" order=-10}
     20                {/if}
     21        {/if}
     22
    723        <!--[if lt IE 7]>
    824                <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/stripped/fix-ie5-ie6.css">
     25                {if ($stripped.themeStyle != 'original') }
     26                        <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/stripped/fix-ie6-plus.css">
     27                {/if}
    928        <![endif]-->
    1029        <!--[if lt IE 8]>
    1130                <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/stripped/fix-ie7.css">
    1231        <![endif]-->
    13         {combine_css path="themes/default/print.css" order=-10}
    14 
    15         {if !$stripped.noLowercase}
    16                 {combine_css path="themes/`$theme.id`/lowercase.css" order=-9}
    17         {/if}
    18 
    19         {if ($stripped.themeStyle == 'black') }
    20                 {combine_css path="themes/`$theme.id`/theme-black.css" order=-8}
    21         {else}
    22                 {if ($stripped.themeStyle == 'white') }
    23                         {combine_css path="themes/`$theme.id`/theme-white.css" order=-8}
    24                 {else}
    25                         {combine_css path="themes/`$theme.id`/theme-original.css" order=-8}
    26                 {/if}
    27         {/if}
    2832
    2933{/if}
  • extensions/stripped/readme.txt

    r12547 r12548  
    3131Changelog
    3232---------
     33
     34*** version 2.0.1
     35
     36- bug fix for IE6-7
     37- bug fix with image prelod
    3338
    3439*** version 2.0.0
  • extensions/stripped/template/picture_content.tpl

    r12547 r12548  
    1515                {if isset($pwghigh)}<a href="{$high.U_HIGH}" rel="shadowbox" class="hd_link">&nbsp;</a>{/if}
    1616                {if isset($winhigh)}<div onclick="openDisplayHigh('{$high.U_HIGH}');" class="hd_link">&nbsp;</div>{/if}
    17                 {if isset($stripped.imagePreloadHD)}<div class="preload" style="display:none;">{$high.U_HIGH}</div>{/if}
     17                {if ($stripped.imagePreloadHD)}<div class="preload" style="display:none;">{$high.U_HIGH}</div>{/if}
    1818        {/if}
    1919        {if ($stripped.imageArrows) }
Note: See TracChangeset for help on using the changeset viewer.