source: branches/comu/data/Smarty/templates/admin/order/mail_view.tpl @ 12197

Revision 12197, 2.9 KB checked in by adati, 17 years ago (diff)

1.3.0正式版のマージ

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
36<!--¢§CONTENTS-->
37<table width="556" border="0" cellspacing="0" cellpadding="0" summary=" ">
38    <tr><td height="15"></td></tr>
39    <tr>
40        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/error_top.jpg" width="562" height="14" alt=""></td>
41    </tr>
42    <tr>
43        <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>
44        <td bgcolor="#cccccc">
45        <table width="534" border="0" cellspacing="0" cellpadding="0" summary=" " bgcolor="#cccccc">
46            <tr>
47                <td bgcolor="#cccccc" align="center">
48                <table width="" border="0" cellspacing="1" cellpadding="5" summary=" ">
49                    <tr align="center">
50                        <td bgcolor="#f0f0f0" width="50" class="fs12n">·ï̾</td>
51                        <td bgcolor="#ffffff" width="500" class="fs12n"><!--{$tpl_subject|escape}--></td>
52                    </tr>
53                    <tr>
54                        <td align="center" bgcolor="#f0f0f0" width="50" class="fs12n">ËÜʸ</td>
55                        <td align="left" bgcolor="#ffffff" width="500" class="fs12n"><!--{$tpl_body|escape|nl2br}--></td>
56                    </tr>
57                </table>
58                </td>
59            </tr>                           
60        </table>
61        </td>
62        <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>
63    </tr>
64    <tr>
65        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/error_bottom.jpg" width="562" height="14" alt=""></td>
66    </tr>
67    <tr><td height="2"></td></tr>
68</table>
69<!--¢¥CONTENTS-->
70
71</body>
72</html>
Note: See TracBrowser for help on using the repository browser.