Revision 16015,
2.2 KB
checked in by nanasess, 15 years ago
(diff) |
form action 変更
|
-
Property svn:mime-type set to
application/x-httpd-php; charset=UTF-8
|
Line | |
---|
1 | <!--{* |
---|
2 | * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. |
---|
3 | * |
---|
4 | * http://www.lockon.co.jp/ |
---|
5 | *}--> |
---|
6 | <div id="undercolumn"> |
---|
7 | <div id="undercolumn_entry"> |
---|
8 | <h2 class="title"> |
---|
9 | <img src="<!--{$TPL_DIR}-->img/entry/agree_title.jpg" width="580" height="40" alt="ご利用規約" /></h2> |
---|
10 | <p><em>【重要】 会員登録をされる前に、下記ご利用規約をよくお読みください。</em><br /> |
---|
11 | 規約には、本サービスを使用するに当たってのあなたの権利と義務が規定されております。<br /> |
---|
12 | 「規約に同意して会員登録をする」ボタン をクリックすると、あなたが本規約の全ての条件に同意したことになります。</p> |
---|
13 | <form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> |
---|
14 | <textarea name="textfield" class="area470" cols="80" rows="30" |
---|
15 | readonly="readonly"><!--{$tpl_kiyaku_text}--></textarea> |
---|
16 | <div class="tblareabtn"> |
---|
17 | <!--{if $is_campaign}--> |
---|
18 | <a href="javascript:history.back();" onmouseover="chgImg('<!--{$TPL_DIR}-->img/entry/b_noagree_on.gif','b_noagree');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/entry/b_noagree.gif','b_noagree');"> |
---|
19 | <img src="<!--{$TPL_DIR}-->img/entry/b_noagree.gif" width="180" height="30" alt="同意しない" border="0" name="b_noagree" /></a> |
---|
20 | <!--{else}--> |
---|
21 | <a href="<!--{$smarty.const.URL_DIR}-->index.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/entry/b_noagree_on.gif','b_noagree');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/entry/b_noagree.gif','b_noagree');"> |
---|
22 | <img src="<!--{$TPL_DIR}-->img/entry/b_noagree.gif" width="180" height="30" alt="同意しない" border="0" name="b_noagree" /></a> |
---|
23 | <!--{/if}--> |
---|
24 | <a href="<!--{$smarty.const.URL_ENTRY_TOP}-->" onmouseover="chgImg('<!--{$TPL_DIR}-->img/entry/b_agree_on.gif','b_agree');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/entry/b_agree.gif','b_agree');"> |
---|
25 | <img src="<!--{$TPL_DIR}-->img/entry/b_agree.gif" width="180" height="30" alt="規約に同意して会員登録" border="0" name="b_agree" /></a> |
---|
26 | </div> |
---|
27 | </form> |
---|
28 | </div> |
---|
29 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.