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パラメータでは実体参照を用いるべき)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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`"}--> 
Note: See TracChangeset for help on using the changeset viewer.