source: trunk/data/Smarty/templates/default/admin/login.tpl @ 18758

Revision 18758, 2.9 KB checked in by kajiwara, 14 years ago (diff)

EC-CUBE Ver2.4.4 分コミット。詳細はこちら( http://www.ec-cube.net/release/detail.php?release_id=223

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/html; charset=UTF-8
Line 
1<!--{*
2/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2010 LOCKON CO.,LTD. All Rights Reserved.
6 *
7 * http://www.lockon.co.jp/
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version 2
12 * of the License, or (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
22 */
23*}-->
24<!--▼CONTENTS-->
25<table width="556" border="0" cellspacing="0" cellpadding="0" summary=" ">
26<form name="form1" id="form1" method="post" action="login.php">
27    <tr><td height="182"></td></tr>
28    <tr>
29        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/login/top.jpg" width="556" height="37" alt=""></td>
30    </tr>
31    <tr>
32        <td><img src="<!--{$TPL_DIR}-->img/login/logo.jpg" width="230" height="172" alt="EC CUBE"></td>
33        <td background="<!--{$TPL_DIR}-->img/login/bg02.jpg">
34        <table width="280" border="0" cellspacing="0" cellpadding="0" summary=" ">
35            <tr>
36                <td width="110"><img src="<!--{$TPL_DIR}-->img/login/id.jpg" width="22" height="5" alt="ID"></td>
37                <td width="195"><input type="text" name="login_id" size="20" class="box25" /></td>
38            </tr>
39            <tr><td height="7"></td></tr>
40            <tr>
41                <td><img src="<!--{$TPL_DIR}-->img/login/pass.jpg" width="61" height="5" alt="PASSWORD"></td>
42                <td ><input type="password" name="password" size="20" class="box25"/></td>
43            </tr>
44            <tr><td height="10"></td></tr>
45            <!--エラーメッセージここから-->
46            <tr>
47                <td></td>
48                <td class="white10"><!--{$tpl_error}--></td>
49            </tr>
50            <!--エラーメッセージここまで-->
51            <tr><td height="15"></td></tr>
52            <tr>
53                <td colspan="2" align="center"><input type="image" onMouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/login/button_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/login/button.jpg',this)" src="<!--{$TPL_DIR}-->img/login/button.jpg" width="77" height="23" alt="LOGIN" border="0" name="subm"></td>
54            </tr>
55        </table>
56        </td>
57        <td background="<!--{$TPL_DIR}-->img/contents/main_right.jpg"><img src="<!--{$TPL_DIR}-->img/login/right.jpg" width="46" height="172" alt=""></td>
58    </tr>
59    <tr>
60        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/login/bottom.jpg" width="556" height="42" alt=""></td>
61    </tr>
62    <tr><td height="2"></td></tr>
63    <tr>
64        <td colspan="3" class="fs10n">&nbsp;Copyright &copy; 2000-2010 LOCKON CO.,LTD. All Rights Reserved.</td>
65    </tr>
66</form>
67</table>
68
69<!--▲CONTENTS-->
70
71<SCRIPT Language="JavaScript">
72<!--
73document.form1.login_id.focus();
74// -->
75</SCRIPT>
Note: See TracBrowser for help on using the repository browser.