source: branches/comu/html/install/user_data/templates/default1/include/bloc/login.tpl @ 2

Revision 2, 3.8 KB checked in by root, 17 years ago (diff)

new import

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