Changeset 20475


Ignore:
Timestamp:
2011/03/03 19:42:01 (13 years ago)
Author:
nanasess
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
Message:

#703(URLパラメータでは実体参照を用いるべき)

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  
    5050            <!--{assign var=type value=$arrTemplates[data].mail_method|h}--> 
    5151            <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&amp;template_id=<!--{$arrTemplates[data].template_id}-->">編集</a></td> 
     53            <td><a href="#" onclick="fnDelete('?mode=delete&amp;id=<!--{$arrTemplates[data].template_id}-->'); return false;">削除</a></td> 
     54            <td><a href="#" onclick="win03('./preview.php?mode=template&amp;template_id=<!--{$arrTemplates[data].template_id}-->','preview','650','700'); return false;" target="_blank">プレビュー</a></td> 
    5555        </tr> 
    5656        <!--{/section}--> 
  • branches/version-2_5-dev/data/Smarty/templates/admin/ownersstore/products_list.tpl

    r20116 r20475  
    3535        <td> 
    3636            <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}-->&amp;width=50&amp;height=50" /></a> 
    3838        </td> 
    3939        <td> 
  • branches/version-2_5-dev/data/Smarty/templates/admin/system/index.tpl

    r20407 r20475  
    6262      <td align="center"> 
    6363      <!--{$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}-->&amp;move=up&amp;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}-->&amp;move=down&amp;pageno=<!--{$tpl_disppage}-->">下へ</a><!--{/if}--> 
    6666      </td> 
    6767    </tr> 
  • branches/version-2_5-dev/data/Smarty/templates/admin/total/index.tpl

    r20407 r20475  
    115115    <div id="graph-image"> 
    116116      <!--{* <img src="<!--{$tpl_image}-->?<!--{$cashtime}-->" alt="グラフ"> *}--> 
    117       <img src="?draw_image=true&amp;type=<!--{$smarty.post.type}-->&amp;mode=search&amp;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&amp;type=<!--{$smarty.post.type}-->&amp;mode=search&amp;page=<!--{$smarty.post.page}-->&amp;search_startyear_m=<!--{$smarty.post.search_startyear_m}-->&amp;search_startmonth_m=<!--{$smarty.post.search_startmonth_m}-->&amp;search_startyear=<!--{$smarty.post.search_startyear}-->&amp;search_startmonth=<!--{$smarty.post.search_startmonth}-->&amp;search_startday=<!--{$smarty.post.search_startday}-->&amp;search_endyear=<!--{$smarty.post.search_endyear}-->&amp;search_endmonth=<!--{$smarty.post.search_endmonth}-->&amp;search_endday=<!--{$smarty.post.search_endday}-->" alt="グラフ" /> 
    118118    </div> 
    119119    <!--{/if}--> 
  • branches/version-2_5-dev/data/Smarty/templates/mobile/products/detail.tpl

    r20328 r20475  
    3636[1] 
    3737  <!--{else}--> 
    38 [<a href="?product_id=<!--{$smarty.get.product_id}-->&image=main_image">1</a>] 
     38[<a href="?product_id=<!--{$smarty.get.product_id}-->&amp;image=main_image">1</a>] 
    3939  <!--{/if}--> 
    4040   
     
    4646[<!--{$num}-->] 
    4747    <!--{else}--> 
    48 [<a href="?product_id=<!--{$smarty.get.product_id}-->&image=<!--{$key}-->"><!--{$num}--></a>] 
     48[<a href="?product_id=<!--{$smarty.get.product_id}-->&amp;image=<!--{$key}-->"><!--{$num}--></a>] 
    4949    <!--{/if}--> 
    5050    <!--{assign var=num value="`$num+1`"}--> 
  • branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/history.tpl

    r20407 r20475  
    6262                    <!--{if $orderDetail.product_type_id == PRODUCT_TYPE_DOWNLOAD}--> 
    6363                        <!--{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}-->&amp;product_id=<!--{$orderDetail.product_id}-->&amp;product_class_id=<!--{$orderDetail.product_class_id}-->">ダウンロード</a> 
    6565                        <!--{elseif $orderDetail.payment_date == "" || $orderDetail.status < "4"}--> 
    6666                            ダウンロード商品<BR />(入金確認中) 
Note: See TracChangeset for help on using the changeset viewer.