Changeset 14580 for branches/dev/html


Ignore:
Timestamp:
2007/06/11 17:12:22 (17 years ago)
Author:
naka
Message:

SITE_URL+resize_image.phpとなっていたテンプレートを
URL_DIR+resize_image.phpに変更

Location:
branches/dev/html
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/install/user_data/include/bloc/best5.tpl

    r17 r14580  
    1919        <table width="190" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    2020            <tr valign="top"> 
    21                 <td align="center" valign="middle"><a href="<!--{$smarty.const.URL_DIR}-->products/detail.php?product_id=<!--{$arrBestProducts[cnt].product_id}-->"><img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&width=48&height=48" alt="<!--{$arrBestProducts[cnt].name|escape}-->"></a></td> 
     21                <td align="center" valign="middle"><a href="<!--{$smarty.const.URL_DIR}-->products/detail.php?product_id=<!--{$arrBestProducts[cnt].product_id}-->"><img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&width=48&height=48" alt="<!--{$arrBestProducts[cnt].name|escape}-->"></a></td> 
    2222                <td align="right"> 
    2323                <table width="132" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     
    5151            <table width="190" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    5252                <tr valign="top"> 
    53                     <td align="center" valign="middle"><a href="<!--{$smarty.const.URL_DIR}-->products/detail.php?product_id=<!--{$arrBestProducts[$cnt2].product_id}-->"><img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&width=48&height=48" alt="<!--{$arrBestProducts[$cnt2].name|escape}-->"></a></td> 
     53                    <td align="center" valign="middle"><a href="<!--{$smarty.const.URL_DIR}-->products/detail.php?product_id=<!--{$arrBestProducts[$cnt2].product_id}-->"><img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&width=48&height=48" alt="<!--{$arrBestProducts[$cnt2].name|escape}-->"></a></td> 
    5454                    <td align="right"> 
    5555                    <table width="132" border="0" cellspacing="0" cellpadding="0" summary=" "> 
  • branches/dev/html/install/user_data/templates/default1/include/bloc/best5.tpl

    r17 r14580  
    1919        <table width="190" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    2020            <tr valign="top"> 
    21                 <td align="center" valign="middle"><a href="<!--{$smarty.const.URL_DIR}-->products/detail.php?product_id=<!--{$arrBestProducts[cnt].product_id}-->"><img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&width=48&height=48" alt="<!--{$arrBestProducts[cnt].name|escape}-->"></a></td> 
     21                <td align="center" valign="middle"><a href="<!--{$smarty.const.URL_DIR}-->products/detail.php?product_id=<!--{$arrBestProducts[cnt].product_id}-->"><img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&width=48&height=48" alt="<!--{$arrBestProducts[cnt].name|escape}-->"></a></td> 
    2222                <td align="right"> 
    2323                <table width="132" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     
    5151            <table width="190" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    5252                <tr valign="top"> 
    53                     <td align="center" valign="middle"><a href="./products/detail.php?product_id=<!--{$arrBestProducts[$cnt2].product_id}-->"><img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&width=48&height=48" alt="<!--{$arrBestProducts[$cnt2].name|escape}-->"></a></td> 
     53                    <td align="center" valign="middle"><a href="./products/detail.php?product_id=<!--{$arrBestProducts[$cnt2].product_id}-->"><img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&width=48&height=48" alt="<!--{$arrBestProducts[$cnt2].name|escape}-->"></a></td> 
    5454                    <td align="right"> 
    5555                    <table width="132" border="0" cellspacing="0" cellpadding="0" summary=" "> 
  • branches/dev/html/install/user_data/templates/default1/templates/detail.tpl

    r24 r14580  
    345345                                        <!--{assign var=image_path value="`$smarty.const.NO_IMAGE_DIR`"}--> 
    346346                                    <!--{/if}--> 
    347                                     <img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&width=65&height=65" alt="<!--{$arrRecommend[cnt].name|escape}-->"></a></td> 
     347                                    <img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&width=65&height=65" alt="<!--{$arrRecommend[cnt].name|escape}-->"></a></td> 
    348348                                    <td align="right"> 
    349349                                    <table width="145" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     
    386386                                        <!--{assign var=image_path value="`$smarty.const.NO_IMAGE_DIR`"}--> 
    387387                                    <!--{/if}--> 
    388                                     <img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&width=65&height=65" alt="<!--{$arrRecommend[$nextCnt].name|escape}-->"></a></td> 
     388                                    <img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&width=65&height=65" alt="<!--{$arrRecommend[$nextCnt].name|escape}-->"></a></td> 
    389389                                    <td align="right"> 
    390390                                    <table width="145" border="0" cellspacing="0" cellpadding="0" summary=" "> 
  • branches/dev/html/install/user_data/templates/detail.tpl

    r11977 r14580  
    382382                                        <!--{assign var=image_path value="`$smarty.const.NO_IMAGE_DIR`"}--> 
    383383                                    <!--{/if}--> 
    384                                     <img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&width=65&height=65" alt="<!--{$arrRecommend[cnt].name|escape}-->"></a></td> 
     384                                    <img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&width=65&height=65" alt="<!--{$arrRecommend[cnt].name|escape}-->"></a></td> 
    385385                                    <td align="right"> 
    386386                                    <table width="145" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     
    423423                                        <!--{assign var=image_path value="`$smarty.const.NO_IMAGE_DIR`"}--> 
    424424                                    <!--{/if}--> 
    425                                     <img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&width=65&height=65" alt="<!--{$arrRecommend[$nextCnt].name|escape}-->"></a></td> 
     425                                    <img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$image_path|sfRmDupSlash}-->&width=65&height=65" alt="<!--{$arrRecommend[$nextCnt].name|escape}-->"></a></td> 
    426426                                    <td align="right"> 
    427427                                    <table width="145" border="0" cellspacing="0" cellpadding="0" summary=" "> 
  • branches/dev/html/test/kakinaka/templates/index.tpl

    r17 r14580  
    99    <tr> 
    1010        <td bgcolor="#ffffff" align="left"> 
    11             <img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$smarty.const.IMAGE_TEMP_DIR}-->kaki.jpg" alt="¥°¥é¥Õ"> 
     11            <img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$smarty.const.IMAGE_TEMP_DIR}-->kaki.jpg" alt="¥°¥é¥Õ"> 
    1212        </td> 
    1313    </tr> 
  • branches/dev/html/test/kakinaka/templates/utf.tpl

    r377 r14580  
    3838    <tr> 
    3939        <td bgcolor="#ffffff" align="left"> 
    40             <img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$smarty.const.IMAGE_TEMP_DIR}-->kaki.jpg" alt="¥°¥é¥Õ"> 
     40            <img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$smarty.const.IMAGE_TEMP_DIR}-->kaki.jpg" alt="¥°¥é¥Õ"> 
    4141        </td> 
    4242    </tr> 
Note: See TracChangeset for help on using the changeset viewer.