Author: pwang
Date: 2011-05-19 11:27:47 -0700 (Thu, 19 May 2011)
New Revision: 25499
Modified:
new_cytoscape_website/trunk/js/menu_generator.js
Log:
Add a link to "Cytoscape at open tutirials"
Modified: new_cytoscape_website/trunk/js/menu_generator.js
===================================================================
--- new_cytoscape_website/trunk/js/menu_generator.js 2011-05-19 17:47:06 UTC
(rev 25498)
+++ new_cytoscape_website/trunk/js/menu_generator.js 2011-05-19 18:27:47 UTC
(rev 25499)
@@ -98,7 +98,8 @@
"<li><a href=\"" + baseURL + "documentation_users.html\">for
Users</a></li>" +
"<li><a href=\"" + baseURL +
"documentation_developers.html\">for Developers</a></li>" +
"<li><a href=\"" + baseURL + "release_notes_" +
latestVersion_underscore + ".html\">" + latestVersion + " Release
Notes</a></li>" +
- "<li><a href=\"http://cytoscape.wodaklab.org/wiki/\">Cytoscape
Wiki</a></li></ul>"
+ "<li><a href=\"http://cytoscape.wodaklab.org/wiki/\">Cytoscape
Wiki</a></li>" +
+ "<li><a
href=\"http://opentutorials.cgl.ucsf.edu/index.php/Portal:Cytoscape\">Cytoscape
at Open Tutorials</a></li></ul>"
);
}
--
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.