Ignore:
Timestamp:
2007/07/18 10:17:57 (19 years ago)
Author:
adati
Message:

relブランチのマージ(r12156-r15055)

Location:
branches/beta/html/install/user_data/include/bloc
Files:
2 edited

Legend:

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

    r14676 r15056  
    1515        <td> 
    1616         
    17         <!--{if $arrBestProducts[cnt].main_list_image != ""}--><!--{assign var=image_path value="`$smarty.const.IMAGE_SAVE_DIR`/`$arrBestProducts[cnt].main_list_image`"}--><!--{else}--><!--{assign var=image_path value="`$smarty.const.NO_IMAGE_DIR`"}--><!--{/if}--> 
     17        <!--{if $arrBestProducts[cnt].main_list_image != ""}--><!--{assign var=image_path value="`$arrBestProducts[cnt].main_list_image`"}--><!--{else}--><!--{assign var=image_path value="`$smarty.const.NO_IMAGE_DIR`"}--><!--{/if}--> 
    1818         
    1919        <table width="190" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     
    4848        <!--{assign var=cnt2 value=`$smarty.section.cnt.iteration*$smarty.section.cnt.step-1` }--> 
    4949        <!--{if $arrBestProducts[$cnt2]|count > 0}--> 
    50             <!--{if $arrBestProducts[$cnt2].main_list_image != ""}--><!--{assign var=image_path value="`$smarty.const.IMAGE_SAVE_DIR`/`$arrBestProducts[$cnt2].main_list_image`"}--><!--{else}--><!--{assign var=image_path value="`$smarty.const.NO_IMAGE_DIR`"}--><!--{/if}--> 
     50            <!--{if $arrBestProducts[$cnt2].main_list_image != ""}--><!--{assign var=image_path value="`$arrBestProducts[$cnt2].main_list_image`"}--><!--{else}--><!--{assign var=image_path value="`$smarty.const.NO_IMAGE_DIR`"}--><!--{/if}--> 
    5151            <table width="190" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    5252                <tr valign="top"> 
  • branches/beta/html/install/user_data/include/bloc/login.tpl

    r28 r15056  
    66<!--¢§¥í¥°¥¤¥ó¤³¤³¤«¤é--> 
    77<!--{if $smarty.post.url == ""}--> 
    8     <!--{assign var=url value="`$smarty.server.REQUEST_URI`"}--> 
     8    <!--{if sfIsHTTPS()}--> 
     9        <!--{assign var=url value="https://`$smarty.server.HTTP_HOST``$smarty.server.REQUEST_URI`"}--> 
     10    <!--{else}--> 
     11        <!--{assign var=url value="http://`$smarty.server.HTTP_HOST``$smarty.server.REQUEST_URI`"}--> 
     12    <!--{/if}--> 
    913<!--{else}--> 
    1014    <!--{assign var=url value="`$smarty.post.url`"}--> 
Note: See TracChangeset for help on using the changeset viewer.