source: branches/dev/data/Smarty/templates/mobile/nonmember/nonmember_set3.tpl @ 14963

Revision 14963, 2.4 KB checked in by nakanishi, 17 years ago (diff)
Line 
1<!--{*
2/*
3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7 
8*}-->
9<div align="center">¤ªµÒÍ;ðÊóÆþÎÏ 3/3</div>
10<hr>
11    <!--<form name="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">-->
12    <form name="form1" method="post" action="./index.php">
13    <input type="hidden" name="mode" value="nonmember">
14    <input type="hidden" name="mode2" value="deliv">
15    <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->">
16   
17    <font color="#FF0000">*¤Ïɬ¿Ü¹àÌܤǤ¹¡£</font><br>
18    <br>
19
20    ¡ÚÅÔÆ»Éܸ©¡Û<font color="#FF0000">*</font><br>
21    <font color="#FF0000"><!--{$arrErr.pref}--></font>
22    <select name="pref">
23        <option value="">ÅÔÆ»Éܸ©¤òÁªÂò</option>
24        <!--{html_options options=$arrPref selected=$pref}-->
25    </select><br>
26
27    ¡Ú»Ô¶èĮ¼¡Û<font color="#FF0000">*</font><br>
28    <font color="#FF0000"><!--{$arrErr.addr01}--></font>
29    <input type="text" name="addr01" value="<!--{$addr01|escape}-->" istyle="1"><br>
30
31    ¡ÚÈÖÃÏ¡Û<font color="#FF0000">*</font><br>
32    <font color="#FF0000"><!--{$arrErr.addr02}--></font>
33    <input type="text" name="addr02" value="<!--{$addr02|escape}-->" istyle="1"><br>
34
35    ¡ÚÅÅÏÃÈÖ¹æ¡Û<font color="#FF0000">*</font><br>
36    <font color="#FF0000"><!--{$arrErr.tel01}--><!--{$arrErr.tel02}--><!--{$arrErr.tel03}--></font>
37    <!--{assign var="size" value="`$smarty.const.TEL_ITEM_LEN+2`"}-->
38    <input type="text" size="<!--{$size}-->" name="tel01" value="<!--{$tel01|escape}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" istyle="4">
39    &nbsp;-&nbsp;
40    <input type="text" size="<!--{$size}-->" name="tel02" value="<!--{$tel02|escape}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" istyle="4">
41    &nbsp;-&nbsp;
42    <input type="text" size="<!--{$size}-->" name="tel03" value="<!--{$tel03|escape}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" istyle="4"><br>
43
44    <input type="submit" name="submit" value="¼¡¤Ø"><br>
45    <input type="submit" name="return" value="Ìá¤ë">
46
47    <!--{foreach from=$list_data key=key item=item}-->
48        <input type="hidden" name="<!--{$key|escape}-->" value="<!--{$item|escape}-->">
49    <!--{/foreach}-->
50</form>
51
52<br>
53<hr>
54
55<a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
56<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
57
58<br>
59
60<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
61<!--{include file='footer.tpl'}-->
62<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.