Subversion Repositories SmartDukaan

Rev

Rev 4051 | Rev 4136 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4051 Rev 4053
Line 2... Line 2...
2
<html xmlns="http://www.w3.org/1999/xhtml">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
<head>
3
<head>
4
	<!-- Google Website Optimizer Tracking Script -->
4
	<!-- Google Website Optimizer Tracking Script -->
5
<script type="text/javascript">
5
<script type="text/javascript">
6
  var _gaq = _gaq || [];
6
  var _gaq = _gaq || [];
7
  _gaq.push(['gwo._setAccount', 'UA-26682619-1']);
7
  _gaq.push(['gwo._setAccount', '${in.shop2020.ABTestgaAccountID}']);
8
  _gaq.push(['gwo._trackPageview', '/1425815630/goal']);
8
  _gaq.push(['gwo._trackPageview', '/${in.shop2020.ABTestExperimentID}/goal']);
9
  (function() {
9
  (function() {
10
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
10
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
11
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
11
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
12
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
12
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
13
  })();
13
  })();
Line 56... Line 56...
56
        </div>
56
        </div>
57
	</div>
57
	</div>
58
</div>
58
</div>
59
 
59
 
60
#include("templates/footer.vm")
60
#include("templates/footer.vm")
61
 
-
 
62
#include ( "templates/commonjsfiles.vm" )
61
#include ( "templates/commonjsfiles.vm" )
63
<!-- Google Website Optimizer Tracking Script -->
-
 
64
<script type="text/javascript">
-
 
65
  var _gaq = _gaq || [];
-
 
66
  _gaq.push(['gwo._setAccount', 'UA-26682619-1']);
-
 
67
  _gaq.push(['gwo._trackPageview', '/1425815630/goal']);
-
 
68
  (function() {
-
 
69
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-
 
70
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-
 
71
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-
 
72
  })();
-
 
73
</script>
-
 
74
<!-- End of Google Website Optimizer Tracking Script -->
-
 
75
 
-
 
76
</body>
62
</body>
77
</html>
63
</html>
78
64