source: branches/comu/data/Smarty/templates/entry/kiyaku.tpl @ 12197

Revision 12197, 2.1 KB checked in by adati, 17 years ago (diff)

1.3.0正式版のマージ

Line 
1<!--{*
2 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 *}-->
6        <!--¢§MAIN ONTENTS-->
7        <table width="580" border="0" cellspacing="0" cellpadding="0" summary=" ">
8            <form name="form1" method="post" action="./payment.php">
9            <tr>
10                <td><img src="<!--{$smarty.const.URL_DIR}-->img/entry/agree_title.jpg" width="580" height="40" alt="¤´ÍøÍѵ¬Ìó"></td>
11            </tr>
12            <tr><td height="15"></td></tr>
13            <tr>
14
15                <td class="fs12"><span class="redst">¡Ú½ÅÍ×¡Û ²ñ°÷ÅÐÏ¿¤ò¤µ¤ì¤ëÁ°¤Ë¡¢²¼µ­¤´ÍøÍѵ¬Ìó¤ò¤è¤¯¤ªÆɤߤ¯¤À¤µ¤¤¡£</span><br>
16                µ¬Ìó¤Ë¤Ï¡¢ËÜ¥µ¡¼¥Ó¥¹¤ò»ÈÍѤ¹¤ë¤ËÅö¤¿¤Ã¤Æ¤Î¤¢¤Ê¤¿¤Î¸¢Íø¤ÈµÁ̳¤¬µ¬Äꤵ¤ì¤Æ¤ª¤ê¤Þ¤¹¡£<br>
17                ¡Öµ¬Ìó¤ËƱ°Õ¤·¤Æ²ñ°÷ÅÐÏ¿¤ò¤¹¤ë¡×¥Ü¥¿¥ó ¤ò¥¯¥ê¥Ã¥¯¤¹¤ë¤È¡¢¤¢¤Ê¤¿¤¬Ëܵ¬Ìó¤ÎÁ´¤Æ¤Î¾ò·ï¤ËƱ°Õ¤·¤¿¤³¤È¤Ë¤Ê¤ê¤Þ¤¹¡£</td>
18            </tr>
19            <tr><td height="10"></td></tr>
20            <tr>
21                <td>
22                <textarea name="textfield" cols="80" rows="30" class="area80_2" readonly><!--{$tpl_kiyaku_text}--></textarea>
23                </td>
24            </tr>
25            <tr><td height="25"></td></tr>
26            <tr align="center">
27                <td>
28                <!--{if $is_campaign}-->
29                <a href="javascript:history.back();" onmouseover="chgImg('../img/entry/b_noagree_on.gif','b_noagree');" onmouseout="chgImg('../img/entry/b_noagree.gif','b_noagree');"><img src="<!--{$smarty.const.URL_DIR}-->img/entry/b_noagree.gif" width="180" height="30" alt="Ʊ°Õ¤·¤Ê¤¤" border="0" name="b_noagree"></a>¡¡
30                <!--{else}-->
31                <a href="<!--{$smarty.const.URL_DIR}-->index.php" onmouseover="chgImg('../img/entry/b_noagree_on.gif','b_noagree');" onmouseout="chgImg('../img/entry/b_noagree.gif','b_noagree');"><img src="<!--{$smarty.const.URL_DIR}-->img/entry/b_noagree.gif" width="180" height="30" alt="Ʊ°Õ¤·¤Ê¤¤" border="0" name="b_noagree"></a>¡¡
32                <!--{/if}-->
33                <a href="<!--{$smarty.const.URL_ENTRY_TOP}-->" onmouseover="chgImg('../img/entry/b_agree_on.gif','b_agree');" onmouseout="chgImg('../img/entry/b_agree.gif','b_agree');"><img src="<!--{$smarty.const.URL_DIR}-->img/entry/b_agree.gif" width="180" height="30" alt="µ¬Ìó¤ËƱ°Õ¤·¤Æ²ñ°÷ÅÐÏ¿" border="0" name="b_agree"></a>
34                </td>
35            </tr>
36        </form>
37        </table>
38
39        <!--¢¥MAIN ONTENTS-->
Note: See TracBrowser for help on using the repository browser.