Author: dthompson Date: 2009-04-06 13:07:24-0700 New Revision: 17059 Modified: trunk/www/index2.html
Log: Tweaking google analytics tracker link settings in dummy site. Modified: trunk/www/index2.html Url: http://argouml.tigris.org/source/browse/argouml/trunk/www/index2.html?view=diff&pathrev=17059&r1=17058&r2=17059 ============================================================================== --- trunk/www/index2.html (original) +++ trunk/www/index2.html 2009-04-06 13:07:24-0700 @@ -128,7 +128,7 @@ <script type="text/javascript"> var LAST_STABLE_VERSION = "0.28"; if (navigator.appVersion.indexOf("Win")!=-1) { - document.write("<a href='http://argouml-downloads.tigris.org/nonav/argouml-"+LAST_STABLE_VERSION+"/ArgoUML-" + LAST_STABLE_VERSION +"-setup.exe' onClick=\"javascript:pageTracker._trackPageview('http://argouml-downloads.tigris.org/DOWNtestLOAD/ArgoUML-"+LAST_STABLE_VERSION+"-setup.exe')\">Download ArgoUML "+LAST_STABLE_VERSION + " (Windows)</a>"); + document.write("<a href='http://argouml-downloads.tigris.org/nonav/argouml-"+LAST_STABLE_VERSION+"/ArgoUML-" + LAST_STABLE_VERSION +"-setup.exe' onClick=\"pageTracker._setDomainName('argouml-downloads.tigris.org'); javascript:pageTracker._trackPageview('DOWNtest2LOAD/ArgoUML-"+LAST_STABLE_VERSION+"-setup.exe')\">Download ArgoUML "+LAST_STABLE_VERSION + " (Windows)</a>"); } else if (navigator.appVersion.indexOf("Mac")!=-1) { document.write("<a href='http://argouml-downloads.tigris.org/nonav/argouml-"+LAST_STABLE_VERSION+"/ArgoUML-" + LAST_STABLE_VERSION +".app.tgz' onClick=\"javascript:pageTracker._trackPageview('http://argouml-downloads.tigris.org/DOWNLOAD/ArgoUML-"+LAST_STABLE_VERSION+".app.tgz')\">Download ArgoUML "+LAST_STABLE_VERSION + " (Mac)</a>"); ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=1564958 To unsubscribe from this discussion, e-mail: [[email protected]].
