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

Revision 11418, 928 bytes 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
4<!--{section name=cnt loop=$arrOrder}-->
5    ¢£<!--{$arrOrder[cnt].create_date|sfDispDBDate}--><br>
6    ÃíʸÈÖ¹æ:<!--{$arrOrder[cnt].order_id}--><br>
7    <!--{assign var=payment_id value="`$arrOrder[cnt].payment_id`"}-->
8    ¹ç·×¶â³Û:<!--{$arrOrder[cnt].payment_total|number_format}-->±ß<br>
9
10    <div align="center">
11    <form name="form1" method="post" action="history_detail.php">
12        <input type="hidden" name="order_id" value="<!--{$arrOrder[cnt].order_id}-->">
13        <input type="submit" name="submit" value="¾ÜºÙ¤ò¸«¤ë">
14    </form>
15    </div>
16    <br>
17<!--{/section}-->
18<br>
19
20<!--{$tpl_strnavi}-->
21
22<hr>
23
24<a href="<!--{$smarty.const.URL_CART_TOP}-->" accesskey="9"><!--{9|numeric_emoji}-->¤«¤´¤ò¸«¤ë</a><br>
25<a href="<!--{$smarty.const.URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
26
27<br>
28
29<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
30<!--{include file='footer.tpl'}-->
31<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.