source: branches/feature-module-update/data/Smarty/templates/default/conversion_tag.tpl @ 16582

Revision 16582, 2.1 KB checked in by nanasess, 16 years ago (diff)

ライセンス表記変更

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/html; charset=UTF-8
Line 
1<!--{*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
5 *
6 * http://www.lockon.co.jp/
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
21 }-->
22<SCRIPT LANGUAGE="JavaScript">
23<!-- Overture Services Inc. 07/15/2003
24var cc_tagVersion = "1.0";
25var cc_accountID = "6424002620";
26var cc_marketID =  "4";
27var cc_protocol="http";
28var cc_subdomain = "convctr";
29if(location.protocol == "https:")
30{
31    cc_protocol="https";
32     cc_subdomain="convctrs";
33}
34var cc_queryStr = "?" + "ver=" + cc_tagVersion + "&aID=" + cc_accountID + "&mkt=" + cc_marketID +"&ref=" + escape(document.referrer);
35var cc_imageUrl = cc_protocol + "://" + cc_subdomain + ".overture.com/images/cc/cc.gif" + cc_queryStr;
36var cc_imageObject = new Image();
37cc_imageObject.src = cc_imageUrl;
38// -->
39</SCRIPT>
40
41<!-- Google Code for Purchase Conversion Page -->
42<script language="JavaScript" type="text/javascript">
43<!--
44var google_conversion_id = 1068492607;
45var google_conversion_language = "ja";
46var google_conversion_format = "1";
47var google_conversion_color = "FFFFFF";
48if (1.0) {
49  var google_conversion_value = 1.0;
50}
51var google_conversion_label = "Purchase";
52//-->
53</script>
54<script language="JavaScript" src="https://www.googleadservices.com/pagead/conversion.js">
55</script>
56<noscript>
57<img height=1 width=1 border=0 src="https://www.googleadservices.com/pagead/conversion/1068492607/?value=1.0&label=Purchase&script=0">
58</noscript>
59
60           
Note: See TracBrowser for help on using the repository browser.