source: branches/dev/data/downloads/module/mdl_ebis_tag/ebis_tag_text.tpl @ 15052

Revision 15052, 1.2 KB checked in by adati, 17 years ago (diff)

タグ修正・コメント追加

Line 
1<!-- EBiS tag version2.10 start -->
2<script type="text/javascript">
3if ( location.protocol == 'http:' ){
4    strServerName = '<!--{$arrEbis.login_url}-->';
5} else {
6    strServerName = 'https://secure2.ebis.ne.jp/ver3';
7}
8cid = '<!--{$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}-->';
9document.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>");
10</script>
11<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">
13</noscript>
14<!-- EBiS tag end -->
Note: See TracBrowser for help on using the repository browser.