From: <hl...@us...> - 2010-03-20 18:38:52
|
Revision: 638 http://treebase.svn.sourceforge.net/treebase/?rev=638&view=rev Author: hlapp Date: 2010-03-20 18:38:46 +0000 (Sat, 20 Mar 2010) Log Message: ----------- Replace unclickable and copy&paste-resistant email addresses with hyperlinked text (yes, you can obfuscate email from harvesting). Clean up a little the excessive whitespace. Modified Paths: -------------- trunk/treebase-web/src/main/webapp/WEB-INF/pages/contact.jsp Modified: trunk/treebase-web/src/main/webapp/WEB-INF/pages/contact.jsp =================================================================== --- trunk/treebase-web/src/main/webapp/WEB-INF/pages/contact.jsp 2010-03-20 18:28:42 UTC (rev 637) +++ trunk/treebase-web/src/main/webapp/WEB-INF/pages/contact.jsp 2010-03-20 18:38:46 UTC (rev 638) @@ -5,22 +5,16 @@ <h2>Help</h2> <p>For questions about data submission and data content, please -contact: </p> +contact the TreeBASE helpdesk: <a href="mailto:help@treebase.org">help@treebase.org</a></p> -<p> <img src="images/help_mail.jpg"> </p> - <h2>Bugs</h2> <p>To report software bugs, browser conflicts, and ergonomic -inefficiencies, please contact:</p> +inefficiencies, please email your issue report to the TreeBASE bug queue: <a href="mailto:bugs@treebase.org">bugs@treebase.org</a></p> -<p> <img src="images/bugs_mail.jpg"> </p> - <p>Alternatively, you can enter a bug report directly into our -sourceforge online bug tracker. For that, please follow these steps:</p> +SourceForge online bug tracker. For that, please follow these steps:</p> - - <p>I. If you have a SourceForge account, log in to it and proceed to (II) below. Otherwise:</p> @@ -32,25 +26,14 @@ href="http://sourceforge.net/account/login.php" title="http://sourceforge.net/account/login.php" id=uguh>http://sourceforge.net/account/login.php</a></p> - <p>II. Visit <a href="https://sourceforge.net/tracker2/?group_id=248804&atid=1126676" title="https://sourceforge.net/tracker2/?group_id=248804&atid=1126676" -id="xjq:">https://sourceforge.net/tracker2/?group_id=248804&atid=1126676</a></p> +id="xjq:">https://sourceforge.net/tracker2/?group_id=248804&atid=1126676</a>. On this page you can browse the bug database.</p> - -<p>On this page you can browse the bug database.</p> - - <p>III. Click the "add new" button. Add the description of the bug. Long outputs or error messages can be attached as -separate files if you prefer.</p> - - - -<p>Click "add artifact" to submit the report.</p> - - +separate files if you prefer. Click "add artifact" to submit the report.</p> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |