Ignore:
Timestamp:
2011/03/05 12:56:14 (13 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/admin/login.tpl

    r20407 r20515  
    2525 
    2626<!--{* ▼CONTENTS *}--> 
    27     <div id="login-wrap"> 
     27<div id="login-wrap"> 
    2828 
    29         <div id="login-form" class="clearfix"> 
    30             <h1><img src="<!--{$TPL_URLPATH}-->img/contents/admin_login_logo.jpg" width="140" height="150" alt="EC-CUBE管理画面" /></h1> 
    31             <div id="input-form"> 
    32                 <form name="form1" id="form1" method="post" action="?"> 
    33                 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    34                 <input type="hidden" name="mode" value="login" /> 
    35                 <p><label for="login_id">ID</label></p> 
    36                 <input type="text" name="login_id" size="20" class="box25" /> 
    37                 <p><label for="password">PASSWORD</label></p> 
    38                 <input type="password" name="password" size="20" class="box25" /> 
    39                 <p><a class="btn-tool-format" href="javascript:;" onclick="document.form1.submit(); return false;"><span>LOGIN</span></a></p> 
    40                 </form> 
    41             </div> 
    42         </div> 
     29    <div id="login-form" class="clearfix"> 
     30        <h1><img src="<!--{$TPL_URLPATH}-->img/contents/admin_login_logo.jpg" width="140" height="150" alt="EC-CUBE管理画面" /></h1> 
     31        <div id="input-form"> 
     32            <form name="form1" id="form1" method="post" action="?"> 
     33            <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
     34            <input type="hidden" name="mode" value="login" /> 
     35            <p><label for="login_id">ID</label></p> 
     36            <input type="text" name="login_id" size="20" class="box25" /> 
     37            <p><label for="password">PASSWORD</label></p> 
     38            <input type="password" name="password" size="20" class="box25" /> 
     39            <p><a class="btn-tool-format" href="javascript:;" onclick="document.form1.submit(); return false;"><span>LOGIN</span></a></p> 
     40            </form> 
     41        </div> 
     42    </div> 
    4343 
    44     </div> 
    45     <div id="copyright">Copyright &copy; 2000-<!--{$smarty.now|date_format:"%Y"}--> LOCKON CO.,LTD. All Rights Reserved.</div> 
     44</div> 
     45<div id="copyright">Copyright &copy; 2000-<!--{$smarty.now|date_format:"%Y"}--> LOCKON CO.,LTD. All Rights Reserved.</div> 
    4646<!--{* ▲CONTENTS *}--> 
    4747 
     
    5252    $('<input type="submit" />') 
    5353        .css({'position' : 'absolute', 
    54               'top' : '-1000px'}) 
     54            'top' : '-1000px'}) 
    5555        .appendTo('form'); 
    5656}); 
Note: See TracChangeset for help on using the changeset viewer.