Changeset 20155 for branches/version-2_5-dev/data/Smarty
- Timestamp:
- 2011/02/12 14:44:10 (15 years ago)
- Location:
- branches/version-2_5-dev/data/Smarty/templates
- Files:
-
- 3 edited
-
default/mypage/index.tpl (modified) (1 diff)
-
mobile/mypage/index.tpl (modified) (2 diffs)
-
sphone/mypage/index.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/Smarty/templates/default/mypage/index.tpl
r20116 r20155 33 33 <form name="form1" method="post" action="?"> 34 34 <input type="hidden" name="order_id" value="" /> 35 <input type="hidden" name="pageno" value="<!--{$ tpl_pageno}-->" />35 <input type="hidden" name="pageno" value="<!--{$objNavi->nowpage}-->" /> 36 36 <h3><!--{$tpl_subtitle|h}--></h3> 37 37 38 <!--{if $ tpl_linemax> 0}-->38 <!--{if $objNavi->all_row > 0}--> 39 39 40 <p><!--{$ tpl_linemax}-->件の購入履歴があります。</p>40 <p><!--{$objNavi->all_row}-->件の購入履歴があります。</p> 41 41 <div> 42 42 <!--▼ページナビ--> 43 <!--{$ tpl_strnavi}-->43 <!--{$objNavi->strnavi}--> 44 44 <!--▲ページナビ--> 45 45 </div> -
branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/index.tpl
r20116 r20155 35 35 <hr> 36 36 ■購入履歴一覧<br> 37 <!--{if $ tpl_linemax> 0}-->38 <!--{$ tpl_linemax}-->件の購入履歴があります。<br>37 <!--{if $objNavi->all_row > 0}--> 38 <!--{$objNavi->all_row}-->件の購入履歴があります。<br> 39 39 <!--{section name=cnt loop=$arrOrder}--> 40 40 <hr> … … 55 55 <!--{/if}--> 56 56 57 <!--{if $ tpl_strnavi != ""}-->58 <!--{$ tpl_strnavi}-->57 <!--{if $objNavi->strnavi != ""}--> 58 <!--{$objNavi->strnavi}--> 59 59 <br> 60 60 <!--{/if}--> -
branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/index.tpl
r20116 r20155 33 33 <form name="form1" method="post" action="?"> 34 34 <input type="hidden" name="order_id" value="" /> 35 <input type="hidden" name="pageno" value="<!--{$ tpl_pageno}-->" />35 <input type="hidden" name="pageno" value="<!--{$objNavi->nowpage}-->" /> 36 36 <h3><!--{$tpl_subtitle|h}--></h3> 37 37 38 <!--{if $ tpl_linemax> 0}-->38 <!--{if $objNavi->all_row > 0}--> 39 39 40 <p><!--{$ tpl_linemax}-->件の購入履歴があります。</p>40 <p><!--{$objNavi->all_row}-->件の購入履歴があります。</p> 41 41 <div> 42 42 <!--▼ページナビ--> 43 <!--{$ tpl_strnavi}-->43 <!--{$objNavi->all_row}--> 44 44 <!--▲ページナビ--> 45 45 </div>
Note: See TracChangeset
for help on using the changeset viewer.
