Ignore:
Timestamp:
2011/01/19 11:23:20 (13 years ago)
Author:
uemoto
Message:

#382(管理画面XHTMLに変更)

  • 細部調整
File:
1 edited

Legend:

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

    r19954 r19965  
    2525 
    2626<!--{* ▼CONTENTS *}--> 
    27     <div id="login-form-wrap"> 
     27    <div id="login-wrap"> 
    2828 
    29  
    30         <div id="login-form"> 
    31     <form name="form1" id="form1" method="post" action="login.php"> 
     29        <div id="login-form" class="clearfix"> 
    3230            <h1><img src="<!--{$TPL_DIR}-->img/contents/admin_login_logo.jpg" width="140" height="150" alt="EC-CUBE管理画面" /></h1> 
    3331            <div id="input-form"> 
     32                <form name="form1" id="form1" method="post" action="login.php"> 
    3433                <p><label for="login_id">ID</label></p> 
    3534                <input type="text" name="login_id" size="20" class="box25" /> 
     
    3736                <input type="password" name="password" size="20" class="box25" /> 
    3837                <p><a class="btn-tool-format" href="javascript:;" onclick="document.form1.submit(); return false;"><span>LOGIN</span></a></p> 
     38                </form> 
    3939            </div> 
    40     </form> 
    4140        </div> 
    4241 
Note: See TracChangeset for help on using the changeset viewer.