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

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

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

  • 退会
  • MYページ (お届け先登録以外)
  • メルマガ登録・解除
  • 画像変換機能
  • Property svn:eol-style set to native
Line 
1<div align="center">Êѹ¹³Îǧ</div>
2<hr>
3<form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
4    <input type="hidden" name="mode" value="complete">
5    <!--{foreach from=$list_data key=key item=item}-->
6        <input type="hidden" name="<!--{$key|escape}-->" value="<!--{$item|escape}-->">
7    <!--{/foreach}-->
8    ²¼µ­¤ÎÆâÍƤǤ´ÅÐÏ¿¤·¤Æ¤â¤è¤í¤·¤¤¤Ç¤¹¤«¡©<br>
9    <br>
10    ¡ÚŽÒŽ°ŽÙŽ±ŽÄŽÞŽÚŽ½¡Û<br>
11    <!--{$list_data.email|escape}--><br>
12    <br>
13
14    ¡ÚŽÊŽßŽ½ŽÜŽ°ŽÄŽÞ³ÎǧÍѼÁÌä¡Û<br>
15    <!--{$arrReminder[$list_data.reminder]|escape}--><br>
16    <br>
17
18    ¡Ú¼ÁÌä¤ÎÅú¤¨¡Û<br>
19    <!--{$list_data.reminder_answer|escape}--><br>
20    <br>
21
22    ¡Ú¸Ä¿Í¾ðÊó¡Û<br>
23    <!--{$list_data.name01|escape}-->¡¡<!--{$list_data.name02|escape}--><br>
24    <!--{$list_data.kana01|escape}-->¡¡<!--{$list_data.kana02|escape}--><br>
25    <!--{if $list_data.sex eq 1}-->ÃËÀ­<!--{else}-->½÷À­<!--{/if}--><br>
26    <!--{if strlen($list_data.year) > 0 && strlen($list_data.month) > 0 && strlen($list_data.day) > 0}--><!--{$list_data.year|escape}-->ǯ<!--{$list_data.month|escape}-->·î<!--{$list_data.day|escape}-->ÆüÀ¸¤Þ¤ì<!--{else}-->̤ÅÐÏ¿<!--{/if}--><br>
27    ¢©<!--{$list_data.zip01|escape}--> - <!--{$list_data.zip02|escape}--><br>
28    <!--{$arrPref[$list_data.pref]|escape}--><!--{$list_data.addr01|escape}--><!--{$list_data.addr02|escape}--><br>
29    <!--{$list_data.tel01|escape}-->-<!--{$list_data.tel02|escape}-->-<!--{$list_data.tel03|escape}--><br>
30    <br>
31   
32    ¡ÚŽÒŽ°ŽÙŽÏŽ¶ŽÞŽ¼ŽÞŽÝŽÞ¡Û<br>
33    <!--{if $list_data.mail_flag eq 2}-->´õ˾¤¹¤ë<!--{else}-->´õ˾¤·¤Ê¤¤<!--{/if}--><br>
34    <br>
35
36    <input type="submit" name="submit" value="Êѹ¹">
37</form>
38
39<br>
40<hr>
41
42<a href="<!--{$smarty.const.URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
43<a href="<!--{$smarty.const.URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
44
45<br>
46
47<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
48<!--{include file='footer.tpl'}-->
49<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.