Author: kono
Date: 2010-10-13 17:08:19 -0700 (Wed, 13 Oct 2010)
New Revision: 22233
Modified:
new_cytoscape_website/trunk/css/main.css
new_cytoscape_website/trunk/download.php
new_cytoscape_website/trunk/js/menu_generator.js
Log:
Plder versions are moved to download.php page.
Modified: new_cytoscape_website/trunk/css/main.css
===================================================================
--- new_cytoscape_website/trunk/css/main.css 2010-10-13 23:33:59 UTC (rev
22232)
+++ new_cytoscape_website/trunk/css/main.css 2010-10-14 00:08:19 UTC (rev
22233)
@@ -527,10 +527,8 @@
height:36px;
}
-#download .blockleft, #download .blockright {
- height:700px;
-}
+
#people {
margin-bottom:10px;
}
Modified: new_cytoscape_website/trunk/download.php
===================================================================
--- new_cytoscape_website/trunk/download.php 2010-10-13 23:33:59 UTC (rev
22232)
+++ new_cytoscape_website/trunk/download.php 2010-10-14 00:08:19 UTC (rev
22233)
@@ -94,8 +94,22 @@
<div class="blockright">
<h2>Older Versions</h2>
- <h3>File borwser</h3>
- <h3>widget will be placed here...</h3>
+ <ul>
+ <li><a href="http://chianti.ucsd.edu/Cyto2.1/">2.1</a></li>
+ <li><a href="http://chianti.ucsd.edu/Cyto-2_2/">2.2</a></li>
+ <li><a href="http://chianti.ucsd.edu/Cyto-2_3/">2.3.0</a></li>
+ <li><a href="http://chianti.ucsd.edu/Cyto-2_3_1/">2.3.1</a></li>
+ <li><a href="http://chianti.ucsd.edu/Cyto-2_3_2/">2.3.2</a></li>
+ <li><a href="http://chianti.ucsd.edu/Cyto-2_4/">2.4.0</a></li>
+ <li><a href="http://chianti.ucsd.edu/Cyto-2_4_1/">2.4.1</a></li>
+ <li><a href="http://chianti.ucsd.edu/Cyto-2_5/">2.5.0</a></li>
+ <li><a href="http://chianti.ucsd.edu/Cyto-2_5_1/">2.5.1</a></li>
+ <li><a href="http://chianti.ucsd.edu/Cyto-2_5_2/">2.5.2</a></li>
+ <li><a href="http://chianti.ucsd.edu/Cyto-2_6_0/">2.6.0</a></li>
+ <li><a href="http://chianti.ucsd.edu/Cyto-2_6_1/">2.6.1</a></li>
+ <li><a href="http://chianti.ucsd.edu/Cyto-2_6_2/">2.6.2</a></li>
+ <li><a href="http://chianti.ucsd.edu/Cyto-2_6_3/">2.6.3</a></li>
+ </ul>
<hr />
Modified: new_cytoscape_website/trunk/js/menu_generator.js
===================================================================
--- new_cytoscape_website/trunk/js/menu_generator.js 2010-10-13 23:33:59 UTC
(rev 22232)
+++ new_cytoscape_website/trunk/js/menu_generator.js 2010-10-14 00:08:19 UTC
(rev 22233)
@@ -8,7 +8,6 @@
appendMainMenuItems();
appendIntro();
- appendDownload();
appendPlugin();
appendDocument();
appendCommunity();
@@ -107,14 +106,6 @@
);
}
-function appendDownload() {
- $("#downloadMenu").append("<ul>" +
- "<li><a href=\"" + baseURL + "download.html\">Latest
Release</a></li>" +
- "<li><a href=\"" + betaVersionURL + "\">Beta Version</a></li>" +
- "<li><a href=\"" + baseURL + "older_versions.html\">Older
Versions</a></li></ul>"
- );
-}
-
function appendCommunity() {
$("#communityMenu").append("<ul>" +
"<li><a href=\"" + baseURL + "development_team.html\">Developer
Team</a></li>" +
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.