source: branches/feature-module-update/data/Smarty/templates/default/inquiry/complete.tpl @ 16582

Revision 16582, 2.9 KB checked in by nanasess, 16 years ago (diff)

ライセンス表記変更

  • 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-2007 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}-->css/contents.css" type="text/css">
26<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->css/common.css" type="text/css">
27<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/css.js"></script>
28<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/navi.js"></script>
29<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/site.js"></script>
30<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/win_op.js"></script>
31<title><!--{$arrSiteInfo.shop_name}-->/アンケート(完了ページ)</title>
32</head>
33
34<body bgcolor="#ffffff" text="#555555" link="#0099cc" vlink="#CC0000" alink="#993399" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
35
36
37<!--▲TITLE-->
38<table width="760" border="0" cellspacing="0" cellpadding="0" summary=" ">
39    <tr>
40        <td height="40" bgcolor="#f6f6f6" align="center">
41        <table width="710" border="0" cellspacing="0" cellpadding="0" summary=" ">
42            <tr>
43                <td height="30" bgcolor="ff0000"><img src="../misc/_.gif" width="7" height="1" alt=""></td>
44                <td height="30"><img src="../misc/_.gif" width="8" height="1" alt=""></td>
45
46                <td height="30"width="695" class="red"><strong><span class="fs18n">アンケートタイトル</span></strong></td>
47            </tr>
48        </table>
49        </td>
50    </tr>
51    <tr>
52        <td bgcolor="#e2e2e2"><img src="../misc/_.gif" width="10" height="1" alt=""></td>
53    </tr>
54
55    <tr><td height="50"></td></tr>
56    <tr>
57        <td align="center">
58        <table width="500" border="0" cellspacing="1" cellpadding="" summary=" " bgcolor="#cccccc">
59        <form name="form1" id="form1" method="post" action="">
60            <tr>
61                <td bgcolor="#ffffff" height="250" align="center" class="fs12">アンケートの送信が完了いたしました。<br>
62                ご協力ありがとうございました。<br><br><br>
63
64                <input type="submit" name="subm1" value="閉じる" onClick="window.close()"></td>
65            </tr>
66        </form>
67        </table>
68        </td>
69    </tr>   
70</table>
71
72</body>
73</html>
Note: See TracBrowser for help on using the repository browser.