source: trunk/data/Smarty/templates/default/inquiry/complete.tpl @ 18758

Revision 18758, 2.8 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<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html lang="ja">
3<!--{*
4 * This file is part of EC-CUBE
5 *
6 * Copyright(c) 2000-2010 LOCKON CO.,LTD. All Rights Reserved.
7 *
8 * http://www.lockon.co.jp/
9 *
10 * This program is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License
12 * as published by the Free Software Foundation; either version 2
13 * of the License, or (at your option) any later version.
14 *
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
23 *}-->
24<head>
25<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}--><!--{$smarty.const.USER_DIR}-->css/common.css" type="text/css">
26<script type="text/javascript" src="<!--{$TPL_DIR}-->js/css.js"></script>
27<script type="text/javascript" src="<!--{$TPL_DIR}-->js/navi.js"></script>
28<script type="text/javascript" src="<!--{$TPL_DIR}-->js/site.js"></script>
29<script type="text/javascript" src="<!--{$TPL_DIR}-->js/win_op.js"></script>
30<title><!--{$arrSiteInfo.shop_name}-->/アンケート(完了ページ)</title>
31</head>
32
33<body bgcolor="#ffffff" text="#555555" link="#0099cc" vlink="#CC0000" alink="#993399" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
34
35
36<!--▲TITLE-->
37<table width="760" border="0" cellspacing="0" cellpadding="0" summary=" ">
38    <tr>
39        <td height="40" bgcolor="#f6f6f6" align="center">
40        <table width="710" border="0" cellspacing="0" cellpadding="0" summary=" ">
41            <tr>
42                <td height="30" bgcolor="ff0000"><img src="../misc/_.gif" width="7" height="1" alt=""></td>
43                <td height="30"><img src="../misc/_.gif" width="8" height="1" alt=""></td>
44
45                <td height="30"width="695" class="red"><strong><span class="fs18n">アンケートタイトル</span></strong></td>
46            </tr>
47        </table>
48        </td>
49    </tr>
50    <tr>
51        <td bgcolor="#e2e2e2"><img src="../misc/_.gif" width="10" height="1" alt=""></td>
52    </tr>
53
54    <tr><td height="50"></td></tr>
55    <tr>
56        <td align="center">
57        <table width="500" border="0" cellspacing="1" cellpadding="" summary=" " bgcolor="#cccccc">
58        <form name="form1" id="form1" method="post" action="">
59            <tr>
60                <td bgcolor="#ffffff" height="250" align="center" class="fs12">アンケートの送信が完了いたしました。<br>
61                ご協力ありがとうございました。<br><br><br>
62
63                <input type="submit" name="subm1" value="閉じる" onClick="window.close()"></td>
64            </tr>
65        </form>
66        </table>
67        </td>
68    </tr>   
69</table>
70
71</body>
72</html>
Note: See TracBrowser for help on using the repository browser.