source: branches/dev/data/Smarty/templates/mobile/shopping/nonmember_set2.tpl @ 12627

Revision 12627, 2.7 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<div align="center">¤ªµÒÍ;ðÊóÆþÎÏ 2/3</div>
9<hr>
10<form name="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
11    <input type="text" name="mode" value="nonmember">
12    <input type="text" name="mode2" value="set3">
13    <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->">
14   
15    <font color="#FF0000">*¤Ïɬ¿Ü¹àÌܤǤ¹¡£</font><br>
16    <br>
17
18    ¡ÚÀ­ÊÌ¡Û<font color="#FF0000">*</font><br>
19    <font color="#FF0000"><!--{$arrErr.sex}--></font>
20    <input type="radio" name="sex" value="1" <!--{if $sex eq 1}-->checked<!--{/if}--> />ÃËÀ­&nbsp;<input type="radio" name="sex" value="2" <!--{if $sex eq 2}-->checked<!--{/if}--> />½÷À­<br>
21
22    ¡ÚÀ¸Ç¯·îÆü¡Û<font color="#FF0000">*</font><br>
23    <font color="#FF0000"><!--{$arrErr.year}--><!--{$arrErr.month}--><!--{$arrErr.day}--></font>
24    <input type="text" name="year" value="<!--{$year|escape}-->" size="4" maxlength="4" istyle="4">ǯ(À¾Îñ)<br>
25    <select name="month">
26        <option value="">--</option>
27        <!--{html_options options=$arrMonth selected=$month}-->
28    </select>·î<br>
29    <select name="day">
30        <option value="">--</option>
31        <!--{html_options options=$arrDay selected=$day}-->
32    </select>Æü<br>
33
34    <!--{assign var=key1 value="zip01"}-->
35    <!--{assign var=key2 value="zip02"}-->
36    ¡Ú͹ÊØÈÖ¹æ¡Û<font color="#FF0000">*</font><br>
37    <font color="#FF0000"><!--{$arrErr[$key1]}--><!--{$arrErr[$key2]}--></font>
38    <!--{assign var="size1" value="`$smarty.const.ZIP01_LEN+2`"}-->
39    <!--{assign var="size2" value="`$smarty.const.ZIP02_LEN+2`"}-->
40    <input size="<!--{$size1}-->" type="text" name="zip01" value="<!--{if $zip01 == ""}--><!--{$arrOtherDeliv.zip01|escape}--><!--{else}--><!--{$zip01|escape}--><!--{/if}-->" maxlength="<!--{$smarty.const.ZIP01_LEN}-->" istyle="4">
41    &nbsp;-&nbsp;
42    <input size="<!--{$size2}-->" type="text" name="zip02" value="<!--{if $zip02 == ""}--><!--{$arrOtherDeliv.zip02|escape}--><!--{else}--><!--{$zip02|escape}--><!--{/if}-->" maxlength="<!--{$smarty.const.ZIP02_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="text" 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.