Changeset 12893 for extensions/stripped


Ignore:
Timestamp:
Jan 15, 2012, 5:13:52 PM (12 years ago)
Author:
Zaphod
Message:

version 2.0.4

Location:
extensions/stripped
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/lowercase.css

    r10688 r12893  
    1 #the_page , input, select, textarea, file {
     1#the_page {
    22        text-transform:lowercase;
    33}
  • extensions/stripped/readme.txt

    r12659 r12893  
    3131Changelog
    3232---------
     33
     34*** version 2.0.4
     35
     36- several small bug fixes
    3337
    3438*** version 2.0.3
  • extensions/stripped/template/picture.tpl

    r12547 r12893  
    105105
    106106        {assign var='showTitle' value=false}
    107         {if ($SHOW_PICTURE_NAME_ON_TITLE && (isset($COMMENT_IMG) || (($stripped.imageCaption != 'description') )))}
     107        {if isset($COMMENT_IMG) and $stripped.imageCaption == 'description'}
    108108                {assign var='showTitle' value=true}
    109109        {/if}
    110 
    111 {php}
    112         global $pwg_loaded_plugins;
    113         $this->assign('usertags', (isset($pwg_loaded_plugins[ 'user_tags' ])));
    114 {/php}
     110        {if isset($current.TITLE) and $stripped.imageCaption == 'title'}
     111                {assign var='showTitle' value=true}
     112        {/if}
     113
     114        {php}
     115                global $pwg_loaded_plugins;
     116                $this->assign('usertags', (isset($pwg_loaded_plugins[ 'user_tags' ])));
     117        {/php}
    115118
    116119<div id="theImageAndTitle">
     
    129132                <div id="imageTitleContainer"><div id="imageTitle">
    130133                        {if ($stripped.imageCaption == 'description' )}
    131                                 {$COMMENT_IMG|strip_tags:false}
     134                                {$COMMENT_IMG}
    132135                        {/if}
    133136                        {if ($stripped.imageCaption == 'title' )}
  • extensions/stripped/template/thumbnails.tpl

    r12321 r12893  
    1010                        <span class="wrap1">
    1111                                <span class="wrap2 {if !($stripped.showThumbLegend)}wrap2full{/if}">
    12                                         <a href="{$thumbnail.URL}">
     12                                        <a href="{$thumbnail.URL}"><div class="thumbframe"><div class="thumbpos">
    1313                                                <img class="thumbnail" src="{$thumbnail.TN_SRC}" alt="{$thumbnail.TN_ALT}" {if ((isset($thumbnail.NAME))&!($downloadMulti_loaded))}title="{$thumbnail.NAME}"{else}title="{$thumbnail.TN_TITLE}"{/if} />
    1414                                                {if (isset($stripped.imagePreload) & isset($stripped.imagePreloadThumbs))}<div class="preload" style="display:none;">{$thumbnail.FILE_PATH}</div>{/if}
    15                                         </a>
     15                                        </div></div></a>
    1616                                </span>
    1717                                <span class="thumbLegend {if !($stripped.showThumbLegend)}noLegend{/if}">
    18                                         {if isset($thumbnail.NAME)}{$thumbnail.NAME}{/if}
     18                                        <span class="thumbCaption">{if isset($thumbnail.NAME)}{$thumbnail.NAME}{/if}</span>
    1919                                        {if !empty($thumbnail.icon_ts)}
    2020                                                <img title="{$thumbnail.icon_ts.TITLE}" src="{$ROOT_URL}{$themeconf.icon_dir}/recent.png" class="icon" alt="(!)">
  • extensions/stripped/theme-black.css

    r12659 r12893  
    419419#thePicturePage .stuffs_block { display: none;}
    420420
    421 /* No Thumb France CSS ------------------------------------------------------------------------- */
     421/* No Thumb Frame CSS -------------------------------------------------------------------------- */
    422422
    423423.ntf .stuffs_block .personal_block ul.thumbnailCategories li,
     
    455455        background: none;
    456456}
     457
     458/* Misc ---------------------------------------------------------------------------------------- */
     459
     460#thePicturePage .Online { display: none;}
  • extensions/stripped/theme-white.css

    r12659 r12893  
    460460#thePicturePage .stuffs_block { display: none;}
    461461
    462 /* No Thumb France CSS ------------------------------------------------------------------------- */
     462/* No Thumb Frame CSS -------------------------------------------------------------------------- */
    463463
    464464.ntf .stuffs_block .personal_block ul.thumbnailCategories li,
     
    496496        background: none;
    497497}
     498
     499/* Misc ---------------------------------------------------------------------------------------- */
     500
     501#thePicturePage .Online { display: none;}
  • extensions/stripped/theme.css

    r12659 r12893  
    4242
    4343#theHeader,
    44 #username,
    45 #comments blockquote,
     44.comment blockquote,
     45.comment .author,
    4646#contenteditid,
    4747.additional_info,
Note: See TracChangeset for help on using the changeset viewer.