source: branches/feature-module-update/data/Smarty/templates/admin/login.tpl @ 15078

Revision 15078, 2.4 KB checked in by nanasess, 17 years ago (diff)

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
Line 
1<!--{*
2/*
3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7*}-->
8<!--▼CONTENTS-->
9<table width="556" border="0" cellspacing="0" cellpadding="0" summary=" ">
10<form name="form1" id="form1" method="post" action="login.php">
11    <tr><td height="182"></td></tr>
12    <tr>
13        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/login/top.jpg" width="556" height="37" alt=""></td>
14    </tr>
15    <tr>
16        <td><img src="<!--{$smarty.const.URL_DIR}-->img/login/logo.jpg" width="230" height="172" alt="EC CUBE"></td>
17        <td background="<!--{$smarty.const.URL_DIR}-->img/login/bg02.jpg">
18        <table width="280" border="0" cellspacing="0" cellpadding="0" summary=" ">
19            <tr>
20                <td width="110"><img src="<!--{$smarty.const.URL_DIR}-->img/login/id.jpg" width="22" height="5" alt="ID"></td>
21                <td width="195"><input type="text" name="login_id" size="20" class="box25" /></td>
22            </tr>
23            <tr><td height="7"></td></tr>
24            <tr>
25                <td><img src="<!--{$smarty.const.URL_DIR}-->img/login/pass.jpg" width="61" height="5" alt="PASSWORD"></td>
26                <td ><input type="password" name="password" size="20" class="box25"/></td>
27            </tr>
28            <tr><td height="10"></td></tr>
29            <!--エラーメッセージここから-->
30            <tr>
31                <td></td>
32                <td class="white10"><!--{$tpl_error}--></td>
33            </tr>
34            <!--エラーメッセージここまで-->
35            <tr><td height="15"></td></tr>
36            <tr>
37                <td colspan="2" align="center"><input type="image" onMouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/login/button_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/login/button.jpg',this)" src="<!--{$smarty.const.URL_DIR}-->img/login/button.jpg" width="77" height="23" alt="LOGIN" border="0" name="subm"></td>
38            </tr>
39        </table>
40        </td>
41        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/main_right.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/login/right.jpg" width="46" height="172" alt=""></td>
42    </tr>
43    <tr>
44        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/login/bottom.jpg" width="556" height="42" alt=""></td>
45    </tr>
46    <tr><td height="2"></td></tr>
47    <tr>
48        <td colspan="3" class="fs10n">&nbsp;Copyright &copy; 2000-2007 LOCKON CO.,LTD. All Rights Reserved.</td>
49    </tr>
50</form>
51</table>
52
53<!--▲CONTENTS-->
54
55<SCRIPT Language="JavaScript">
56<!--
57document.form1.login_id.focus();
58// -->
59</SCRIPT>
Note: See TracBrowser for help on using the repository browser.