issue 1542 fixed.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10202 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-02-27 04:26:01 +00:00
parent 1f8eb5f635
commit 1b511c14d9
7 changed files with 14 additions and 14 deletions

View file

@ -9,7 +9,7 @@ body{background:url({$layout_info->background_image}) repeat-x left top;}
<div class="xe">
<div class="header">
<h1>
<a href="{$layout_info->index_url}" cond="$layout_info->logo_image"><img src="{$layout_info->logo_image}" alt="logo" border="0" class="iePngFix" /></a>
<a href="{$layout_info->index_url}" cond="$layout_info->logo_image"><img src="{$layout_info->logo_image}" alt="logo" border="0" /></a>
<a href="{$layout_info->index_url}" cond="!$layout_info->logo_image">{$layout_info->logo_image_alt}</a>
</h1>
<div class="language">

View file

@ -2,7 +2,7 @@
<div id="container" class="{$layout_info->faceoff_ini_config['column']}">
<div id="header">
<a href="#content" class="skipToContent">Skip to content</a>
<h1><a href="{$layout_info->index_url}"><!--@if($layout_info->logo_image)--><img src="{$layout_info->logo_image}" alt="logo" border="0" class="iePngFix" /><!--@elseif($layout_info->logo_text)-->{$layout_info->logo_text}<!--@else-->Title<!--@end--></a></h1>
<h1><a href="{$layout_info->index_url}"><!--@if($layout_info->logo_image)--><img src="{$layout_info->logo_image}" alt="logo" border="0" /><!--@elseif($layout_info->logo_text)-->{$layout_info->logo_text}<!--@else-->Title<!--@end--></a></h1>
<hr />
</div>
<hr />

View file

@ -28,9 +28,9 @@
<col />
<col width="7" />
<tr>
<td><img src="./images/lh.png" alt="lh" class="iePngFix" width="7" height="7" /></td>
<td><img src="./images/lh.png" alt="lh" width="7" height="7" /></td>
<td class="h"><img src="./images/blank.gif" height="7" alt="blank" /></td>
<td><img src="./images/rh.png" alt="rh" class="iePngFix" width="7" height="7" /></td>
<td><img src="./images/rh.png" alt="rh" width="7" height="7" /></td>
</tr>
<tr>
<td class="title" colspan="3">
@ -83,9 +83,9 @@
</td>
</tr>
<tr>
<td class="lb" ><img src="./images/lb.png" alt="lb" class="iePngFix" width="7" height="7" /></td>
<td class="lb" ><img src="./images/lb.png" alt="lb" width="7" height="7" /></td>
<td class="b"><img src="./images/blank.gif" alt="blank" /></td>
<td class="rb" ><img src="./images/rb.png" alt="rb" class="iePngFix" width="7" height="7" /></td>
<td class="rb" ><img src="./images/rb.png" alt="rb" width="7" height="7" /></td>
</tr>
</table>

View file

@ -7,9 +7,9 @@
<col />
<col width="7" />
<tr>
<td><img src="./images/lh.png" alt="lh" class="iePngFix" width="7" height="7" /></td>
<td><img src="./images/lh.png" alt="lh" width="7" height="7" /></td>
<td class="h"><img src="./images/blank.gif" height="7" alt="blank" /></td>
<td><img src="./images/rh.png" alt="rh" class="iePngFix" width="7" height="7" /></td>
<td><img src="./images/rh.png" alt="rh" width="7" height="7" /></td>
</tr>
<tr>
<td class="title" colspan="3">
@ -56,9 +56,9 @@
<td class="r"><img src="./images/blank.gif" height="7" alt="blank" /></td>
</tr>
<tr>
<td class="rlb" ><img src="./images/rlb.png" alt="lb" class="iePngFix" width="7" height="7" /></td>
<td class="rlb" ><img src="./images/rlb.png" alt="lb" width="7" height="7" /></td>
<td class="bb"><img src="./images/blank.gif" alt="blank" /></td>
<td class="rrb" ><img src="./images/rrb.png" alt="rb" class="iePngFix" width="7" height="7" /></td>
<td class="rrb" ><img src="./images/rrb.png" alt="rb" width="7" height="7" /></td>
</tr>
</table>

View file

@ -159,8 +159,8 @@ class TemplateHandlerTest extends PHPUnit_Framework_TestCase
),
// error case
array(
'<a href="{$layout_info->index_url}" cond="$layout_info->logo_image"><img src="{$layout_info->logo_image}" alt="logo" border="0" class="iePngFix" /></a>',
'<?php if($__Context->layout_info->logo_image){ ?><a href="<?php echo $__Context->layout_info->index_url ?>"><img src="<?php echo $__Context->layout_info->logo_image ?>" alt="logo" border="0" class="iePngFix" /></a><?php } ?>'
'<a href="{$layout_info->index_url}" cond="$layout_info->logo_image"><img src="{$layout_info->logo_image}" alt="logo" border="0" /></a>',
'<?php if($__Context->layout_info->logo_image){ ?><a href="<?php echo $__Context->layout_info->index_url ?>"><img src="<?php echo $__Context->layout_info->logo_image ?>" alt="logo" border="0" /></a><?php } ?>'
),
// error case - ignore stylesheets
array(

View file

@ -40,7 +40,7 @@ var keep_signed_msg = "{$lang->about_keep_signed}";
<a href="{getUrl('act','dispMemberResendAuthMail')}"><img src="images/icon_help.gif" alt="" title="{$lang->cmd_resend_auth_mail}"/></a>
</div>
</div><!-- //body -->
<span class="tail"><img src="images/signin_bg_tail.png" width="219" height="3" alt="" class="iePngFix" /></span>
<span class="tail"><img src="images/signin_bg_tail.png" width="219" height="3" alt="" /></span>
</div><!-- //signin_window -->
</div>
</fieldset>

View file

@ -26,7 +26,7 @@
</div>
<iframe class="T_iframe" border=0 style="top:0px;left:0px;width:219px;height:400px;z-index:-1;position:absolute;"></iframe>
</div><!-- //body -->
<span class="tail"><img src="images/minfo_bg_tail.png" width="172" height="3" alt="" class="iePngFix" /></span>
<span class="tail"><img src="images/minfo_bg_tail.png" width="172" height="3" alt="" /></span>
</div><!-- //mbInfo_window -->
</div><!-- //sign_box -->
</fieldset>