source: branches/comu-utf8/data/Smarty/templates/mobile/entry/set1.tpl @ 15099

Revision 15099, 2.6 KB checked in by Yammy, 17 years ago (diff)

UTF-8変換済みファイルインポート
1.3.4ベース

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.