source: branches/feature-module-update/data/Smarty/templates/error.tpl @ 15079

Revision 15079, 1.8 KB checked in by nanasess, 17 years ago (diff)

svn:mime-type application/x-httpd-php; charset=UTF-8 設定

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
Line 
1<!--{*
2 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 *}-->
6 <!--▼CONTENTS-->
7<table width=760 border="0" cellspacing="0" cellpadding="0" summary=" ">
8    <tr valign="top">
9        <td align="center" bgcolor="#ffffff">
10        <!--▼MAIN ONTENTS-->
11        <table width="700" border="0" cellspacing="0" cellpadding="0" summary=" ">
12            <tr><td height="20"></td></tr>
13            <tr>
14                <td align="center" bgcolor="#cccccc">
15                <table width="690" border="0" cellspacing="0" cellpadding="3" summary=" ">
16                    <tr><td height="5"></td></tr>
17                    <tr>
18                        <td align="center" height="250" bgcolor="#ffffff" class="fs12"><!--★エラーメッセージ--><!--{$tpl_error}--></td>
19                    </tr>
20                    <tr><td height="5"></td></tr>
21                </table>
22                </td>
23            </tr>
24            <tr><td height="20"></td></tr>
25            <tr align="center">
26                <td>
27                    <div id="button">
28                        <!--{if $return_top}-->
29                            <a href="<!--{$smarty.const.URL_DIR}-->index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/common/b_toppage_on.gif','b_toppage');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/common/b_toppage.gif','b_toppage');"><img src="<!--{$smarty.const.URL_DIR}-->img/common/b_toppage.gif" width="150" height="30" alt="トップページへ" border="0" name="b_toppage"></a>
30                        <!--{else}-->
31                            <a href="javascript:history.back()" onmouseOver="chgImg('<!--{$smarty.const.URL_DIR}-->img/common/b_back_on.gif','b_back');" onmouseOut="chgImg('<!--{$smarty.const.URL_DIR}-->img/common/b_back.gif','b_back');"><img src="<!--{$smarty.const.URL_DIR}-->img/common/b_back.gif" width="150" height="30" alt="戻る" name="b_back" id="b_back" /></a>
32                        <!--{/if}-->
33                    </div>
34                </td>
35            </tr>
36        </table>
37        <!--▲MAIN ONTENTS-->
38        </td>
39    </tr>
40</table>
41<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.