Changeset 11800
- Timestamp:
- 2007/03/12 15:22:40 (16 years ago)
- Location:
- branches/dev/data
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/Smarty/templates/mobile/frontparts/bloc/category.tpl
r11686 r11800 10 10 <!--{assign var=disp_name value="`$arrCat[cnt].category_name`"}--> 11 11 <!--{if $arrCat[cnt].has_children}--> 12 <!--{assign var=path value="`$smarty.const. URL_DIR`products/category_list.php"}-->12 <!--{assign var=path value="`$smarty.const.MOBILE_URL_DIR`products/category_list.php"}--> 13 13 <!--{else}--> 14 <!--{assign var=path value="`$smarty.const. URL_DIR`products/list.php"}-->14 <!--{assign var=path value="`$smarty.const.MOBILE_URL_DIR`products/list.php"}--> 15 15 <!--{/if}--> 16 16 ¡¡<font color="<!--{cycle values="#000000,#880000,#8888ff,#88ff88,#ff0000"}-->">¢£</font><a href="<!--{$path}-->?category_id=<!--{$arrCat[cnt].category_id}-->"><!--{$disp_name|sfCutString:20|escape}--></a><br> -
branches/dev/data/Smarty/templates/mobile/mail_templates/customer_mail.tpl
r11460 r11800 10 10 ¡¡¡¡¡¡~~~~~~ 11 11 Ëܲñ°÷ÅÐÏ¿¤ò´°Î»¤¹¤ë¤Ë¤Ï²¼µURL¤Ë¥¢¥¯¥»¥¹¤·¤Æ¤¯¤À¤µ¤¤¡£ 12 <!--{$smarty.const. SSL_URL}-->regist/index.php?mode=regist&id=<!--{$uniqid}-->12 <!--{$smarty.const.MOBILE_SSL_URL}-->regist/index.php?mode=regist&id=<!--{$uniqid}--> 13 13 14 14 ¾åµURL¤Ë¤ÆËܲñ°÷ÅÐÏ¿¤¬´°Î»¤¤¤¿¤·¤Þ¤·¤¿¤é²þ¤á¤Æ¤´ÅÐÏ¿ÆâÍÆ¤´³Îǧ¥á¡¼¥ë¤ò¤ªÁ÷¤êÃפ·¤Þ¤¹¡£ -
branches/dev/data/Smarty/templates/mobile/mypage/history_detail.tpl
r11686 r11800 34 34 <!--{section name=cnt loop=$arrDisp.quantity}--> 35 35 <!--{$arrDisp.product_name[cnt]|escape}--><br> 36 <a href="<!--{$smarty.const. URL_DIR}-->products/detail.php?product_id=<!--{$arrDisp.product_id[cnt]}-->">¾¦ÉÊ¹ØÆþ¾ÜºÙ¢ª</a><br>36 <a href="<!--{$smarty.const.MOBILE_URL_DIR}-->products/detail.php?product_id=<!--{$arrDisp.product_id[cnt]}-->">¾¦ÉÊ¹ØÆþ¾ÜºÙ¢ª</a><br> 37 37 <!--{/section}--> 38 38 <br> -
branches/dev/data/Smarty/templates/mobile/mypage/login.tpl
r11686 r11800 25 25 <input type="password" name="<!--{$key}-->" maxlength="<!--{$arrForm[$key].length}-->" size="40" istyle="3"><br> 26 26 <center><input type="submit" value="Á÷¿®" name="log"></center><br> 27 <a href="<!--{$smarty.const. URL_DIR}-->forgot/index.php">¥Ñ¥¹¥ï¡¼¥É¤ò¤ªËº¤ì¤ÎÊý¤Ï¤³¤Á¤é</a><br>27 <a href="<!--{$smarty.const.MOBILE_URL_DIR}-->forgot/index.php">¥Ñ¥¹¥ï¡¼¥É¤ò¤ªËº¤ì¤ÎÊý¤Ï¤³¤Á¤é</a><br> 28 28 </form> 29 29 <!--¢¥CONTENTS--> -
branches/dev/data/Smarty/templates/mobile/products/category_list.tpl
r11686 r11800 12 12 <!--{foreach from=$arrChildren key=i item=arrChild}--> 13 13 <!--{if $arrChild.has_children}--> 14 <!--{assign var=path value="`$smarty.const. URL_DIR`products/category_list.php"}-->14 <!--{assign var=path value="`$smarty.const.MOBILE_URL_DIR`products/category_list.php"}--> 15 15 <!--{else}--> 16 <!--{assign var=path value="`$smarty.const. URL_DIR`products/list.php"}-->16 <!--{assign var=path value="`$smarty.const.MOBILE_URL_DIR`products/list.php"}--> 17 17 <!--{/if}--> 18 18 <!--{if $i+1<9}--> -
branches/dev/data/Smarty/templates/mobile/products/search.tpl
r11686 r11800 12 12 ¤ªÃµ¤·¤Î¾¦ÉÊ̾¡¦·¿ÈÖ¤òÆþÎϤ·¤Æ¤¯¤À¤µ¤¤¡£<br> 13 13 14 <form method="get" action="<!--{$smarty.const. URL_DIR}-->products/list.php">14 <form method="get" action="<!--{$smarty.const.MOBILE_URL_DIR}-->products/list.php"> 15 15 <center> 16 16 <input type="hidden" name="mode" value="search"> -
branches/dev/data/Smarty/templates/mobile/regist/complete.tpl
r11686 r11800 26 26 27 27 <!--{if !$tpl_cart_empty}--> 28 <a href="<!--{$smarty.const. URL_DIR}-->shopping/deliv.php">¤´Ãíʸ¼ê³¤¤Ø¿Ê¤à</a><br>28 <a href="<!--{$smarty.const.MOBILE_URL_DIR}-->shopping/deliv.php">¤´Ãíʸ¼ê³¤¤Ø¿Ê¤à</a><br> 29 29 <!--{/if}--> 30 30 -
branches/dev/data/Smarty/templates/mobile/shopping/index.tpl
r11686 r11800 14 14 ¢£½é¤á¤Æ¤´Ãíʸ¤ÎÊý<br> 15 15 (¿·µ¬¤´ÅÐÏ¿)<br> 16 <form name="member_form" id="member_form" method="post" action="<!--{$smarty.const. URL_DIR}-->entry/kiyaku.php">16 <form name="member_form" id="member_form" method="post" action="<!--{$smarty.const.MOBILE_URL_DIR}-->entry/kiyaku.php"> 17 17 <div align="center"><input type="submit" value="¿·µ¬ÅÐÏ¿"></div><br> 18 18 </form> … … 38 38 <input type="password" name="<!--{$key}-->" maxlength="<!--{$arrForm[$key].length}-->" size="40" istyle="3"><br> 39 39 <center><input type="submit" value="Á÷¿®" name="log"></center><br> 40 <a href="<!--{$smarty.const. URL_DIR}-->forgot/index.php">¥Ñ¥¹¥ï¡¼¥É¤ò¤ªËº¤ì¤ÎÊý¤Ï¤³¤Á¤é</a><br>40 <a href="<!--{$smarty.const.MOBILE_URL_DIR}-->forgot/index.php">¥Ñ¥¹¥ï¡¼¥É¤ò¤ªËº¤ì¤ÎÊý¤Ï¤³¤Á¤é</a><br> 41 41 </form> 42 42 <!--¢¥²ñ°÷ÅÐÏ¿¤¬¤ªºÑ¤Î¤ªµÒÍÍ--> -
branches/dev/data/Smarty/templates/mobile/top.tpl
r11692 r11800 13 13 14 14 <!-- ¢§¿·Ãå¾ðÊó ¤³¤³¤«¤é --> 15 <!--{include_php file=`$smarty.const. HTML_PATH`frontparts/bloc/news.php}-->15 <!--{include_php file=`$smarty.const.MOBILE_HTML_PATH`frontparts/bloc/news.php}--> 16 16 <!-- ¢¥¿·Ãå¾ðÊó ¤³¤³¤Þ¤Ç --> 17 17 … … 20 20 <!-- ¢§¥Ô¥Ã¥¯¥¢¥Ã¥×¾¦ÉÊ ¤³¤³¤«¤é --> 21 21 <hr> 22 <!--{include_php file=`$smarty.const. HTML_PATH`frontparts/bloc/best5.php}-->22 <!--{include_php file=`$smarty.const.MOBILE_HTML_PATH`frontparts/bloc/best5.php}--> 23 23 <hr> 24 24 <!-- ¢¥¥Ô¥Ã¥¯¥¢¥Ã¥×¾¦ÉÊ ¤³¤³¤Þ¤Ç --> … … 28 28 <!-- ¢§¥á¥Ë¥å¡¼ ¤³¤³¤«¤é --> 29 29 <!--{1|numeric_emoji}-->¾¦ÉÊ¥«¥Æ¥´¥ê<br> 30 <!--{include_php file=`$smarty.const. HTML_PATH`frontparts/bloc/category.php}-->30 <!--{include_php file=`$smarty.const.MOBILE_HTML_PATH`frontparts/bloc/category.php}--> 31 31 <a href="products/search.php" accesskey="2"><!--{2|numeric_emoji}-->¾¦Éʸ¡º÷</a><br> 32 32 <!--{if $isLogin eq true}--> -
branches/dev/data/conf/mobile.conf
r11799 r11800 19 19 //-------------------------------------------------------------------------------------------------------- 20 20 // conf.php ¤ÇÄêµÁ¤µ¤ì¤ëÄê¿ô¤Î¤¦¤Á¡¢¥â¥Ð¥¤¥ë¥µ¥¤¥ÈÍѤËÊѹ¹¤¬É¬Íפʤâ¤Î 21 define ('MOBILE_HTML_PATH', HTML_PATH); 22 define ('MOBILE_URL_DIR', URL_DIR); 23 define ('MOBILE_SITE_URL', SITE_URL); 24 define ('MOBILE_SSL_URL', SSL_URL); 21 25 22 26 define('TEMPLATE_DIR', DATA_PATH . 'Smarty/templates/mobile'); // SMARTY¥Æ¥ó¥×¥ì¡¼¥È
Note: See TracChangeset
for help on using the changeset viewer.