Changeset 15052 for branches


Ignore:
Timestamp:
2007/07/17 20:48:09 (17 years ago)
Author:
adati
Message:

タグ修正・コメント追加

Location:
branches/dev/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/downloads/module/mdl_ebis_tag/ebis_tag_text.tpl

    r15049 r15052  
    1 <!-- EBiS tag version2.00 start --> 
     1<!-- EBiS tag version2.10 start --> 
    22<script type="text/javascript"> 
    33if ( location.protocol == 'http:' ){  
    4     strServerName = <!--{$arrEbis.login_url}-->;  
     4    strServerName = '<!--{$arrEbis.login_url}-->';  
    55} else {  
    66    strServerName = 'https://secure2.ebis.ne.jp/ver3'; 
     
    1010</script> 
    1111<noscript> 
    12 <img src="https://secure2.ebis.ne.jp/ver3/log.php?argument=<!--{$arrEbis.cid}-->&ebisPageID=<!--{$arrEbis.pid}-->" width="0" height="0"> 
     12<img src="https://secure2.ebis.ne.jp/ver3/log.php?argument=<!--{$arrEbis.cid}-->&ebisPageID=<!--{$arrEbis.pid}-->&ebisMember=<!--{$arrEbis.m1id}-->&ebisAmount=<!--{$arrEbis.a1id}-->&ebisOther1=<!--{$arrEbis.o1id}-->&ebisOther2=<!--{$arrEbis.o2id}-->&ebisOther3=<!--{$arrEbis.o3id}-->&ebisOther4=<!--{$arrEbis.o4id}-->&ebisOther5=<!--{$arrEbis.o5id}-->" width="0" height="0"> 
    1313</noscript> 
    1414<!-- EBiS tag end --> 
  • branches/dev/data/include/module.inc

    r15049 r15052  
    44class LC_EbisPage { 
    55    function LC_EbisPage() { 
    6         $this->tpl_mainpage = MODULE_PATH . "ebis_tag_text.tpl"; 
     6        $this->tpl_mainpage = MODULE_PATH . "mdl_ebis_tag/ebis_tag_text.tpl"; 
    77    } 
    88} 
     
    6969} 
    7070 
     71// ¹ØÆþ´°Î»²èÌ̤Υ¨¥Ó¥¹¥¿¥°¤òÀßÄê 
    7172function lfSetThanksPegeTag(&$arrEbis, $arrSubData){ 
    7273    $pattern = "|/shopping/complete.php$|"; 
Note: See TracChangeset for help on using the changeset viewer.