Changeset 15056 for branches/beta/html/install/user_data/include/bloc
- Timestamp:
- 2007/07/18 10:17:57 (19 years ago)
- 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 15 15 <td> 16 16 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}--> 18 18 19 19 <table width="190" border="0" cellspacing="0" cellpadding="0" summary=" "> … … 48 48 <!--{assign var=cnt2 value=`$smarty.section.cnt.iteration*$smarty.section.cnt.step-1` }--> 49 49 <!--{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}--> 51 51 <table width="190" border="0" cellspacing="0" cellpadding="0" summary=" "> 52 52 <tr valign="top"> -
branches/beta/html/install/user_data/include/bloc/login.tpl
r28 r15056 6 6 <!--¢§¥í¥°¥¤¥ó¤³¤³¤«¤é--> 7 7 <!--{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}--> 9 13 <!--{else}--> 10 14 <!--{assign var=url value="`$smarty.post.url`"}-->
Note: See TracChangeset
for help on using the changeset viewer.
