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

Revision 11984, 2.3 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">¤ªÆϤ±ÀèÅÐÏ¿</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.pref}--></font>
18    <select name="pref">
19        <option value="">ÅÔÆ»Éܸ©¤òÁªÂò</option>
20        <!--{html_options options=$arrPref selected=$arrForm.pref}-->
21    </select><br>
22
23    ¡Ú»Ô¶èĮ¼¡Û<font color="#FF0000">*</font><br>
24    <font color="#FF0000"><!--{$arrErr.addr01}--></font>
25    <input type="text" name="addr01" value="<!--{$arrForm.addr01|escape}-->" istyle="1"><br>
26
27    ¡ÚÈÖÃÏ¡Û<font color="#FF0000">*</font><br>
28    <font color="#FF0000"><!--{$arrErr.addr02}--></font>
29    <input type="text" name="addr02" value="<!--{$arrForm.addr02|escape}-->" istyle="1"><br>
30
31    ¡ÚÅÅÏÃÈÖ¹æ¡Û<font color="#FF0000">*</font><br>
32    <font color="#FF0000"><!--{$arrErr.tel01}--><!--{$arrErr.tel02}--><!--{$arrErr.tel03}--></font>
33    <!--{assign var="size" value="`$smarty.const.TEL_ITEM_LEN+2`"}-->
34    <input type="text" size="<!--{$size}-->" name="tel01" value="<!--{$arrForm.tel01|escape}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" istyle="4">
35    &nbsp;-&nbsp;
36    <input type="text" size="<!--{$size}-->" name="tel02" value="<!--{$arrForm.tel02|escape}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" istyle="4">
37    &nbsp;-&nbsp;
38    <input type="text" size="<!--{$size}-->" name="tel03" value="<!--{$arrForm.tel03|escape}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" istyle="4"><br>
39
40    <br>
41
42    <div align="center"><input type="submit" name="submit" value="¼¡¤Ø"></div>
43    <div align="center"><input type="submit" name="return" value="Ìá¤ë"></div>
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.