Ignore:
Timestamp:
Nov 15, 2011, 8:48:22 PM (13 years ago)
Author:
gbo
Message:

version 2.3.b remove modification on alt_img attribut

File:
1 edited

Legend:

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

    r10946 r12631  
    44                <a href="javascript:phpWGOpenWindow('{$high.U_HIGH}','{$high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')">
    55        {/if}
    6                 <img src="{$SRC_IMG}" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG|@strip_tags:false}"    {$MAP_TO_USED}
    7                                 title="{$ALT_IMG|@strip_tags:false}" >
     6                <img src="{$SRC_IMG}" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG|@strip_tags:false}"    {$MAP_TO_USED} id="theMainImage"
     7                        {if isset($COMMENT_IMG)}
     8                                title="{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}" {else} title="{$current.TITLE|@replace:'"':' '} - {$ALT_IMG}"
     9                        {/if}
     10                        >
    811        {if isset($high) and !isset($USEMAP) }
    912         </a>
     
    3740                                <a href="javascript:phpWGOpenWindow('{$high.U_HIGH}','{$high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')">
    3841                        {/if}
    39                    <img    src="{$SRC_IMG}" align="center" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG}" {$MAP_TO_USED}
     42                   <img    src="{$SRC_IMG}" align="center" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG}" {$MAP_TO_USED} id="theMainImage"
    4043                       
    4144                        {if isset($COMMENT_IMG)}
Note: See TracChangeset for help on using the changeset viewer.