Ignore:
Timestamp:
2007/03/28 14:59:15 (19 years ago)
Author:
uehara
Message:
 
Location:
branches/comu/html/install/user_data/include
Files:
3 edited
5 copied

Legend:

Unmodified
Added
Removed
  • branches/comu/html/install/user_data/include/bloc/cart.tpl

    r11730 r11983  
    2121                <td class="fs12"><span class="redst">¹ç·×¡§<!--{$arrCartList.0.ProductsTotal|number_format|default:0}-->±ß</span></td> 
    2222            </tr> 
    23             <tr><td height="5"></td></tr> 
     23            <tr><td height="5"><!--{$arrCartList.0.free_rule}--></td></tr> 
    2424             
    2525            <!-- ¥«¥´¤ÎÃæ¤Ë¾¦Éʤ¬¤¢¤ë¾ì¹ç¤Ë¤Î¤ßɽ¼¨ --> 
    26             <!--{if $arrCartList.0.TotalQuantity > 0}--> 
     26            <!--{if $arrCartList.0.TotalQuantity > 0 and $arrCartList.0.free_rule > 0}--> 
    2727            <tr> 
    2828                <td class="fs10"> 
  • branches/comu/html/install/user_data/include/bloc/login.tpl

    r11730 r11983  
    1111<!--{/if}--> 
    1212<table width="166" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    13 <form name="login_form" id="login_form" method="post" action="<!--{$smarty.const.URL_DIR}-->frontparts/login_check.php" onsubmit="return fnCheckLogin('login_form')"> 
     13<form name="login_form" id="login_form" method="post" action="<!--{$smarty.const.SSL_URL}-->frontparts/login_check.php" onsubmit="return fnCheckLogin('login_form')"> 
    1414<input type="hidden" name="mode" value="login"> 
    1515<input type="hidden" name="url" value="<!--{$url|escape}-->"> 
  • branches/comu/html/install/user_data/include/bloc/news.tpl

    r11730 r11983  
    44 * http://www.lockon.co.jp/ 
    55 *}--> 
     6<link rel="alternate" type="application/rss+xml" title="RSS" href="<!--{$smarty.const.SITE_URL}-->/rss/index.php"> 
    67<table width="400" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    78    <tr> 
Note: See TracChangeset for help on using the changeset viewer.