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.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=" "> 
     24<!--{* ▼CONTENTS *}--> 
     25<div id="login-main"> 
    2626<form name="form1" id="form1" method="post" action="login.php"> 
    27     <tr><td height="182"></td></tr> 
    28     <tr> 
    29         <td colspan="3"><img src="<!--{$TPL_DIR}-->img/login/top.jpg" width="556" height="37" alt=""></td> 
    30     </tr> 
    31     <tr> 
    32         <td><img src="<!--{$TPL_DIR}-->img/login/logo.jpg" width="230" height="172" alt="EC CUBE"></td> 
    33         <td background="<!--{$TPL_DIR}-->img/login/bg02.jpg"> 
    34         <table width="280" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    35             <tr> 
    36                 <td width="110"><img src="<!--{$TPL_DIR}-->img/login/id.jpg" width="22" height="5" alt="ID"></td> 
    37                 <td width="195"><input type="text" name="login_id" size="20" class="box25" /></td> 
    38             </tr> 
    39             <tr><td height="7"></td></tr> 
    40             <tr> 
    41                 <td><img src="<!--{$TPL_DIR}-->img/login/pass.jpg" width="61" height="5" alt="PASSWORD"></td> 
    42                 <td ><input type="password" name="password" size="20" class="box25"/></td> 
    43             </tr> 
    44             <tr><td height="10"></td></tr> 
    45             <!--エラーメッセージここから--> 
    46             <tr> 
    47                 <td></td> 
    48                 <td class="white10"><!--{$tpl_error}--></td> 
    49             </tr> 
    50             <!--エラーメッセージここまで--> 
    51             <tr><td height="15"></td></tr> 
    52             <tr> 
    53                 <td colspan="2" align="center"><input type="image" onMouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/login/button_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/login/button.jpg',this)" src="<!--{$TPL_DIR}-->img/login/button.jpg" width="77" height="23" alt="LOGIN" border="0" name="subm"></td> 
    54             </tr> 
    55         </table> 
    56         </td> 
    57         <td background="<!--{$TPL_DIR}-->img/contents/main_right.jpg"><img src="<!--{$TPL_DIR}-->img/login/right.jpg" width="46" height="172" alt=""></td> 
    58     </tr> 
    59     <tr> 
    60         <td colspan="3"><img src="<!--{$TPL_DIR}-->img/login/bottom.jpg" width="556" height="42" alt=""></td> 
    61     </tr> 
    62     <tr><td height="2"></td></tr> 
    63     <tr> 
    64         <td colspan="3" class="fs10n">&nbsp;Copyright &copy; 2000-2007 LOCKON CO.,LTD. All Rights Reserved.</td> 
    65     </tr> 
     27  <h1>EC-CUBE 管理画面</h1> 
     28  <div id="login-form"> 
     29    <label for="login_id">ID</label> 
     30    <input type="text" name="login_id" size="20" class="box25" /> 
     31    <label for="password">PASSWORD</label> 
     32    <input type="password" name="password" size="20" class="box25" /> 
     33    <div class="btn"> 
     34      <button type="submit"><span>LOGIN</span></button> 
     35    </div> 
     36  </div> 
     37  <div id="login-address">Copyright &copy; 2000-2007 LOCKON CO.,LTD. All Rights Reserved.</div> 
    6638</form> 
    67 </table> 
    68  
    69 <!--▲CONTENTS--> 
     39</div> 
     40<!--{* エラーメッセージここから *}--> 
     41<!--{if $tpl_error}--> 
     42<div id="loginInputError" style="display:none;"> 
     43  <!--{$tpl_error}--> 
     44</div> 
     45<script type="text/javascript"> 
     46<!-- 
     47$(funtion(){ 
     48  tb_show('ERROR!','#TB_inline?height=200&width=400&inlineId=loginInputError','false'); 
     49}); 
     50// --> 
     51</script> 
     52<!--{/if}--> 
     53<!--{* エラーメッセージここまで *}--> 
     54<!--{* ▲CONTENTS *}--> 
    7055 
    7156<SCRIPT Language="JavaScript"> 
Note: See TracChangeset for help on using the changeset viewer.