mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-08-07 17:49:34 +00:00
-- added google analytics tracking code
-- upon release gaTrackingId should be passed on the command line or in settings git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@660 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
@@ -1,6 +1,21 @@
|
|||||||
<project>
|
<project>
|
||||||
<body>
|
<body>
|
||||||
<!--<menu ref="parent" inherit="bottom"/>-->
|
<!--<menu ref="parent" inherit="bottom"/>-->
|
||||||
|
<head>
|
||||||
|
<script type="text/javascript">
|
||||||
|
|
||||||
|
var _gaq = _gaq || [];
|
||||||
|
_gaq.push(['_setAccount', '${gaTrackingId']);
|
||||||
|
_gaq.push(['_trackPageview']);
|
||||||
|
|
||||||
|
(function() {
|
||||||
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||||
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||||
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
|
||||||
<menu name="Alfresco AMP Archetype">
|
<menu name="Alfresco AMP Archetype">
|
||||||
<item name="Introduction" href="index.html"/>
|
<item name="Introduction" href="index.html"/>
|
||||||
|
@@ -1,6 +1,21 @@
|
|||||||
<project>
|
<project>
|
||||||
<body>
|
<body>
|
||||||
<!--<menu ref="parent" inherit="bottom"/>-->
|
<!--<menu ref="parent" inherit="bottom"/>-->
|
||||||
|
<head>
|
||||||
|
<script type="text/javascript">
|
||||||
|
|
||||||
|
var _gaq = _gaq || [];
|
||||||
|
_gaq.push(['_setAccount', '${gaTrackingId']);
|
||||||
|
_gaq.push(['_trackPageview']);
|
||||||
|
|
||||||
|
(function() {
|
||||||
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||||
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||||
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
|
||||||
<menu name="Alfresco Maven Plugin">
|
<menu name="Alfresco Maven Plugin">
|
||||||
<item name="Introduction" href="index.html"/>
|
<item name="Introduction" href="index.html"/>
|
||||||
|
@@ -32,7 +32,21 @@
|
|||||||
<publishDate position="navigation-bottom" format="MM-dd-yy" />
|
<publishDate position="navigation-bottom" format="MM-dd-yy" />
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<head>
|
||||||
|
<script type="text/javascript">
|
||||||
|
|
||||||
|
var _gaq = _gaq || [];
|
||||||
|
_gaq.push(['_setAccount', '${gaTrackingId']);
|
||||||
|
_gaq.push(['_trackPageview']);
|
||||||
|
|
||||||
|
(function() {
|
||||||
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||||
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||||
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
<!--<menu ref="modules" inherit="bottom"/>-->
|
<!--<menu ref="modules" inherit="bottom"/>-->
|
||||||
|
|
||||||
<!--<menu ref="parent" inherit="bottom"/>-->
|
<!--<menu ref="parent" inherit="bottom"/>-->
|
||||||
|
@@ -31,7 +31,21 @@
|
|||||||
<publishDate position="navigation-bottom" format="MM-dd-yy" />
|
<publishDate position="navigation-bottom" format="MM-dd-yy" />
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<head>
|
||||||
|
<script type="text/javascript">
|
||||||
|
|
||||||
|
var _gaq = _gaq || [];
|
||||||
|
_gaq.push(['_setAccount', '${gaTrackingId']);
|
||||||
|
_gaq.push(['_trackPageview']);
|
||||||
|
|
||||||
|
(function() {
|
||||||
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||||
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||||
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||||
|
})();
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
<menu name="Maven Alfresco SDK">
|
<menu name="Maven Alfresco SDK">
|
||||||
<item name="Introduction" href="index.html"/>
|
<item name="Introduction" href="index.html"/>
|
||||||
<item name="Maven Alfresco SDK Prerequisites" href="prerequisites.html" />
|
<item name="Maven Alfresco SDK Prerequisites" href="prerequisites.html" />
|
||||||
|
Reference in New Issue
Block a user