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

Revision 18758, 2.5 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    <tr><td height="182"></td></tr>
27    <tr>
28        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/error_top.jpg" width="562" height="14" alt=""></td>
29    </tr>
30    <tr>
31        <td background="<!--{$TPL_DIR}-->img/contents/main_left.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td>
32        <td bgcolor="#cccccc">
33        <table width="534" border="0" cellspacing="0" cellpadding="0" summary=" ">
34            <tr>
35                <td bgcolor="#ffffff" align="center">
36                <table width="" border="0" cellspacing="0" cellpadding="0" summary=" ">
37                    <tr><td height="60"></td></tr>
38                    <tr>
39                        <td bgcolor="#ffffff" align="center" class="fs12">
40                            <!--{$tpl_error}-->
41                        </td>
42                    </tr>
43                    <tr><td height="20"></td></tr>
44                    <tr>
45                        <td align="center"><input type="image" onMouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/contents/btn_back_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/contents/btn_back.jpg',this)" src="<!--{$TPL_DIR}-->img/contents/btn_back.jpg" width="123" height="24" alt="ログインページにページに戻る" border="0" name="back" onclick="location.href='<!--{$smarty.const.URL_LOGIN}-->';"></td>
46                    </tr>
47                    <tr><td height="60"></td></tr>
48                </table>
49                </td>
50            </tr>                           
51        </table>
52        </td>
53        <td background="<!--{$TPL_DIR}-->img/contents/main_right.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td>
54    </tr>
55    <tr>
56        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/error_bottom.jpg" width="562" height="14" alt=""></td>
57    </tr>
58    <tr><td height="2"></td></tr>
59</table>
60<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.