source: temp/branches/mobile/data/Smarty/templates/mobile/entry/set1.tpl @ 11419

Revision 11419, 2.3 KB checked in by rebelt, 17 years ago (diff)

修正です。

  • Property svn:eol-style set to native
Line 
1<div align="center">²ñ°÷¾ðÊóÆþÎÏ 2/3</div>
2<hr>
3<form name="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
4    <input type="hidden" name="mode" value="set2">
5
6    <font color="#FF0000">*¤Ïɬ¿Ü¹àÌܤǤ¹¡£</font><br>
7    <br>
8
9    ¡ÚÀ­ÊÌ¡Û<font color="#FF0000">*</font><br>
10    <font color="#FF0000"><!--{$arrErr.sex}--></font>
11    <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>
12
13    ¡ÚÀ¸Ç¯·îÆü¡Û<font color="#FF0000">*</font><br>
14    <font color="#FF0000"><!--{$arrErr.year}--><!--{$arrErr.month}--><!--{$arrErr.day}--></font>
15    <select name="year">
16        <!--{html_options options=$arrYear selected=$year}-->
17    </select>ǯ<br>
18    <select name="month">
19        <option value="">--</option>
20        <!--{html_options options=$arrMonth selected=$month}-->
21    </select>·î<br>
22    <select value="" name="day">
23        <option value="">--</option>
24        <!--{html_options options=$arrDay selected=$day}-->
25    </select>Æü<br>
26
27    <!--{assign var=key1 value="zip01"}-->
28    <!--{assign var=key2 value="zip02"}-->
29    ¡Ú͹ÊØÈÖ¹æ¡Û<font color="#FF0000">*</font><br>
30    <font color="#FF0000"><!--{$arrErr[$key1]}--><!--{$arrErr[$key2]}--></font>
31    <!--{assign var="size1" value="`$smarty.const.ZIP01_LEN+2`"}-->
32    <!--{assign var="size2" value="`$smarty.const.ZIP02_LEN+2`"}-->
33    <input size="<!--{$size1}-->" type="text" name="zip01" value="<!--{if $zip01 == ""}--><!--{$arrOtherDeliv.zip01|escape}--><!--{else}--><!--{$zip01|escape}--><!--{/if}-->" maxlength="<!--{$smarty.const.ZIP01_LEN}-->" istyle="4">
34    &nbsp;-&nbsp;
35    <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>
36
37    <input type="submit" name="confirm" value="¼¡¤Ø">
38
39    <!--{foreach from=$list_data key=key item=item}-->
40        <input type="hidden" name="<!--{$key|escape}-->" value="<!--{$item|escape}-->">
41    <!--{/foreach}-->
42</form>
43
44<br>
45<hr>
46
47<a href="<!--{$smarty.const.URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
48<a href="<!--{$smarty.const.URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
49
50<br>
51
52<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
53<!--{include file='footer.tpl'}-->
54<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.