Author: apico
Date: 2012-06-12 15:27:04 -0700 (Tue, 12 Jun 2012)
New Revision: 29540

Modified:
   new_cytoscape_website/trunk/js/menu_generator.js
   new_cytoscape_website/trunk/plugins.html
Log:
added link to Cytoscape App Store

Modified: new_cytoscape_website/trunk/js/menu_generator.js
===================================================================
--- new_cytoscape_website/trunk/js/menu_generator.js    2012-06-12 21:47:44 UTC 
(rev 29539)
+++ new_cytoscape_website/trunk/js/menu_generator.js    2012-06-12 22:27:04 UTC 
(rev 29540)
@@ -88,7 +88,8 @@
 
 function appendPlugin() {
        $("#pluginMenu").append("<ul>" + 
-               "<li><a href=\"plugins.html\">List of Plugins</a></li>" +
+               "<li><a href=\"http://apps.cytoscape.org\";>Cytoscape App 
Store</a></li>" +
+               "<li><a 
href=\"http://chianti.ucsd.edu/cyto_web/plugins/plugindownloadstatistics.php\";>View
 Download Activities</a></li>" +
                "<li><a href=\"" + baseURL + "plugin_submit.html\">Submit Your 
Plugin</a></li></ul>"
        );
 }

Modified: new_cytoscape_website/trunk/plugins.html
===================================================================
--- new_cytoscape_website/trunk/plugins.html    2012-06-12 21:47:44 UTC (rev 
29539)
+++ new_cytoscape_website/trunk/plugins.html    2012-06-12 22:27:04 UTC (rev 
29540)
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
 <html xmlns="http://www.w3.org/1999/xhtml";>
 <head>
-<meta http-equiv="refresh" 
content="0;url=http://chianti.ucsd.edu/cyto_web/plugins/"; />
-<title>Ridirecting to plugin web page...</title>
+<meta http-equiv="refresh" content="0;url=http://apps.cytoscape.org"; />
+<title>Redirecting to Cytoscape App Store...</title>
 </head>
 
 <body>

-- 
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.

Reply via email to