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

Revision 15079, 2.2 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<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html lang="ja">
3<!--{*
4 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
5 *
6 * http://www.lockon.co.jp/
7 *}-->
8<head>
9<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->css/contents.css" type="text/css">
10<link rel="stylesheet" href="<!--{$smarty.const.URL_DIR}-->css/common.css" type="text/css">
11<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/css.js"></script>
12<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/navi.js"></script>
13<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/site.js"></script>
14<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->js/win_op.js"></script>
15<title><!--{$arrSiteInfo.shop_name}-->/アンケート(完了ページ)</title>
16</head>
17
18<body bgcolor="#ffffff" text="#555555" link="#0099cc" vlink="#CC0000" alink="#993399" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
19
20
21<!--▲TITLE-->
22<table width="760" border="0" cellspacing="0" cellpadding="0" summary=" ">
23    <tr>
24        <td height="40" bgcolor="#f6f6f6" align="center">
25        <table width="710" border="0" cellspacing="0" cellpadding="0" summary=" ">
26            <tr>
27                <td height="30" bgcolor="ff0000"><img src="../misc/_.gif" width="7" height="1" alt=""></td>
28                <td height="30"><img src="../misc/_.gif" width="8" height="1" alt=""></td>
29
30                <td height="30"width="695" class="red"><strong><span class="fs18n">アンケートタイトル</span></strong></td>
31            </tr>
32        </table>
33        </td>
34    </tr>
35    <tr>
36        <td bgcolor="#e2e2e2"><img src="../misc/_.gif" width="10" height="1" alt=""></td>
37    </tr>
38
39    <tr><td height="50"></td></tr>
40    <tr>
41        <td align="center">
42        <table width="500" border="0" cellspacing="1" cellpadding="" summary=" " bgcolor="#cccccc">
43        <form name="form1" id="form1" method="post" action="">
44            <tr>
45                <td bgcolor="#ffffff" height="250" align="center" class="fs12">アンケートの送信が完了いたしました。<br>
46                ご協力ありがとうございました。<br><br><br>
47
48                <input type="submit" name="subm1" value="閉じる" onClick="window.close()"></td>
49            </tr>
50        </form>
51        </table>
52        </td>
53    </tr>   
54</table>
55
56</body>
57</html>
Note: See TracBrowser for help on using the repository browser.