svn commit: r16825 - trunk/www/index.html
Bob Tarling <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: bobtarling
Date: 2009-02-22 04:30:12-0800
New Revision: 16825
Modified:
trunk/www/index.html
Log:
Replace the beta link we used last time
Modified: trunk/www/index.html
Url: http://argouml.tigris.org/source/browse/argouml/trunk/www/index.html?view=diff&pathrev=16825&r1=16824&r2=16825
==============================================================================
--- trunk/www/index.html (original)
+++ trunk/www/index.html 2009-02-22 04:30:12-0800
@@ -136,6 +136,38 @@
</script>
</div>
+<!-- comment out the entire contents of this div when not in beta phase -->
+<div id="downloads-beta">
+<script type="text/javascript">
+document.write("<div style='display:none;'>");
+</script>
+<a href="http://argouml-downloads.tigris.org/argouml-0.28.BETA_1/" >Download and test ArgoUML 0.28 BETA 1</a>
+<script type="text/javascript">
+document.write("</div>");
+</script>
+
+<script type="text/javascript">
+ var LAST_BETA_VERSION = "0.28.BETA_1";
+ if (navigator.appVersion.indexOf("Win")!=-1) {
+ document.write("<a href='http://argouml-downloads.tigris.org/nonav/argouml-"+LAST_BETA_VERSION+"/ArgoUML-" + LAST_BETA_VERSION +"-setup.exe' onClick=\"javascript:urchinTracker('DOWNLOAD/ArgoUML-"+LAST_BETA_VERSION+"-setup.exe')\">Download and test ArgoUML "+LAST_BETA_VERSION + " (Windows)</a>");
+ }
+ else if (navigator.appVersion.indexOf("Mac")!=-1) {
+ document.write("<a href='http://argouml-downloads.tigris.org/nonav/argouml-"+LAST_BETA_VERSION+"/ArgoUML-" + LAST_BETA_VERSION +".app.tgz' onClick=\"javascript:urchinTracker('DOWNLOAD/ArgoUML-"+LAST_BETA_VERSION+".app.tgz')\">Download and test ArgoUML "+LAST_BETA_VERSION + " (Mac)</a>");
+ }
+ else if (window.navigator.userAgent.indexOf("X11")!=-1) {
+ document.write("<a href='http://argouml-downloads.tigris.org/nonav/argouml-"+LAST_BETA_VERSION+"/ArgoUML-" + LAST_BETA_VERSION +".tar.gz' onClick=\"javascript:urchinTracker('DOWNLOAD/ArgoUML-"+LAST_BETA_VERSION+".tar.gz')\">Download and test ArgoUML "+LAST_BETA_VERSION+" (Linux/BSD)</a>");
+ }
+ else if (window.navigator.userAgent.indexOf("Linux")!=-1) {
+ document.write("<a href='http://argouml-downloads.tigris.org/nonav/argouml-"+LAST_BETA_VERSION+"/ArgoUML-" + LAST_BETA_VERSION +".tar.gz' onClick=\"javascript:urchinTracker('DOWNLOAD/ArgoUML-"+LAST_BETA_VERSION+".tar.gz')\">Download and test ArgoUML "+LAST_BETA_VERSION+" (Linux/BSD)</a>");
+ }
+
+ else {
+ document.write("<a href='http://argouml-downloads.tigris.org/nonav/argouml-"+LAST_BETA_VERSION+"/ArgoUML-" + LAST_BETA_VERSION +".zip' onClick=\"javascript:urchinTracker('DOWNLOAD/ArgoUML-"+LAST_BETA_VERSION+".zip')\">Download and test ArgoUML "+LAST_BETA_VERSION+"</a>");
+ }
+</script>
+</div>
+
+
<div style="clear:both;" />
<div id="news" class="block">
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=1208557
To unsubscribe from this discussion, e-mail: [[email protected]].