updated
[libreplanet-static.git] / index.php
CommitLineData
9ceb8531 1<!DOCTYPE html>
3fa3b05b
ML
2<html>
3<head>
9ceb8531 4 <title>LibrePlanet &mdash; acting locally for global free software adoption.</title>
3fa3b05b 5 <style type="text/css" media="screen">
6108e758
ML
6
7 @import url('/reset.css');
8 @import url('/base.css');
9 @import url('/screen.css');
3fa3b05b
ML
10
11
29be191d 12
6108e758
ML
13 </style>
14</head>
15<body id="<?php
3fa3b05b 16
6108e758 17$p = $_GET['p'];
3fa3b05b 18
6108e758 19if ($p=='s') { $f="signup.php"; echo "tab-join"; }
3fa3b05b 20
6108e758
ML
21if ($p=='p') { $f="projects.php"; echo "tab-projects"; }
22if ($p=='g') { $f="groups.php"; echo "tab-groups"; }
23if ($p=='e') { $f="events.php"; echo "tab-events"; }
24if ($p=='n') { $f="news.php"; echo "tab-news"; } elseif ($p=='') { $f="join.php"; echo "tab-join"; }
3fa3b05b 25
6108e758
ML
26 ?>">
27<div id="doc2" class="yui-t7">
28 <div id="hd" role="banner">
3fa3b05b 29
6108e758
ML
30 <ul>
31 <li class="netscape4"><a href="#bd">Skip navigation</a></li>
32 <li id="tab-join-link"><a href="/">Join</a></li>
9ceb8531 33 <li><a href="/wiki">Wiki</a></li>
6108e758
ML
34 <li id="tab-groups-link"><a href="?p=g">Groups</a></li>
35 <li id="tab-projects-link"><a href="?p=p">Projects</a></li>
36 <li id="tab-events-link"><a href="?p=e">Events</a></li>
37 <li id="tab-news-link"><a href="?p=n">News</a></li>
38 </ul>
3fa3b05b 39
6108e758 40<div id="searchbox">
3fa3b05b 41
ad68ba79 42 <form action="/wiki/Special:Search" id="searchform"><div>
6108e758
ML
43 <input id="searchInput" name="search" type="text" title="Search LibrePlanet [f]" accesskey="f" value="" />
44 <input type='submit' name="fulltext" class="searchButton" id="mw-searchButton" value="Search" title="Search the pages for this text" />
45 </div></form>
1b9a1b8b 46
6108e758 47</div>
3fa3b05b
ML
48
49
3fa3b05b 50
6108e758
ML
51 </div>
52 <div id="bd" role="main">
3fa3b05b 53
6108e758 54 <div class="yui-g" id="content">
3fa3b05b 55
6108e758 56<p><img src="big-logo.png" alt="LibrePlanet"></p>
d11b34d9 57
5e8971a1 58 <p>Acting locally for global free software adoption.</p>
6f03eeea 59
6108e758 60 <?php require($f); ?>
29be191d 61
6108e758
ML
62<div class="yui-gb" id="featured-boxes">
63 <div class="yui-u first">
64<h3>Mailing list</h3>
29be191d 65
6108e758 66<p><a href="http://lists.gnu.org/mailman/listinfo/libreplanet-discuss">Join the LibrePlanet discussion mailing list</a>, and keep up to date with the project.</p>
29be191d 67
3fa3b05b 68
6108e758
ML
69</div>
70 <div class="yui-u">
71<h3>IRC channel</h3>
6f03eeea 72
d82844cb 73<p>Join us on IRC, in <a href="http://webchat.freenode.net/?channels=libreplanet">#libreplanet on irc.gnu.org</a>, part of the Freenode network.</p>
6f03eeea 74
6f03eeea 75
3fa3b05b 76</div>
6108e758
ML
77 <div class="yui-u">
78<h3>Follow us on identi.ca</h3>
3fa3b05b 79
6108e758 80<p>Join the <a href="http://identi.ca/group/libreplanet">LibrePlanet group</a> and <a href="http://identi.ca/libreplanet">follow us on Identi.ca</a>, the free software microblogging site.</p>
3fa3b05b 81
6108e758
ML
82</div>
83 </div>
3fa3b05b 84
6108e758 85 </div>
3fa3b05b 86
6108e758 87 <div id="ft" role="contentinfo">
3fa3b05b 88
3fa3b05b 89
6108e758 90<div id="fsfcopyright">Copyright 2009, <a href="http://www.fsf.org/">Free Software Foundation</a>, Inc.</div>
3fa3b05b 91
6108e758 92 <p><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png"></a></p>
3fa3b05b 93
6108e758 94 <p id="feedback">Your feedback on our new website is welcome. <a href="mailto:campaigns@fsf.org">campaigns@fsf.org</a></p>
3fa3b05b 95
3fa3b05b 96
3fa3b05b 97</div>
d11b34d9 98</div>
3fa3b05b
ML
99
100</body>
6108e758 101</html>