Changeset 11983 for branches/comu/html/install/user_data/include
- Timestamp:
- 2007/03/28 14:59:15 (19 years ago)
- Location:
- branches/comu/html/install/user_data/include
- Files:
-
- 3 edited
- 5 copied
-
bloc/cart.tpl (modified) (1 diff)
-
bloc/login.tpl (modified) (1 diff)
-
bloc/news.tpl (modified) (1 diff)
-
campaign/default/src (copied) (copied from branches/dev/html/install/user_data/include/campaign/default/src)
-
campaign/default/src/application.php (copied) (copied from branches/dev/html/install/user_data/include/campaign/default/src/application.php)
-
campaign/default/src/complete.php (copied) (copied from branches/dev/html/install/user_data/include/campaign/default/src/complete.php)
-
campaign/default/src/entry.php (copied) (copied from branches/dev/html/install/user_data/include/campaign/default/src/entry.php)
-
campaign/default/src/index.php (copied) (copied from branches/dev/html/install/user_data/include/campaign/default/src/index.php)
Legend:
- Unmodified
- Added
- Removed
-
branches/comu/html/install/user_data/include/bloc/cart.tpl
r11730 r11983 21 21 <td class="fs12"><span class="redst">¹ç·×¡§<!--{$arrCartList.0.ProductsTotal|number_format|default:0}-->±ß</span></td> 22 22 </tr> 23 <tr><td height="5">< /td></tr>23 <tr><td height="5"><!--{$arrCartList.0.free_rule}--></td></tr> 24 24 25 25 <!-- ¥«¥´¤ÎÃæ¤Ë¾¦Éʤ¬¤¢¤ë¾ì¹ç¤Ë¤Î¤ßɽ¼¨ --> 26 <!--{if $arrCartList.0.TotalQuantity > 0 }-->26 <!--{if $arrCartList.0.TotalQuantity > 0 and $arrCartList.0.free_rule > 0}--> 27 27 <tr> 28 28 <td class="fs10"> -
branches/comu/html/install/user_data/include/bloc/login.tpl
r11730 r11983 11 11 <!--{/if}--> 12 12 <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')"> 14 14 <input type="hidden" name="mode" value="login"> 15 15 <input type="hidden" name="url" value="<!--{$url|escape}-->"> -
branches/comu/html/install/user_data/include/bloc/news.tpl
r11730 r11983 4 4 * http://www.lockon.co.jp/ 5 5 *}--> 6 <link rel="alternate" type="application/rss+xml" title="RSS" href="<!--{$smarty.const.SITE_URL}-->/rss/index.php"> 6 7 <table width="400" border="0" cellspacing="0" cellpadding="0" summary=" "> 7 8 <tr>
Note: See TracChangeset
for help on using the changeset viewer.
