source: temp/branches/mobile/data/Smarty/templates/mobile/mypage/set1.tpl @ 11418

Revision 11418, 2.4 KB checked in by rebelt, 17 years ago (diff)

以下のモバイルサイト用ページ・機能を作成いたしました。

  • 退会
  • MYページ (お届け先登録以外)
  • メルマガ登録・解除
  • 画像変換機能
  • 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 $arrForm.sex eq "1"}-->checked<!--{/if}--> />ÃËÀ­&nbsp;
12    <input type="radio" name="sex" value="2" <!--{if $arrForm.sex eq "2"}-->checked<!--{/if}--> />½÷À­<br>
13
14    ¡ÚÀ¸Ç¯·îÆü¡Û<font color="#FF0000">*</font><br>
15    <font color="#FF0000"><!--{$arrErr.year}--><!--{$arrErr.month}--><!--{$arrErr.day}--></font>
16    <select name="year">
17        <!--{html_options options=$arrYear selected=$arrForm.year}-->
18    </select>ǯ<br>
19    <select name="month">
20        <option value="">--</option>
21        <!--{html_options options=$arrMonth selected=$arrForm.month}-->
22    </select>·î<br>
23    <select value="" name="day">
24        <option value="">--</option>
25        <!--{html_options options=$arrDay selected=$arrForm.day}-->
26    </select>Æü<br>
27
28    <!--{assign var=key1 value="zip01"}-->
29    <!--{assign var=key2 value="zip02"}-->
30    ¡Ú͹ÊØÈÖ¹æ¡Û<font color="#FF0000">*</font><br>
31    <font color="#FF0000"><!--{$arrErr[$key1]}--><!--{$arrErr[$key2]}--></font>
32    <!--{assign var="size1" value="`$smarty.const.ZIP01_LEN+2`"}-->
33    <!--{assign var="size2" value="`$smarty.const.ZIP02_LEN+2`"}-->
34    <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">
35    &nbsp;-&nbsp;
36    <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>
37
38    <input type="submit" name="confirm" value="¼¡¤Ø">
39
40    <!--{foreach from=$list_data key=key item=item}-->
41        <input type="hidden" name="<!--{$key|escape}-->" value="<!--{$item|escape}-->">
42    <!--{/foreach}-->
43</form>
44
45<br>
46<hr>
47
48<a href="<!--{$smarty.const.URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
49<a href="<!--{$smarty.const.URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
50
51<br>
52
53<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
54<!--{include file='footer.tpl'}-->
55<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.