changing login page path on webpages.
[sgn.git] / cgi-bin / forum / index.pl
blob8109cc4239fc7f5a09a211c99620e237c36b6434
1 use strict;
2 use CXGN::Page;
3 my $page=CXGN::Page->new('index.html','html2pl converter');
4 $page->header('About The SOL Forum');
5 print<<END_HEREDOC;
7 <center>
10 <table summary="" width="720" cellpadding="0" cellspacing="0"
11 border="0">
12 <tr>
13 <td>
14 <center>
15 <h3>SOL Forum</h3>
16 </center>
18 <h4>What it is</h4>
19 <p>The SOL Forum is an interactive message board for <a href="/">Sol Genomics Network</a> registered users. Registered users can be found in the <a href="/search/direct_search.pl?search=directory">SGN people directory database</a>. Before you <a href="/solpeople/new-account.pl">register</a>, please check if you are <a href="/search/direct_search.pl?search=directory">already in the database</a>.
20 </p>
21 <p>
22 In addition to the messageboard, there is also a <a href="http://rubisco.sgn.cornell.edu/mailman/listinfo/sol-forum">SOL Forum mailing list</a> for communication between mailing list subscribers. Messages posted on the mailing list do not appear on the message boards and are only received by subscribers of the mailing list. Only list members can post to the list to prevent spam from appearing on the list.
23 </p>
24 <h4>How to use it</h4>
25 <p>
26 You can <a href="topics.pl">browse</a> the message board by topic. If you want to create new discussion topics or post messages, you need to <a href="/user/login">log in</a>.
27 </p>
29 <h4>Topics</h4>
30 <div class="boxbgcolor5"><b>Please note</b> <ul><li>This service is provided by SGN as a courtesy. SGN reserves the right to remove topics and posts for any reason at any time.</li>
31 <li>This service is experimental and may be modified or removed at any time without notice.</li>
32 </ul>
33 </div>
35 <br />
36 Forum topics:
37 <ul>
38 <li><a href="posts.pl?topic_id=2">Job Postings</a></li>
40 <li><a href="topics.pl">Complete list of topics</a></li>
41 </ul>
43 </td>
44 </tr>
45 </table><!-- begin footer include -->
47 <!-- end footer include -->
48 </center>
49 END_HEREDOC
50 $page->footer();