Author: kono
Date: 2012-10-11 12:12:26 -0700 (Thu, 11 Oct 2012)
New Revision: 30654
Modified:
new_cytoscape_website/trunk/css/button.css
new_cytoscape_website/trunk/cy3.html
Log:
Link to manual had been added to the cy3 top page. Also, bug report button
added.
Modified: new_cytoscape_website/trunk/css/button.css
===================================================================
--- new_cytoscape_website/trunk/css/button.css 2012-10-11 18:55:48 UTC (rev
30653)
+++ new_cytoscape_website/trunk/css/button.css 2012-10-11 19:12:26 UTC (rev
30654)
@@ -36,6 +36,15 @@
-moz-border-radius: 2em;
border-radius: 2em;
}
+
+.bigrounded2 {
+ -webkit-border-radius: 1em;
+ -moz-border-radius: 1em;
+ border-radius: 1em;
+ font-size: 12px;
+ padding: .4em 1.5em .42em;
+}
+
.medium {
font-size: 12px;
padding: .4em 1.5em .42em;
Modified: new_cytoscape_website/trunk/cy3.html
===================================================================
--- new_cytoscape_website/trunk/cy3.html 2012-10-11 18:55:48 UTC (rev
30653)
+++ new_cytoscape_website/trunk/cy3.html 2012-10-11 19:12:26 UTC (rev
30654)
@@ -149,13 +149,17 @@
<p>
<a
href="http://chianti.ucsd.edu/cytoscape-3.0.0-beta1/">
- <button class="button
bigrounded orange">
+ <button class="button
bigrounded2 orange">
Download
Cytoscape 3 Beta
</button> </a>
<a
href="release_notes_3_0_0_beta.html">
- <button class="button
bigrounded blue">
+ <button class="button
bigrounded2 blue">
Release Notes
</button> </a>
+ <a
href="http://wiki.cytoscape.org/Cytoscape_3/UserManual">
+ <button class="button
bigrounded2 green">
+ User Manual
+ </button> </a>
</p>
</div>
@@ -165,6 +169,18 @@
visit <a
href="http://apps.cytoscape.org/" target="_new">apps.cytoscape.org</a>.
</p>
+ <h2>Report Bugs</h2>
+ <p>
+ We need your help to improve
Cytoscpae 3 final release. You can report a bug from
+ <strong>Help → Report a
Bug...</strong>. Or, follow the link here:
+ <p>
+ <a
href="http://chianti.ucsd.edu/cyto_web/bugreport/bugreport.php">
+ <button class="button
bigrounded red">
+ Report a Bug
+ </button> </a>
+ </p>
+ </p>
+
<h2>Developer Documents</h2>
<ul>
<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.