source: branches/comu-utf8/data/Smarty/templates/admin/login_error.tpl @ 15099

Revision 15099, 1.9 KB checked in by Yammy, 17 years ago (diff)

UTF-8変換済みファイルインポート
1.3.4ベース

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    <tr><td height="182"></td></tr>
11    <tr>
12        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/error_top.jpg" width="562" height="14" alt=""></td>
13    </tr>
14    <tr>
15        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/main_left.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td>
16        <td bgcolor="#cccccc">
17        <table width="534" border="0" cellspacing="0" cellpadding="0" summary=" ">
18            <tr>
19                <td bgcolor="#ffffff" align="center">
20                <table width="" border="0" cellspacing="0" cellpadding="0" summary=" ">
21                    <tr><td height="60"></td></tr>
22                    <tr>
23                        <td bgcolor="#ffffff" align="center" class="fs12">
24                            <!--{$tpl_error}-->
25                        </td>
26                    </tr>
27                    <tr><td height="20"></td></tr>
28                    <tr>
29                        <td align="center"><input type="image" onMouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_back_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_back.jpg',this)" src="<!--{$smarty.const.URL_DIR}-->img/contents/btn_back.jpg" width="123" height="24" alt="ログインページにページに戻る" border="0" name="back" onclick="location.href='<!--{$smarty.const.URL_LOGIN}-->';"></td>
30                    </tr>
31                    <tr><td height="60"></td></tr>
32                </table>
33                </td>
34            </tr>                           
35        </table>
36        </td>
37        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/main_right.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td>
38    </tr>
39    <tr>
40        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/error_bottom.jpg" width="562" height="14" alt=""></td>
41    </tr>
42    <tr><td height="2"></td></tr>
43</table>
44<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.