source: branches/dev/data/Smarty/templates/admin/contents/csv_sql_view.tpl @ 17

Revision 17, 3.1 KB checked in by uehara, 17 years ago (diff)
Line 
1<!--{*
2/*
3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7*}-->
8<!--¡¡-->
9<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
10<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
11<head>
12<meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->">
13<meta http-equiv="content-script-type" content="text/javascript">
14<meta http-equiv="content-style-type" content="text/css">
15<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->admin/css/contents.css" type="text/css" media="all" />
16<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/css.js"></script>
17<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/navi.js"></script>
18<!--{include file='css/contents.tpl'}-->
19<style type="text/css">
20body {
21    background: #fff url(<!--{$smarty.const.URL_DIR}-->img/login/bg.jpg);
22    background-repeat: repeat-x;
23}
24</style>
25
26<title>EC CUBE ´ÉÍý¼Ô²èÌÌ</title>
27</head>
28
29<body bgcolor="#ffffff" text="#494E5F" link="#006699" vlink="#006699" alink="#006699" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="preLoadImg('<!--{$smarty.const.URL_DIR}-->')">
30<noscript>
31<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->admin/css/common.css" type="text/css" >
32</noscript>
33<div align="center">
34
35<!--¢§CONTENTS-->
36<table width="556" border="0" cellspacing="0" cellpadding="0" summary=" ">
37    <tr><td height="15"></td></tr>
38    <tr>
39        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/error_top.jpg" width="562" height="14" alt=""></td>
40    </tr>
41    <tr>
42        <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>
43        <td bgcolor="#cccccc">
44        <table width="534" border="0" cellspacing="0" cellpadding="0" summary=" " bgcolor="#cccccc">
45            <tr>
46                <td bgcolor="#cccccc" align="center">
47                <table width="" border="0" cellspacing="1" cellpadding="5" summary=" ">
48                    <tr align="left">
49                        <td bgcolor="#f2f1ec" width="84" align="center" class="fs12n">SQLʸ</td>
50                        <td bgcolor="#ffffff" width="450" height="300" valign="top" class="fs12n"><strong><!--{$sql|escape|nl2br}--></strong></td>
51                    </tr>
52                    <tr align="left">
53                        <td bgcolor="#f2f1ec" width="84" align="center" class="fs12n">¥¨¥é¡¼ÆâÍÆ</td>
54                        <td bgcolor="#ffffff" width="450" height="100" valign="top" class="fs12n"><strong>
55                        <!--{if $sqlerr != "" }-->
56                            <!--{$sqlerr|escape|nl2br}-->
57                        <!--{else}-->¥¨¥é¡¼¤Ï¤¢¤ê¤Þ¤»¤ó
58                        <!--{/if}--></strong></td>
59                    </tr>
60                </table>
61                </td>
62            </tr>
63        </table>
64        </td>
65        <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>
66    </tr>
67    <tr>
68        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/error_bottom.jpg" width="562" height="14" alt=""></td>
69    </tr>
70    <tr><td height="2"></td></tr>
71</table>
72<!--¢¥CONTENTS-->
73
74</body>
75</html>
Note: See TracBrowser for help on using the repository browser.