check in css fix
[libreplanet-static.git] / index.php
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>LibrePlanet &mdash; acting locally for global free software adoption.</title>
5 <style type="text/css" media="screen">
6
7 @import url('http://static.fsf.org/combo.css');
8 @import url('/screen.css');
9
10
11
12 </style>
13 </head>
14 <body id="<?php
15
16 $p = $_GET['p'];
17
18 if ($p=='s') { $f="signup.php"; echo "tab-join"; }
19
20 if ($p=='p') { $f="projects.php"; echo "tab-projects"; }
21 if ($p=='g') { $f="groups.php"; echo "tab-groups"; }
22 if ($p=='e') { $f="events.php"; echo "tab-events"; }
23 if ($p=='n') { $f="news.php"; echo "tab-news"; } elseif ($p=='') { $f="join.php"; echo "tab-join"; }
24
25 ?>">
26 <div id="hd" role="banner">
27
28 <ul>
29 <li class="netscape4"><a href="#bd">Skip navigation</a></li>
30 <li id="tab-join-link"><a href="/">Join</a></li>
31 <li><a href="/wiki">Wiki</a></li>
32 <li id="tab-groups-link"><a href="?p=g">Groups</a></li>
33 <li id="tab-projects-link"><a href="?p=p">Projects</a></li>
34 <li id="tab-events-link"><a href="?p=e">Events</a></li>
35 <li id="tab-news-link"><a href="?p=n">News</a></li>
36 </ul>
37
38
39
40 <form action="/wiki/Special:Search" id="searchform"><div>
41 <input id="searchInput" name="search" type="text" title="Search LibrePlanet [f]" accesskey="f" value="" />
42 <input type='submit' name="fulltext" class="searchButton" id="mw-searchButton" value="Search" title="Search the pages for this text" />
43 </div></form>
44
45 </div>
46
47 <div id="doc2" class="yui-t7">
48 <div id="bd" role="main">
49
50 <div class="yui-g" id="content">
51
52 <p><img src="big-logo.png" alt="LibrePlanet"></p>
53
54 <p>Acting locally for global free software adoption.</p>
55
56 <?php require($f); ?>
57
58 <div class="yui-gb" id="featured-boxes">
59 <div class="yui-u first">
60 <h3>Mailing list</h3>
61
62 <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>
63
64
65 </div>
66 <div class="yui-u">
67 <h3>IRC channel</h3>
68
69 <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>
70
71
72 </div>
73 <div class="yui-u">
74 <h3>Follow us on identi.ca</h3>
75
76 <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>
77
78 </div>
79 </div>
80
81 </div>
82
83 <div id="ft" role="contentinfo">
84
85
86 <div id="fsfcopyright">Copyright 2009, <a href="http://www.fsf.org/">Free Software Foundation</a>, Inc.</div>
87
88 <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>
89
90 <p id="feedback">Your feedback on our new website is welcome. <a href="mailto:campaigns@fsf.org">campaigns@fsf.org</a></p>
91
92
93 </div>
94 </div>
95
96 </body>
97 </html>