Changeset 16012


Ignore:
Timestamp:
2007/09/25 19:15:09 (17 years ago)
Author:
nanasess
Message:

XHTML 対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/Smarty/templates/default/shopping/index.tpl

    r15782 r16012  
    55 *}--> 
    66<!--▼CONTENTS--> 
    7 <table width="760" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    8     <tr> 
    9         <td align="center" bgcolor="#ffffff"> 
    10         <!--▼MAIN ONTENTS--> 
    11         <table width="700" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    12             <tr> 
    13                 <td><img src="<!--{$TPL_DIR}-->img/login/title.jpg" width="700" height="40" alt="ログイン"></td> 
    14             </tr> 
    15             <tr><td height="20"></td></tr> 
    16         </table> 
    17         <!--▼会員登録がお済みのお客様--> 
    18         <table width="640" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    19             <tr> 
    20                 <td align="center" bgcolor="#cccccc"> 
    21                 <table width="630" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    22                     <tr><td height="5"></td></tr> 
    23                     <tr> 
    24                         <td align="center" bgcolor="#ffffff"> 
    25                         <table width="604" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    26                             <tr><td height="13"></td></tr> 
    27                             <tr> 
    28                                 <td><img src="<!--{$TPL_DIR}-->img/login/member.gif" width="202" height="16" alt="会員登録がお済みのお客様"></td> 
    29                             </tr> 
    30                             <tr><td height="20"></td></tr> 
    31                         </table> 
    32                         <!--ログインここから--> 
    33                         <table width="530" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    34                         <form name="member_form" id="member_form" method="post" action="./deliv.php" onsubmit="return fnCheckLogin('member_form')"> 
    35                         <input type="hidden" name="mode" value="login"> 
    36                             <tr> 
    37                                 <td class="fs12">会員の方は、登録時に入力されたメールアドレスとパスワードでログインしてください。</td> 
    38                             </tr> 
    39                             <tr><td height="10"></td></tr> 
    40                             <tr> 
    41                                 <td align="center" bgcolor="#f0f0f0"> 
    42                                 <table width="490" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    43                                     <tr><td height="20"></td></tr> 
    44                                     <tr> 
    45                                         <td><img src="<!--{$TPL_DIR}-->img/login/mailadress.gif" width="92" height="13" alt="メールアドレス"></td> 
    46                                         <td class="fs12"> 
    47                                             <!--{assign var=key value="login_email"}--><span class="red"><!--{$arrErr[$key]}--></span> 
    48                                             <input type="text" name="<!--{$key}-->" value="<!--{$tpl_login_email|escape}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->; ime-mode: disabled;" size="40" class="box40" /> 
    49                                         </td> 
    50                                     </tr> 
    51                                     <tr> 
    52                                         <td align="right"></td> 
    53                                         <td class="fs10n"><input type="checkbox" name="login_memory" value="1" <!--{$tpl_login_memory|sfGetChecked:1}-->/><label for="memory">会員メールアドレスをコンピューターに記憶させる</label></td> 
    54                                     </tr> 
    55                                     <tr><td height="10"></td></tr> 
    56                                     <tr> 
    57                                         <td><img src="<!--{$TPL_DIR}-->img/login/password.gif" width="92" height="13" alt="パスワード"></td> 
    58                                         <td class="fs12"> 
    59                                             <!--{assign var=key value="login_pass"}--><span class="red"><!--{$arrErr[$key]}--></span> 
    60                                             <input type="password" name="<!--{$key}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" size="40" class="box40" /> 
    61                                         </td> 
    62                                     </tr> 
    63                                     <tr><td height="20"></td></tr> 
    64                                 </table> 
    65                                 </td> 
    66                             </tr> 
    67                             <tr><td height="20"></td></tr> 
    68                             <tr> 
    69                                 <td align="center"> 
    70                                     <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/login/b_login_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/login/b_login.gif',this)" src="<!--{$TPL_DIR}-->img/login/b_login.gif" width="140" height="30" alt="ログイン" name="log" id="log" /> 
    71                                 </td> 
    72                             </tr> 
    73                             <tr><td height="15"></td></tr> 
    74                             <tr> 
    75                                 <td class="fs10">パスワードを忘れた方は<a href="<!--{$smarty.const.SSL_URL|sfTrimURL}-->/forgot/index.php" onclick="win01('<!--{$smarty.const.SSL_URL|sfTrimURL}-->/forgot/index.php','forget','600','400'); return false;" target="_blank">こちら</a>からパスワードの再発行を行ってください。<br> 
    76                                 メールアドレスを忘れた方は、お手数ですが、<a href="<!--{$smarty.const.URL_DIR}-->contact/index.php">お問い合わせページ</a>からお問い合わせください。</td> 
    77                             </tr> 
    78                             <tr><td height="20"></td></tr> 
    79                         </form> 
    80                         </table> 
    81                         <!--ログインここまで--> 
    82                         </td> 
    83                     </tr> 
    84                     <tr><td height="5"></td></tr> 
    85                 </table> 
    86                 </td> 
    87             </tr> 
    88             <tr><td height="20"></td></tr> 
    89         </table> 
    90         <!--▲会員登録がお済みのお客様--> 
    91         <!--▼まだ会員登録されていないお客様--> 
    92         <table width="640" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    93             <tr> 
    94                 <td align="center" bgcolor="#cccccc"> 
    95                 <table width="630" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    96                     <tr><td height="5"></td></tr> 
    97                     <tr> 
    98                         <td align="center" bgcolor="#ffffff"> 
    99                         <table width="604" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    100                             <tr><td height="13"></td></tr> 
    101                             <tr> 
    102                                 <td><img src="<!--{$TPL_DIR}-->img/login/guest.gif" width="247" height="16" alt="まだ会員登録されていないお客様"></td> 
    103                             </tr> 
    104                             <tr><td height="20"></td></tr> 
    105                         </table> 
    106                          
    107                         <table width="530" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    108                         <form name="member_form2" id="member_form2" method="post" action="./index.php"> 
    109                         <input type="hidden" name="mode" value="nonmember"> 
    110                             <tr> 
    111                                 <td class="fs12">会員登録をすると便利なMyページをご利用いただけます。<br> 
    112                                 また、ログインするだけで、毎回お名前や住所などを入力することなくスムーズにお買い物をお楽しみいただけます。</td> 
    113                             </tr> 
    114                             <tr><td height="10"></td></tr> 
    115                             <tr> 
    116                                 <td align="center" bgcolor="#f0f0f0"> 
    117                                 <table width="490" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    118                                     <tr><td height="20"></td></tr> 
    119                                     <tr> 
    120                                         <td align="center"> 
    121                                             <a href="<!--{$smarty.const.URL_DIR}-->entry/kiyaku.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/login/b_gotoentry_on.gif','b_gotoentry');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/login/b_gotoentry.gif','b_gotoentry');"><img src="<!--{$TPL_DIR}-->img/login/b_gotoentry.gif" width="130" height="30" alt="会員登録をする" border="0" name="b_gotoentry"></a>  
    122                                             <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/login/b_buystep_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/login/b_buystep.gif',this)" src="<!--{$TPL_DIR}-->img/login/b_buystep.gif" width="130" height="30" alt="購入手続きへ" name="buystep" id="buystep" /> 
    123                                         </td> 
    124                                     </tr> 
    125                                     <tr><td height="20"></td></tr> 
    126                                 </table> 
    127                                 </td> 
    128                             </tr> 
    129                             <tr><td height="20"></td></tr> 
    130                         </form> 
    131                         </table> 
    132                         </td> 
    133                     </tr> 
    134                     <tr><td height="5"></td></tr> 
    135                 </table> 
    136                 </td> 
    137             </tr> 
    138         </table> 
    139         <!--▲まだ会員登録されていないお客様--> 
    140         <!--▲MAIN ONTENTS--> 
    141         </td> 
    142     </tr> 
    143 </table> 
     7<div id="under02column"> 
     8  <div id="under02column_login"> 
     9    <h2 class="title"> 
     10      <img src="<!--{$TPL_DIR}-->img/login/title.jpg" width="700" height="40" alt="ログイン" /> 
     11   </h2> 
     12    <form name="member_form" id="member_form" method="post" action="./deliv.php" onsubmit="return fnCheckLogin('member_form')"> 
     13   <div class="loginarea"> 
     14     <p><img src="<!--{$TPL_DIR}-->img/login/member.gif" width="202" height="16" alt="会員登録がお済みのお客様" /></p> 
     15     <p class="inputtext">会員の方は、登録時に入力されたメールアドレスとパスワードでログインしてください。</p> 
     16       <input type="hidden" name="mode" value="login" /> 
     17       <div class="inputbox"> 
     18       <!--{assign var=key value="login_email"}--><span class="attention"><!--{$arrErr[$key]}--></span> 
     19       <p><img src="<!--{$TPL_DIR}-->img/login/mailadress.gif" width="92" height="13" alt="メールアドレス" />&nbsp; 
     20         <input type="text" name="<!--{$key}-->" 
     21                value="<!--{$tpl_login_email|escape}-->" 
     22                maxlength="<!--{$arrForm[$key].length}-->" 
     23                style="<!--{$arrErr[$key]|sfGetErrorColor}-->; ime-mode: disabled;" 
     24                size="40" class="box300" /> 
     25       </p> 
     26       <p class="mini"> 
     27         <input type="checkbox" name="login_memory" value="1" <!--{$tpl_login_memory|sfGetChecked:1}--> id="login_memory" /> 
     28         <label for="login_memory">会員メールアドレスをコンピューターに記憶させる</label> 
     29       </p> 
     30       <p class="passwd"> 
     31         <!--{assign var=key value="login_pass"}--><span class="attention"><!--{$arrErr[$key]}--></span> 
     32         <img src="<!--{$TPL_DIR}-->img/login/password.gif" 
     33              width="92" height="13" alt="パスワード" /> 
     34         &nbsp;<input type="password" name="<!--{$key}-->" maxlength="<!--{$arrForm[$key].length}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" size="40" class="box300" /> 
     35       </p> 
     36     </div> 
     37     <div class="tblareabtn"> 
     38      <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/login/b_login_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/login/b_login.gif',this)" src="<!--{$TPL_DIR}-->img/login/b_login.gif" width="140" height="30" alt="ログイン" name="log" id="log" class="box140" /> 
     39     </div> 
     40     <p class="inputtext02"> 
     41       パスワードを忘れた方は<a href="<!--{$smarty.const.SSL_URL|sfTrimURL}-->/forgot/index.php" onclick="win01('<!--{$smarty.const.SSL_URL|sfTrimURL}-->/forgot/index.php','forget','600','400'); return false;" target="_blank">こちら</a>からパスワードの再発行を行ってください。<br /> 
     42      メールアドレスを忘れた方は、お手数ですが、<a href="<!--{$smarty.const.URL_DIR}-->contact/index.php">お問い合わせページ</a>からお問い合わせください。 
     43     </p> 
     44  </div> 
     45  <div class="loginarea"> 
     46    <p> 
     47      <img src="<!--{$TPL_DIR}-->img/login/guest.gif" width="247" height="16" alt="まだ会員登録されていないお客様" /> 
     48    </p> 
     49    <p class="inputtext">会員登録をすると便利なMyページをご利用いただけます。<br /> 
     50      また、ログインするだけで、毎回お名前や住所などを入力することなくスムーズにお買い物をお楽しみいただけます。 
     51    </p> 
     52    <div class="inputbox02"> 
     53      <a href="<!--{$smarty.const.URL_DIR}-->entry/kiyaku.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/login/b_gotoentry_on.gif','b_gotoentry');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/login/b_gotoentry.gif','b_gotoentry');"> 
     54        <img src="<!--{$TPL_DIR}-->img/login/b_gotoentry.gif" width="130" height="30" alt="会員登録をする" border="0" name="b_gotoentry" /> 
     55      </a> 
     56      <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/login/b_buystep_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/login/b_buystep.gif',this)" src="<!--{$TPL_DIR}-->img/login/b_buystep.gif" class="box130"  alt="購入手続きへ" name="buystep" id="buystep" /> 
     57    </div> 
     58  </div> 
     59</form> 
     60</div> 
     61</div> 
    14462<!--▲CONTENTS--> 
Note: See TracChangeset for help on using the changeset viewer.