Author: pwang
Date: 2008-09-03 11:51:25 -0700 (Wed, 03 Sep 2008)
New Revision: 14834
Modified:
cyto_web/trunk/plugins/pluginsubmittype.php
Log:
Fix format problem
Modified: cyto_web/trunk/plugins/pluginsubmittype.php
===================================================================
--- cyto_web/trunk/plugins/pluginsubmittype.php 2008-09-03 18:51:10 UTC (rev
14833)
+++ cyto_web/trunk/plugins/pluginsubmittype.php 2008-09-03 18:51:25 UTC (rev
14834)
@@ -19,25 +19,26 @@
<div id="topbar">
<div class="title">Choose plugin file type</div>
</div>
-
+<div id="container">
<?php include "../nav.php"; ?>
-
-<body>
<p> </p>
<p class="style1">Please choose plugin file type to submit</p>
-<table width="960" height="121" border="0">
+<p class="style1"> </p>
+<table width="960" height="204" border="0">
<tr>
- <th width="101" ><a href="pluginsubmit.php">Jar file</a></th>
+ <th width="101" height="40" ><a href="pluginsubmit.php">Jar file</a></th>
<td width="849" ><div align="left">A single <a
href="http://www.cytoscape.org/cgi-bin/moin.cgi/Cytoscape_Plugin_Tutorial">
properly formatted plugin jar</a>. We will read (and validate) the plugin
metadata (name, description, version, etc.) from the jar.</div></td>
</tr>
<tr>
- <th height="64" scope="row"><a href="pluginsubmitzip.php">Zip file</a></th>
+ <th height="69" scope="row"><a href="pluginsubmitzip.php">Zip file</a></th>
<td>A file with extension .zip, which should contain the plugin jar and
any other necessary data. The file will be loaded as is and you will need to
enter the plugin metadata.</td>
</tr>
<tr>
<th scope="row"><a href="pluginsubmiturl.php">URL</a> </th>
- <td>Plugin information with project URL, from where user can download the
plugin manually </td>
+ <td><p>Plugin information with project URL. Since Cytoscape does not host
the Zip/Jar file, they will not appear at the Cytoscape plugin manager. Users
should download them manualy by following the project URLs, if they are
interested.
+ </p>
+ <p></p></td>
</tr>
</table>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---