- Timestamp:
- 2006/08/28 12:04:32 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 9 edited
-
data/Smarty/templates/entry/complete.tpl (modified) (previous)
-
data/Smarty/templates/mypage/history.tpl (modified) (previous)
-
data/Smarty/templates/mypage/reading.tpl (modified) (previous)
-
data/Smarty/templates/mypage/refusal_complete.tpl (modified) (previous)
-
html/entry/complete.php (modified) (1 diff)
-
html/mypage/history.php (modified) (1 diff)
-
html/mypage/reading.php (modified) (2 diffs)
-
html/mypage/refusal_complete.php (modified) (1 diff)
-
html/shopping/deliv.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/entry/complete.php
r1328 r2192 13 13 $objView = new SC_SiteView(); 14 14 15 // ¥µ¥¤¥È¾ðÊó¤ò¼èÆÀ16 $objSiteInfo = new SC_SiteInfo();17 $arrInfo = $objSiteInfo->data;18 $objPage->arrInfo = $arrInfo;19 15 20 16 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ -
temp/trunk/html/mypage/history.php
r1328 r2192 39 39 $arrRet = sfGetDelivTime($objPage->arrDisp['payment_id']); 40 40 $objPage->arrDelivTime = sfArrKeyValue($arrRet, 'time_id', 'time'); 41 $objSiteInfo = new SC_SiteInfo(); 42 $arrInfo = $objSiteInfo->data; 43 // ´ðËܾðÊó¤òÅϤ¹ 44 $objPage->arrInfo = $arrInfo; 45 41 46 42 //¥Þ¥¤¥Ú¡¼¥¸¥È¥Ã¥×¸ÜµÒ¾ðÊóɽ¼¨ÍÑ 47 43 $objPage->CustomerName1 = $objCustomer->getvalue('name01'); 48 44 $objPage->CustomerName2 = $objCustomer->getvalue('name02'); 49 45 $objPage->CustomerPoint = $objCustomer->getvalue('point'); 50 51 46 } 52 53 54 47 55 48 $objView->assignobj($objPage); -
temp/trunk/html/mypage/reading.php
r1328 r2192 18 18 $objView = new SC_SiteView(); 19 19 $objCustomer = new SC_Customer(); 20 $objSiteInfo = new SC_SiteInfo();21 20 22 21 //¥í¥°¥¤¥óȽÄê … … 27 26 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ 28 27 $objPage = sfGetPageLayout($objPage, false, "mypage/index.php"); 29 30 // ´ðËܾðÊó¤Î¼èÆÀ31 $objPage->arrInfo = $objSiteInfo->data;32 28 33 29 //ÍúÎò¤Îºï½ü -
temp/trunk/html/mypage/refusal_complete.php
r1328 r2192 23 23 $objPage->CustomerPoint = $objCustomer->getvalue('point'); 24 24 25 // ¥µ¥¤¥È¾ðÊó¤ò¼èÆÀ26 $objSiteInfo = new SC_SiteInfo();27 $arrInfo = $objSiteInfo->data;28 $objPage->arrInfo = $arrInfo;29 30 25 // ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ 31 26 $objPage = sfGetPageLayout($objPage, false, "mypage/index.php"); -
temp/trunk/html/shopping/deliv.php
r1328 r2192 27 27 $objSiteSess = new SC_SiteSession(); 28 28 $objCartSess = new SC_CartSession(); 29 $objSiteInfo = new SC_SiteInfo();30 29 $objCustomer = new SC_Customer(); 31 30 // ¥¯¥Ã¥¡¼´ÉÍý¥¯¥é¥¹
Note: See TracChangeset
for help on using the changeset viewer.
