source: branches/feature-module-zeus/html/user_data/include/bloc/login.tpl @ 15376

Revision 15376, 4.0 KB checked in by naka, 17 years ago (diff)
Line 
1<!--{*
2 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 *}-->
6<!--¢§¥í¥°¥¤¥ó¤³¤³¤«¤é-->
7<!--{if $smarty.post.url == ""}-->
8    <!--{if sfIsHTTPS()}-->
9        <!--{assign var=url value="https://`$smarty.server.HTTP_HOST``$smarty.server.REQUEST_URI`"}-->
10    <!--{else}-->
11        <!--{assign var=url value="http://`$smarty.server.HTTP_HOST``$smarty.server.REQUEST_URI`"}-->
12    <!--{/if}-->
13<!--{else}-->
14    <!--{assign var=url value="`$smarty.post.url`"}-->
15<!--{/if}-->
16<table width="166" border="0" cellspacing="0" cellpadding="0" summary=" ">
17<form name="login_form" id="login_form" method="post" action="<!--{$smarty.const.SSL_URL}-->frontparts/login_check.php" onsubmit="return fnCheckLogin('login_form')">
18<input type="hidden" name="mode" value="login">
19<input type="hidden" name="url" value="<!--{$url|escape}-->">
20    <tr>
21        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/side/title_login.jpg" width="166" height="35" alt="¥í¥°¥¤¥ó"></td>
22    </tr>
23    <tr>
24        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
25        <td align="center" bgcolor="#ffffff">
26        <!--¥í¥°¥¤¥ó¥Õ¥©¡¼¥à-->
27        <table width="146" border="0" cellspacing="0" cellpadding="0" summary=" ">
28            <tr>
29                <td height="10"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="50" height="1" alt=""></td>
30                <td><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="96" height="1" alt=""></td>
31            </tr>
32            <!--{if $tpl_login}-->
33                <tr>
34                    <td align="center" colspan="3" class="fs12">¤è¤¦¤³¤½ <br> <!--{$tpl_name1|escape}-->¡¡<!--{$tpl_name2|escape}--> ÍÍ<br />
35                    ½ê»ý¥Ý¥¤¥ó¥È¡§<span class="redst"> <!--{$tpl_user_point|number_format|default:0}--> pt</span></td>
36                </tr>
37                <!--{if !$tpl_disable_logout}-->
38                <tr>
39                    <td colspan="3" align="center"><a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnFormModeSubmit('login_form', 'logout', '', ''); return false;"><img src="<!--{$smarty.const.URL_DIR}-->img/header/logout.gif" width="44" height="21" alt="¥í¥°¥¢¥¦¥È" /></a></td>
40                </tr>
41                <!--{/if}-->
42            <!--{else}-->
43                <tr>
44                    <td><img src="<!--{$smarty.const.URL_DIR}-->img/side/icon_mail.gif" width="40" height="21" alt="¥á¡¼¥ë¥¢¥É¥ì¥¹"></td>
45                    <td><input type="text" name="login_email" value="<!--{$tpl_login_email|escape}-->" size="10" class="box10" /></td>
46                </tr>
47                <tr><td height="5"></td></tr>
48                <tr>
49                    <td><img src="<!--{$smarty.const.URL_DIR}-->img/side/icon_pw.gif" width="40" height="22" alt="¥Ñ¥¹¥ï¡¼¥É"></td>
50                    <td><input type="password" name="login_pass" size="12" class="box12" /></td>
51                </tr>
52                <tr><td height="5"></td></tr>
53                <tr>
54                    <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','600','400'); return false;" target="_blank">¥Ñ¥¹¥ï¡¼¥É¤ò˺¤ì¤¿Êý¤Ï¤³¤Á¤é</a></td>
55                </tr>
56                <tr><td height="10"></td></tr>
57                <tr>
58                    <td width="50"><input type="checkbox" name="login_memory" value="1" <!--{$tpl_login_memory|sfGetChecked:1}-->/><img src="<!--{$smarty.const.URL_DIR}-->img/header/memory.gif" width="18" height="9" alt="µ­²±" /></td>
59                    <td align="center"><input type="image" onMouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/side/button_login_on.gif',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/side/button_login.gif',this)" src="<!--{$smarty.const.URL_DIR}-->img/side/button_login.gif" width="51" height="22" alt="¥í¥°¥¤¥ó" border="0" name="subm"></td>
60                </tr>
61            <!--{/if}-->
62        </table>
63        <!--¥í¥°¥¤¥ó¥Õ¥©¡¼¥à-->
64        </td>
65        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
66    </tr>
67    <tr>
68        <td colspan="3" height="14"><img src="<!--{$smarty.const.URL_DIR}-->img/side/flame_bottom03.gif" width="166" height="15" alt=""></td>
69    </tr>
70    <tr><td height="10"></td></tr>
71</form>
72</table>
73<!--¢¥¥í¥°¥¤¥ó¤³¤³¤Þ¤Ç-->
Note: See TracBrowser for help on using the repository browser.