Changeset 20475
- Timestamp:
- 2011/03/03 19:42:01 (11 years ago)
- bzr:base-revision:
- ohkouchi@loop-az.jp-20110303102914-rhwcfgjgilqvnc83
- bzr:committer:
- Kentaro Ohkouchi <ohkouchi@loop-az.jp>
- bzr:file-ids:
data/Smarty/templates/admin/mail/template.tpl 15732@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2FSmarty%2Ftemplates%2Fdefault%2Fadmin%2Fmail%2Ftemplate.tpl
data/Smarty/templates/admin/ownersstore/products_list.tpl 16857@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2FSmarty%2Ftemplates%2Fdefault%2Fadmin%2Fownersstore%2Fproducts_list.tpl
data/Smarty/templates/admin/system/index.tpl 15732@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2FSmarty%2Ftemplates%2Fdefault%2Fadmin%2Fsystem%2Findex.tpl
data/Smarty/templates/admin/total/index.tpl 15732@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2FSmarty%2Ftemplates%2Fdefault%2Fadmin%2Ftotal%2Findex.tpl
data/Smarty/templates/mobile/products/detail.tpl 15732@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2FSmarty%2Ftemplates%2Fdefault%2Fmobile%2Fproducts%2Fdetail.tpl
data/Smarty/templates/sphone/mypage/history.tpl history.tpl-20101209134550-lsv02w9wikfx9cj3-20- bzr:mapping-version:
- v4
- bzr:merge:
ohkouchi@loop-az.jp-20110303104116-l977wmgmp9ler50k- bzr:repository-uuid:
- 1e3b908f-19a9-db11-a64c-001125224ba8
- bzr:revision-id:
- ohkouchi@loop-az.jp-20110303104156-tin85jd5wayva3qk
- bzr:revno:
- 3202
- bzr:revprop:branch-nick:
- branches/version-2_5-dev
- bzr:root:
- branches/version-2_5-dev
- bzr:text-revisions:
data/Smarty/templates/admin/mail/template.tpl ohkouchi@loop-az.jp-20110303104116-l977wmgmp9ler50k
data/Smarty/templates/admin/ownersstore/products_list.tpl ohkouchi@loop-az.jp-20110303104116-l977wmgmp9ler50k
data/Smarty/templates/admin/system/index.tpl ohkouchi@loop-az.jp-20110303104116-l977wmgmp9ler50k
data/Smarty/templates/admin/total/index.tpl ohkouchi@loop-az.jp-20110303104116-l977wmgmp9ler50k
data/Smarty/templates/mobile/products/detail.tpl ohkouchi@loop-az.jp-20110303104116-l977wmgmp9ler50k
data/Smarty/templates/sphone/mypage/history.tpl ohkouchi@loop-az.jp-20110303104116-l977wmgmp9ler50k- bzr:timestamp:
- 2011-03-03 19:41:56.867000103 +0900
- bzr:user-agent:
- bzr2.2.1+bzr-svn1.0.4
- svn:original-date:
- 2011-03-03T10:41:56.867000Z
- Location:
- branches/version-2_5-dev/data/Smarty/templates
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/Smarty/templates/admin/mail/template.tpl
r20407 r20475 50 50 <!--{assign var=type value=$arrTemplates[data].mail_method|h}--> 51 51 <td><!--{$arrMagazineType[$type]}--></td> 52 <td><a href="./template_input.php?mode=edit& template_id=<!--{$arrTemplates[data].template_id}-->">編集</a></td>53 <td><a href="#" onclick="fnDelete('?mode=delete& id=<!--{$arrTemplates[data].template_id}-->'); return false;">削除</a></td>54 <td><a href="#" onclick="win03('./preview.php?mode=template& template_id=<!--{$arrTemplates[data].template_id}-->','preview','650','700'); return false;" target="_blank">プレビュー</a></td>52 <td><a href="./template_input.php?mode=edit&template_id=<!--{$arrTemplates[data].template_id}-->">編集</a></td> 53 <td><a href="#" onclick="fnDelete('?mode=delete&id=<!--{$arrTemplates[data].template_id}-->'); return false;">削除</a></td> 54 <td><a href="#" onclick="win03('./preview.php?mode=template&template_id=<!--{$arrTemplates[data].template_id}-->','preview','650','700'); return false;" target="_blank">プレビュー</a></td> 55 55 </tr> 56 56 <!--{/section}--> -
branches/version-2_5-dev/data/Smarty/templates/admin/ownersstore/products_list.tpl
r20116 r20475 35 35 <td> 36 36 <a href="<!--{$smarty.const.OSTORE_URL}-->products/detail.php?product_id=<!--{$product.product_id|h}-->" target="_blank"> 37 <img src="<!--{$smarty.const.OSTORE_SSLURL}-->resize.php?image=<!--{$product.main_list_image|h}-->& width=50&height=50" /></a>37 <img src="<!--{$smarty.const.OSTORE_SSLURL}-->resize.php?image=<!--{$product.main_list_image|h}-->&width=50&height=50" /></a> 38 38 </td> 39 39 <td> -
branches/version-2_5-dev/data/Smarty/templates/admin/system/index.tpl
r20407 r20475 62 62 <td align="center"> 63 63 <!--{$tpl_nomove}--> 64 <!--{if !($smarty.section.data.first && $tpl_disppage eq 1)}--><a href="./rank.php?id=<!--{$list_data[data].member_id}-->& move=up&pageno=<!--{$tpl_disppage}-->">上へ</a><!--{/if}-->65 <!--{if !($smarty.section.data.last && $tpl_disppage eq $tpl_pagemax)}--><a href="./rank.php?id=<!--{$list_data[data].member_id}-->& move=down&pageno=<!--{$tpl_disppage}-->">下へ</a><!--{/if}-->64 <!--{if !($smarty.section.data.first && $tpl_disppage eq 1)}--><a href="./rank.php?id=<!--{$list_data[data].member_id}-->&move=up&pageno=<!--{$tpl_disppage}-->">上へ</a><!--{/if}--> 65 <!--{if !($smarty.section.data.last && $tpl_disppage eq $tpl_pagemax)}--><a href="./rank.php?id=<!--{$list_data[data].member_id}-->&move=down&pageno=<!--{$tpl_disppage}-->">下へ</a><!--{/if}--> 66 66 </td> 67 67 </tr> -
branches/version-2_5-dev/data/Smarty/templates/admin/total/index.tpl
r20407 r20475 115 115 <div id="graph-image"> 116 116 <!--{* <img src="<!--{$tpl_image}-->?<!--{$cashtime}-->" alt="グラフ"> *}--> 117 <img src="?draw_image=true&type=<!--{$smarty.post.type}-->&mode=search&page=<!--{$smarty.post.page}-->& search_startyear_m=<!--{$smarty.post.search_startyear_m}-->&search_startmonth_m=<!--{$smarty.post.search_startmonth_m}-->&search_startyear=<!--{$smarty.post.search_startyear}-->&search_startmonth=<!--{$smarty.post.search_startmonth}-->&search_startday=<!--{$smarty.post.search_startday}-->&search_endyear=<!--{$smarty.post.search_endyear}-->&search_endmonth=<!--{$smarty.post.search_endmonth}-->&search_endday=<!--{$smarty.post.search_endday}-->" alt="グラフ" />117 <img src="?draw_image=true&type=<!--{$smarty.post.type}-->&mode=search&page=<!--{$smarty.post.page}-->&search_startyear_m=<!--{$smarty.post.search_startyear_m}-->&search_startmonth_m=<!--{$smarty.post.search_startmonth_m}-->&search_startyear=<!--{$smarty.post.search_startyear}-->&search_startmonth=<!--{$smarty.post.search_startmonth}-->&search_startday=<!--{$smarty.post.search_startday}-->&search_endyear=<!--{$smarty.post.search_endyear}-->&search_endmonth=<!--{$smarty.post.search_endmonth}-->&search_endday=<!--{$smarty.post.search_endday}-->" alt="グラフ" /> 118 118 </div> 119 119 <!--{/if}--> -
branches/version-2_5-dev/data/Smarty/templates/mobile/products/detail.tpl
r20328 r20475 36 36 [1] 37 37 <!--{else}--> 38 [<a href="?product_id=<!--{$smarty.get.product_id}-->& image=main_image">1</a>]38 [<a href="?product_id=<!--{$smarty.get.product_id}-->&image=main_image">1</a>] 39 39 <!--{/if}--> 40 40 … … 46 46 [<!--{$num}-->] 47 47 <!--{else}--> 48 [<a href="?product_id=<!--{$smarty.get.product_id}-->& image=<!--{$key}-->"><!--{$num}--></a>]48 [<a href="?product_id=<!--{$smarty.get.product_id}-->&image=<!--{$key}-->"><!--{$num}--></a>] 49 49 <!--{/if}--> 50 50 <!--{assign var=num value="`$num+1`"}--> -
branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/history.tpl
r20407 r20475 62 62 <!--{if $orderDetail.product_type_id == PRODUCT_TYPE_DOWNLOAD}--> 63 63 <!--{if $orderDetail.price == "0" || ( $orderDetail.status >= "4" && $orderDetail.effective == "1" )}--> 64 <a target="_self" href="<!--{$smarty.const.ROOT_URLPATH}-->mypage/download.php?order_id=<!--{$tpl_arrOrderData.order_id}-->& product_id=<!--{$orderDetail.product_id}-->&product_class_id=<!--{$orderDetail.product_class_id}-->">ダウンロード</a>64 <a target="_self" href="<!--{$smarty.const.ROOT_URLPATH}-->mypage/download.php?order_id=<!--{$tpl_arrOrderData.order_id}-->&product_id=<!--{$orderDetail.product_id}-->&product_class_id=<!--{$orderDetail.product_class_id}-->">ダウンロード</a> 65 65 <!--{elseif $orderDetail.payment_date == "" || $orderDetail.status < "4"}--> 66 66 ダウンロード商品<BR />(入金確認中)
Note: See TracChangeset
for help on using the changeset viewer.