source: branches/dev/data/Smarty/templates/mobile/mypage/set1.tpl @ 11903

Revision 11903, 2.6 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 $arrForm.sex eq "1"}-->checked<!--{/if}--> />ÃËÀ­&nbsp;
19    <input type="radio" name="sex" value="2" <!--{if $arrForm.sex eq "2"}-->checked<!--{/if}--> />½÷À­<br>
20
21    ¡ÚÀ¸Ç¯·îÆü¡Û<font color="#FF0000">*</font><br>
22    <font color="#FF0000"><!--{$arrErr.year}--><!--{$arrErr.month}--><!--{$arrErr.day}--></font>
23    <input type="text" name="year" value="<!--{$arrForm.year|escape}-->" size="4" maxlength="4" istyle="4">ǯ<br>
24    <select name="month">
25        <option value="">--</option>
26        <!--{html_options options=$arrMonth selected=$arrForm.month}-->
27    </select>·î<br>
28    <select name="day">
29        <option value="">--</option>
30        <!--{html_options options=$arrDay selected=$arrForm.day}-->
31    </select>Æü<br>
32
33    <!--{assign var=key1 value="zip01"}-->
34    <!--{assign var=key2 value="zip02"}-->
35    ¡Ú͹ÊØÈÖ¹æ¡Û<font color="#FF0000">*</font><br>
36    <font color="#FF0000"><!--{$arrErr[$key1]}--><!--{$arrErr[$key2]}--></font>
37    <!--{assign var="size1" value="`$smarty.const.ZIP01_LEN+2`"}-->
38    <!--{assign var="size2" value="`$smarty.const.ZIP02_LEN+2`"}-->
39    <input size="<!--{$size1}-->" type="text" name="zip01" value="<!--{if $arrForm.zip01 == ""}--><!--{$arrForm.zip01|escape}--><!--{else}--><!--{$arrForm.zip01|escape}--><!--{/if}-->" maxlength="<!--{$smarty.const.ZIP01_LEN}-->" istyle="4">
40    &nbsp;-&nbsp;
41    <input size="<!--{$size2}-->" type="text" name="zip02" value="<!--{if $arrForm.zip02 == ""}--><!--{$arrForm.zip02|escape}--><!--{else}--><!--{$arrForm.zip02|escape}--><!--{/if}-->" maxlength="<!--{$smarty.const.ZIP02_LEN}-->" istyle="4"><br>
42
43    <input type="submit" name="confirm" value="¼¡¤Ø"><br>
44    <input type="submit" name="return" value="Ìá¤ë">
45
46    <!--{foreach from=$list_data key=key item=item}-->
47        <input type="hidden" name="<!--{$key|escape}-->" value="<!--{$item|escape}-->">
48    <!--{/foreach}-->
49</form>
50
51<br>
52<hr>
53
54<a href="<!--{$smarty.const.MOBILE_URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
55<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
56
57<br>
58
59<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
60<!--{include file='footer.tpl'}-->
61<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.