svn commit: r15846 - trunk/www

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: penyaskito
Date: 2008-10-01 20:32:51-0700
New Revision: 15846

Removed:
   trunk/www/download.js
Modified:
   trunk/www/test.html

Log:
Removed external js.

Removed: trunk/www/download.js
Url: http://argouml.tigris.org/source/browse/argouml/trunk/www/download.js?view=auto&rev=15845

Modified: trunk/www/test.html
Url: http://argouml.tigris.org/source/browse/argouml/trunk/www/test.html?view=diff&rev=15846&p1=trunk/www/test.html&p2=trunk/www/test.html&r1=15845&r2=15846
==============================================================================
--- trunk/www/test.html	(original)
+++ trunk/www/test.html	2008-10-01 20:32:51-0700
@@ -1,6 +1,5 @@
 <html>

 <head>

- <script type="text/javascript" src="download.js"></script>

  <style type="text/css">

  #highlights {

  

@@ -26,8 +25,8 @@
  .clear { clear:both;}

  #intro {

     background: url(images/argologo100x100.gif) no-repeat;

-    padding-left:120px;

-    width: 70%;

+    padding: 5px 5px 5px 110px;

+    width: 65%;

     float:left;

  }

     #intro h1 {

@@ -36,9 +35,10 @@
     

  #downloads {

     background: url(images/download.png) no-repeat;

-    width:25%;

+    width:20%;

     float:left;

     height:150px;

+    margin-left:5px;

     style:block;

  }

     #downloads a{

@@ -97,7 +97,18 @@
 </script>

 

 <script type="text/javascript">

-WriteLink();

+    if (navigator.appVersion.indexOf("Win")!=-1) {

+        document.write("<a href='http://argouml-downloads.tigris.org/nonav/argouml-0.26/ArgoUML-0.26-setup.exe'  onClick=\"javascript:urchinTracker('DOWNLOAD/ArgoUML-0.26-setup.exe')\">0.26 (Windows)</a>");

+    }

+    else if (navigator.appVersion.indexOf("Mac")!=-1) {

+        document.write("<a href='http://argouml-downloads.tigris.org/nonav/argouml-0.26/ArgoUML-0.26.app.tgz'  onClick=\"javascript:urchinTracker('DOWNLOAD/ArgoUML-0.26.app.tgz')\">0.26 (Mac)</a>");

+    }

+    else if (window.navigator.userAgent.indexOf("X11")!=-1) {

+        document.write("<a href='http://argouml-downloads.tigris.org/nonav/argouml-0.26/ArgoUML-0.26.tar.gz'  onClick=\"javascript:urchinTracker('DOWNLOAD/ArgoUML-0.26.tar.gz')\">0.26 (Linux/BSD)</a>");

+    }

+    else {

+        document.write("<a href='http://argouml-downloads.tigris.org/nonav/argouml-0.26/ArgoUML-0.26.zip'  onClick=\"javascript:urchinTracker('DOWNLOAD/ArgoUML-0.26.zip')\">0.26</a>");

+    }

 </script>

 </div>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.