Author: pwang
Date: 2011-11-22 09:51:12 -0800 (Tue, 22 Nov 2011)
New Revision: 27551
Modified:
new_cytoscape_website/plugin_website/plugins3/displaylicense.php
new_cytoscape_website/plugin_website/plugins3/displayreleasenote.php
new_cytoscape_website/plugin_website/plugins3/index.php
Log:
Change 2.X to 3.X
Modified: new_cytoscape_website/plugin_website/plugins3/displaylicense.php
===================================================================
--- new_cytoscape_website/plugin_website/plugins3/displaylicense.php
2011-11-22 17:15:16 UTC (rev 27550)
+++ new_cytoscape_website/plugin_website/plugins3/displaylicense.php
2011-11-22 17:51:12 UTC (rev 27551)
@@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
- <title>Cytoscape 2.x Plugins</title>
+ <title>Cytoscape 3.x Plugins</title>
<link rel="stylesheet" type="text/css" media="screen"
href="/cyto_web/css/cytoscape.css">
<link rel="shortcut icon" href="/cyto_web/images/cyto.ico">
</head>
Modified: new_cytoscape_website/plugin_website/plugins3/displayreleasenote.php
===================================================================
--- new_cytoscape_website/plugin_website/plugins3/displayreleasenote.php
2011-11-22 17:15:16 UTC (rev 27550)
+++ new_cytoscape_website/plugin_website/plugins3/displayreleasenote.php
2011-11-22 17:51:12 UTC (rev 27551)
@@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
- <title>Cytoscape 2.x Plugins</title>
+ <title>Cytoscape 3.x Plugins</title>
<link rel="stylesheet" type="text/css" media="screen"
href="/cyto_web/css/cytoscape.css">
<link rel="shortcut icon" href="/cyto_web/images/cyto.ico">
<STYLE type="text/css">
@@ -13,7 +13,7 @@
<body bgcolor="#ffffff">
<div id="topbar">
- <div class="title">Cytoscape 2.x Plugins Release Note</div>
+ <div class="title">Cytoscape 3.x Plugins Release Note</div>
</div>
<?php include "../nav.php"; ?>
Modified: new_cytoscape_website/plugin_website/plugins3/index.php
===================================================================
--- new_cytoscape_website/plugin_website/plugins3/index.php 2011-11-22
17:15:16 UTC (rev 27550)
+++ new_cytoscape_website/plugin_website/plugins3/index.php 2011-11-22
17:51:12 UTC (rev 27551)
@@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<title>Cytoscape 2.x Plugins</title>
+<title>Cytoscape 3.x Plugins</title>
<meta name="description" content="Cytoscape includes a flexible Plugin
architecture that enables developers to add extra functionality beyond that
provided in the core. Plugins also provide a convenient place for testing out
new Cytoscape features. As more Plugins become available, they will be listed
on this page, and posted to our cytoscape-announce mailing list. " />
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/jquery-ui.min.js"></script>
@@ -184,7 +184,7 @@
<h2>Old Plugins</h2>
<p>
- We also maintain a list of older <a href="plugins2.php">Cytoscape 2.x
plugins</a> and <a href="plugins1.php"> Cytoscape 1.x Plugins</a>
+ We also maintain a list of older <a href="plugins2.php">Cytoscape 3.x
plugins</a> and <a href="plugins1.php"> Cytoscape 1.x Plugins</a>
</p>
--
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.