source: branches/comu-ver2/data/Smarty/templates/default/inquiry/complete.tpl @ 17097

Revision 17097, 615 bytes checked in by pineray, 16 years ago (diff)

アンケートのテンプレートをXHTMLに

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/html; charset=UTF-8
Line 
1<!--{include file="`$smarty.const.TEMPLATE_DIR`popup_header.tpl" subtitle="アンケート `$QUESTION.title`/完了画面"}-->
2
3<div id="inquiry">
4  <h1><!--{$QUESTION.title|escape}--></h1>
5  <form name="form1" id="form1" method="post" action="">
6    <div class="message">
7      <p>
8        アンケートの送信が完了いたしました。<br />
9        ご協力ありがとうございました。
10      </p>
11      <button type="submit" name="subm1" onClick="window.close()"><span>閉じる</span></button>
12    </div>
13  </form>
14</div>
15
16<!--{include file="`$smarty.const.TEMPLATE_DIR`popup_footer.tpl"}-->
Note: See TracBrowser for help on using the repository browser.