Ignore:
Timestamp:
2010/03/11 10:35:11 (14 years ago)
Author:
kajiwara
Message:

正式版にナイトリービルド版をマージしてみるテスト

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tmp/version-2_5-test/data/Smarty/templates/default/admin/login_error.tpl

    r16582 r18609  
    33 * This file is part of EC-CUBE 
    44 * 
    5  * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 
     5 * Copyright(c) 2000-2008 LOCKON CO.,LTD. All Rights Reserved. 
    66 * 
    77 * http://www.lockon.co.jp/ 
     
    2222 */ 
    2323*}--> 
    24 <!--▼CONTENTS--> 
    25 <table width="556" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    26     <tr><td height="182"></td></tr> 
    27     <tr> 
    28         <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/error_top.jpg" width="562" height="14" alt=""></td> 
    29     </tr> 
    30     <tr> 
    31         <td background="<!--{$TPL_DIR}-->img/contents/main_left.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td> 
    32         <td bgcolor="#cccccc"> 
    33         <table width="534" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    34             <tr> 
    35                 <td bgcolor="#ffffff" align="center"> 
    36                 <table width="" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    37                     <tr><td height="60"></td></tr> 
    38                     <tr> 
    39                         <td bgcolor="#ffffff" align="center" class="fs12"> 
    40                             <!--{$tpl_error}--> 
    41                         </td> 
    42                     </tr> 
    43                     <tr><td height="20"></td></tr> 
    44                     <tr> 
    45                         <td align="center"><input type="image" onMouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/contents/btn_back_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/contents/btn_back.jpg',this)" src="<!--{$TPL_DIR}-->img/contents/btn_back.jpg" width="123" height="24" alt="ログインページにページに戻る" border="0" name="back" onclick="location.href='<!--{$smarty.const.URL_LOGIN}-->';"></td> 
    46                     </tr> 
    47                     <tr><td height="60"></td></tr> 
    48                 </table> 
    49                 </td> 
    50             </tr>                            
    51         </table> 
    52         </td> 
    53         <td background="<!--{$TPL_DIR}-->img/contents/main_right.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td> 
    54     </tr> 
    55     <tr> 
    56         <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/error_bottom.jpg" width="562" height="14" alt=""></td> 
    57     </tr> 
    58     <tr><td height="2"></td></tr> 
    59 </table> 
    60 <!--▲CONTENTS--> 
     24<!--{* ▼CONTENTS *}--> 
     25<div id="login-error"> 
     26  <div class="message"> 
     27    <!--{$tpl_error}--> 
     28  </div> 
     29  <div class="btn"> 
     30    <button type="submit" onclick="location.href='<!--{$smarty.const.URL_LOGIN}-->';"><span>ログインページにページに戻る</span></button> 
     31  </div> 
     32</div> 
     33<!--{* ▲CONTENTS *}--> 
Note: See TracChangeset for help on using the changeset viewer.