Changeset 15057


Ignore:
Timestamp:
2007/07/18 10:59:12 (17 years ago)
Author:
adati
Message:
 
File:
1 edited

Legend:

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

    r15052 r15057  
    22<script type="text/javascript"> 
    33if ( location.protocol == 'http:' ){  
    4     strServerName = '<!--{$arrEbis.login_url}-->';  
     4    strServerName = '<!--{$arrEbis.login_url|escape}-->';  
    55} else {  
    66    strServerName = 'https://secure2.ebis.ne.jp/ver3'; 
    77} 
    8 cid = '<!--{$arrEbis.cid}-->'; pid = '<!--{$arrEbis.pid}-->'; m1id='<!--{$arrEbis.m1id}-->'; a1id='<!--{$arrEbis.a1id}-->'; o1id='<!--{$arrEbis.o1id}-->'; o2id='<!--{$arrEbis.o2id}-->'; o3id='<!--{$arrEbis.o3id}-->'; o4id='<!--{$arrEbis.o4id}-->'; o5id='<!--{$arrEbis.o5id}-->'; 
     8cid = '<!--{$arrEbis.cid|escape}-->'; pid = '<!--{$arrEbis.pid|escape}-->'; m1id='<!--{$arrEbis.m1id|escape}-->'; a1id='<!--{$arrEbis.a1id|escape}-->'; o1id='<!--{$arrEbis.o1id|escape}-->'; o2id='<!--{$arrEbis.o2id|escape}-->'; o3id='<!--{$arrEbis.o3id|escape}-->'; o4id='<!--{$arrEbis.o4id|escape}-->'; o5id='<!--{$arrEbis.o5id|escape}-->'; 
    99document.write("<scr" + "ipt type=\"text\/javascript\" src=\"" + strServerName + "\/ebis_tag.php?cid=" + cid + "&pid=" + pid + "&m1id=" + m1id + "&a1id=" + a1id + "&o1id=" + o1id + "&o2id=" + o2id + "&o3id=" + o3id + "&o4id=" + o4id + "&o5id=" + o5id + "\"><\/scr" + "ipt>"); 
    1010</script> 
    1111<noscript> 
    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"> 
     12<img src="https://secure2.ebis.ne.jp/ver3/log.php?argument=<!--{$arrEbis.cid|escape}-->&ebisPageID=<!--{$arrEbis.pid|escape}-->&ebisMember=<!--{$arrEbis.m1id|escape}-->&ebisAmount=<!--{$arrEbis.a1id|escape}-->&ebisOther1=<!--{$arrEbis.o1id|escape}-->&ebisOther2=<!--{$arrEbis.o2id|escape}-->&ebisOther3=<!--{$arrEbis.o3id|escape}-->&ebisOther4=<!--{$arrEbis.o4id|escape}-->&ebisOther5=<!--{$arrEbis.o5id|escape}-->" width="0" height="0"> 
    1313</noscript> 
    1414<!-- EBiS tag end --> 
Note: See TracChangeset for help on using the changeset viewer.