Changeset 8344
- Timestamp:
- 2006/11/16 11:45:35 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/downloads/module/mdl_epsilon/convenience.php (modified) (1 diff)
-
html/shopping/complete.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/downloads/module/mdl_epsilon/convenience.php
r8337 r8344 113 113 $conveni_type = lfSetConvMSG("¥³¥ó¥Ó¥Ë¤Î¼ïÎà",$arrConvenience[$conveni_code]); // ¥³¥ó¥Ó¥Ë¤Î¼ïÎà 114 114 $receipt_no = lfSetConvMSG("ʧ¹þɼÈÖ¹æ",sfGetXMLValue($arrXML,'RESULT','RECEIPT_NO')); // ʧ¹þɼÈÖ¹æ 115 $payment_url = lfSetConvMSG("ʧ¹þɼURL", "<a href=''>" . sfGetXMLValue($arrXML,'RESULT','HARAIKOMI_URL') . "</a>"); // ʧ¹þɼURL115 $payment_url = lfSetConvMSG("ʧ¹þɼURL",sfGetXMLValue($arrXML,'RESULT','HARAIKOMI_URL')); // ʧ¹þɼURL 116 116 $company_code = lfSetConvMSG("´ë¶È¥³¡¼¥É",sfGetXMLValue($arrXML,'RESULT','KIGYOU_CODE')); // ´ë¶È¥³¡¼¥É 117 117 $order_no = lfSetConvMSG("¼õÉÕÈÖ¹æ",sfGetXMLValue($arrXML,'RESULT','ORDER_NUMBER')); // ¼õÉÕÈÖ¹æ -
temp/trunk/html/shopping/complete.php
r8343 r8344 70 70 if (preg_match('/^(https?|ftp)(:\/\/[-_.!~*\'()a-zA-Z0-9;\/?:\@&=+\$,%#]+)$/', $val["value"])) { 71 71 $arrOther[$key]["value"] = "<a href='#' onClick=\"window.open('". $val . "'); \" >" . $val ."</a>"; 72 sfprintr($arrOther);73 72 } 74 73 } 75 76 74 77 75 $objPage->arrOther = $arrOther; 78 76
Note: See TracChangeset
for help on using the changeset viewer.
