source: branches/comu/data/Smarty/templates/mobile/entry/set1.tpl @ 11984

Revision 11984, 2.5 KB checked in by uehara, 17 years ago (diff)
  • Property svn:eol-style set to native
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="hidden" name="mode" value="set2">
12
13    <font color="#FF0000">*¤Ïɬ¿Ü¹àÌܤǤ¹¡£</font><br>
14    <br>
15
16    ¡ÚÀ­ÊÌ¡Û<font color="#FF0000">*</font><br>
17    <font color="#FF0000"><!--{$arrErr.sex}--></font>
18    <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>
19
20    ¡ÚÀ¸Ç¯·îÆü¡Û<font color="#FF0000">*</font><br>
21    <font color="#FF0000"><!--{$arrErr.year}--><!--{$arrErr.month}--><!--{$arrErr.day}--></font>
22    <input type="text" name="year" value="<!--{$year|escape}-->" size="4" maxlength="4" istyle="4">ǯ<br>
23    <select name="month">
24        <option value="">--</option>
25        <!--{html_options options=$arrMonth selected=$month}-->
26    </select>·î<br>
27    <select name="day">
28        <option value="">--</option>
29        <!--{html_options options=$arrDay selected=$day}-->
30    </select>Æü<br>
31
32    <!--{assign var=key1 value="zip01"}-->
33    <!--{assign var=key2 value="zip02"}-->
34    ¡Ú͹ÊØÈÖ¹æ¡Û<font color="#FF0000">*</font><br>
35    <font color="#FF0000"><!--{$arrErr[$key1]}--><!--{$arrErr[$key2]}--></font>
36    <!--{assign var="size1" value="`$smarty.const.ZIP01_LEN+2`"}-->
37    <!--{assign var="size2" value="`$smarty.const.ZIP02_LEN+2`"}-->
38    <input size="<!--{$size1}-->" type="text" name="zip01" value="<!--{if $zip01 == ""}--><!--{$arrOtherDeliv.zip01|escape}--><!--{else}--><!--{$zip01|escape}--><!--{/if}-->" maxlength="<!--{$smarty.const.ZIP01_LEN}-->" istyle="4">
39    &nbsp;-&nbsp;
40    <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>
41
42    <input type="submit" name="submit" value="¼¡¤Ø"><br>
43    <input type="submit" name="return" value="Ìá¤ë">
44
45    <!--{foreach from=$list_data key=key item=item}-->
46        <input type="hidden" name="<!--{$key|escape}-->" value="<!--{$item|escape}-->">
47    <!--{/foreach}-->
48</form>
49
50<br>
51<hr>
52
53<a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
54<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
55
56<br>
57
58<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
59<!--{include file='footer.tpl'}-->
60<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.