Author: bobtarling Date: 2010-02-15 06:01:36-0800 New Revision: 18018 Modified: trunk/www/index.html
Log: Show beta link Modified: trunk/www/index.html Url: http://argouml.tigris.org/source/browse/argouml/trunk/www/index.html?view=diff&pathrev=18018&r1=18017&r2=18018 ============================================================================== --- trunk/www/index.html (original) +++ trunk/www/index.html 2010-02-15 06:01:36-0800 @@ -137,18 +137,17 @@ </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_5/" >Download and test ArgoUML 0.28 BETA 5</a> +<a href="http://argouml-downloads.tigris.org/argouml-0.30.BETA_1/" >Download and test ArgoUML 0.30 BETA 1</a> <script type="text/javascript"> document.write("</div>"); </script> <script type="text/javascript"> - var LAST_BETA_VERSION = "0.28.BETA_5"; + var LAST_BETA_VERSION = "0.30.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>"); } @@ -167,7 +166,6 @@ } </script> </div> ---> <div style="clear:both;" /> ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2447735 To unsubscribe from this discussion, e-mail: [[email protected]].
