[Openfirst-cvscommit] www/htdocs index.php,1.10,1.11
Brought to you by:
xtimg
From: Tim G. <xt...@us...> - 2005-11-20 03:03:21
|
Update of /cvsroot/openfirst/www/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10501 Modified Files: index.php Log Message: Remove the FIRST Blogs thing (it's getting old; and the alpha/pending releases are far more important at this point-- could someone create a nice image or something?) Index: index.php =================================================================== RCS file: /cvsroot/openfirst/www/htdocs/index.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** index.php 5 Nov 2005 13:34:26 -0000 1.10 --- index.php 20 Nov 2005 03:03:12 -0000 1.11 *************** *** 1,5 **** - <a href="http://blog.openfirst.org/"><img src="http://blog.openfirst.org/img/first_blog_logo.gif" alt="FIRST Blogs" style="border: 0px;"></a> - <p>Do you have a blog? Want to learn more about other people in <acronym title="For Inspiration and Recognition of Science and Technology">FIRST</acronym>? See the <a href="http://blog.openfirst.org/">FIRST Blogs community</a>. Get your blog listed by e-mailing <a href="mailto: ti...@op...">ti...@op...</a> with the address to your feed (or if you're unsure about what a feed is, the address of your main blog page).</p> - <h1><img src="/image/news_subscribe.png" --- 1,2 ---- *************** *** 8,12 **** if(! $sqlconnection) { ! echo "<p><b>openFIRST</b> Project news is currently unavailable on this page as there are currently technical difficulties with the <a href=\"http://www.sourceforge.net/\">SourceForge.net</a> MySQL database server. You may read the <a href=\"http://sourceforge.net/news/?group_id=78233\">openFIRST news</a> from the SourceForge page.</p>"; } else { $q = mysql_query("SELECT * FROM news ORDER BY id LIMIT 5;"); --- 5,10 ---- if(! $sqlconnection) { ! echo "<p><b>openFIRST</b> Project news is currently unavailable on this page as there are currently technical difficulties with the <a href=\"http://www.sourceforge.net/\">SourceForge.net</a> MySQL database server. You may read the <a href=\"http://sou ! rceforge.net/news/?group_id=78233\">openFIRST news</a> from the SourceForge page.</p>"; } else { $q = mysql_query("SELECT * FROM news ORDER BY id LIMIT 5;"); |