| 1 | <!--{if $smarty.post.url == ""}-->
|
|---|
| 2 | <!--{assign var=url value="`$smarty.server.REQUEST_URI`"}-->
|
|---|
| 3 | <!--{else}-->
|
|---|
| 4 | <!--{assign var=url value="`$smarty.post.url`"}-->
|
|---|
| 5 | <!--{/if}-->aaaaaaa
|
|---|
| 6 | <table width="276" border="0" cellspacing="0" cellpadding="0" summary=" ">
|
|---|
| 7 | <tr>
|
|---|
| 8 | <td colspan="3"><img src="/img/header/login_top.gif" width="284" height="8" alt="" /></td>
|
|---|
| 9 | </tr>
|
|---|
| 10 | <form name="login_form" id="login_form" method="post" action="/frontparts/login_check.php" onsubmit="return fnCheckLogin('login_form')">
|
|---|
| 11 | <input type="hidden" name="mode" value="login">
|
|---|
| 12 | <input type="hidden" name="url" value="<!--{$url|escape}-->">
|
|---|
| 13 | <tr>
|
|---|
| 14 | <td background="/img/header/login_left.gif"><img src="/img/_.gif" width="8" height="1" alt="" /></td>
|
|---|
| 15 | <td bgcolor="#eeeeee">
|
|---|
| 16 | <table width="268" cellspacing="0" cellpadding="0" summary=" ">
|
|---|
| 17 | <!--{if $tpl_login}-->
|
|---|
| 18 | <tr>
|
|---|
| 19 | <td align="center" colspan="3"><span class="fs12">¤è¤¦¤³¤½ <!--{$tpl_name1|escape}-->¡¡<!--{$tpl_name2|escape}--> ÍÍ<br />
|
|---|
| 20 | ¸½ºß¤Î½ê»ý¥Ý¥¤¥ó¥È¡§</span><span class="red12st"> <!--{$tpl_user_point|number_format|default:0}--> pt</span></td>
|
|---|
| 21 | <!--{if !$tpl_disable_logout}-->
|
|---|
| 22 | <td width="50"><a href="<!--{$smarty.server.PHP_SELF}-->" onclick="fnFormModeSubmit('login_form', 'logout', '', ''); return false;"><img src="/img/header/logout.gif" width="44" height="21" alt="¥í¥°¥¢¥¦¥È" /></a></td>
|
|---|
| 23 | <!--{/if}-->
|
|---|
| 24 | </tr>
|
|---|
| 25 | <!--{else}-->
|
|---|
| 26 | <tr align="center">
|
|---|
| 27 | <td><img src="/img/header/mailaddress.gif" width="62" height="9" alt="¥á¡¼¥ë¥¢¥É¥ì¥¹" /></td>
|
|---|
| 28 | <td><img src="/img/header/password.gif" width="43" height="9" alt="¥Ñ¥¹¥ï¡¼¥É" /></td>
|
|---|
| 29 | <td width="50"><input type="checkbox" name="login_memory" value="1" <!--{$tpl_login_memory|sfGetChecked:1}-->/><img src="/img/header/memory.gif" width="18" height="9" alt="µ²±" /></td>
|
|---|
| 30 | </tr>
|
|---|
| 31 | <tr align="center">
|
|---|
| 32 | <td><input type="text" name="login_email" value="<!--{$tpl_login_email|escape}-->" size="15" class="box15" /></td>
|
|---|
| 33 | <td><input type="password" name="login_pass" size="10" class="box10" /></td>
|
|---|
| 34 | <td><input type="image" name="subm" src="/img/header/login.gif" width="44" height="21" alt="¥í¥°¥¤¥ó" /></a></td>
|
|---|
| 35 | </tr>
|
|---|
| 36 | <tr>
|
|---|
| 37 | <td colspan="2" class="fs10n" align="right"><a href="<!--{$smarty.const.SSL_URL|sfTrimURL}-->/forgot/index.php" onclick="win01('<!--{$smarty.const.SSL_URL|sfTrimURL}-->/forgot/index.php','forget','580','320'); return false;" target="_blank">¥Ñ¥¹¥ï¡¼¥É¤ò˺¤ì¤¿Êý¤Ï¤³¤Á¤é</a></td>
|
|---|
| 38 | </tr>
|
|---|
| 39 | <!--{/if}-->
|
|---|
| 40 | </table>
|
|---|
| 41 | </td>
|
|---|
| 42 | <td background="/img/header/login_right.gif"><img src="/img/_.gif" width="8" height="1" alt="" /></td>
|
|---|
| 43 | </tr>
|
|---|
| 44 | </form>
|
|---|
| 45 | <tr>
|
|---|
| 46 | <td colspan="3"><img src="/img/header/login_bottom.gif" width="284" height="8" alt="" /></td>
|
|---|
| 47 | </tr>
|
|---|
| 48 | </table>
|
|---|