Changeset 6022
- Timestamp:
- Mar 24, 2008, 4:51:12 PM (14 years ago)
- Location:
- OpenPNE/branches/stable-2.10.x/webapp/modules/pc/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.10.x/webapp/modules/pc/templates/h_review_add.tpl
r6001 r6022 180 180 <div class="padding_s"> 181 181 182 <a href="({$product.DetailPageURL})" target="_blank"><img src="({if $product.MediumImage})({$product.MediumImage.URL})({else}) ./skin/dummy.gif({/if})"><br>詳細を見る</a>182 <a href="({$product.DetailPageURL})" target="_blank"><img src="({if $product.MediumImage})({$product.MediumImage.URL})({else})({t_img_url_skin filename=no_image w=120 h=120})({/if})"><br>詳細を見る</a> 183 183 184 184 </div> -
OpenPNE/branches/stable-2.10.x/webapp/modules/pc/templates/h_review_add_write.tpl
r6001 r6022 46 46 <td class="bg_02" style="width:180px;" align="center" rowspan="7"> 47 47 48 <a href="({$product.DetailPageURL})" target="_blank"><img src="({if $product.MediumImage})({$product.MediumImage.URL})({else}) ./skin/dummy.gif({/if})"><br>詳細を見る</a>48 <a href="({$product.DetailPageURL})" target="_blank"><img src="({if $product.MediumImage})({$product.MediumImage.URL})({else})({t_img_url_skin filename=no_image w=120 h=120})({/if})"><br>詳細を見る</a> 49 49 50 50 </td>
Note: See TracChangeset
for help on using the changeset viewer.