updated
[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="groups.php"; echo "tab-join"; }
24
25 ?>">
26
27 <div id="navi">
28
29 <div>
30
31 <ul>
32 <li class="netscape4"><a href="#bd">Skip navigation</a></li>
33 <li id="tab-join-link"><a href="/">Join</a></li>
34 <li><a href="/wiki">Wiki</a></li>
35 <!-- <li id="tab-groups-link"><a href="?p=g">Groups</a></li>
36 <li id="tab-projects-link"><a href="?p=p">Projects</a></li>
37 <li id="tab-events-link"><a href="?p=e">Events</a></li>
38 <li id="tab-news-link"><a href="?p=n">News</a></li> -->
39 </ul>
40
41
42 <form action="/wiki/Special:Search" id="searchform"><p>
43 <input id="searchInput" name="search" type="text" title="Search LibrePlanet [f]" accesskey="f" value="" /> &nbsp;
44 <input type='submit' name="fulltext" class="searchButton" id="mw-searchButton" value="Search" title="Search the pages for this text" />
45 </p></form>
46
47 </div>
48
49 </div>
50
51 <div id="doc2" class="yui-t7">
52
53 <div id="hd">
54
55 <h1><a href="/"><img src="/images/1/1a/LP2010banner.png" alt="LibrePlanet" /></a></h1>
56
57 <p>Acting locally for global free software adoption.</p>
58
59 </div>
60
61 <div id="bd" role="main">
62
63 <div class="yui-g" id="content">
64
65 <?php require($f); ?>
66
67 <div class="yui-gb" id="featured-boxes">
68 <div class="yui-u first">
69 <h3>Mailing list</h3>
70
71 <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>
72
73
74 </div>
75 <div class="yui-u">
76 <h3>IRC channel</h3>
77
78 <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>
79
80
81 </div>
82 <div class="yui-u">
83 <h3>Follow us on identi.ca</h3>
84
85 <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>
86
87 </div>
88 </div>
89
90 </div>
91
92 <div id="ft" role="contentinfo">
93
94
95 <div id="fsfcopyright">Copyright 2009, <a href="http://www.fsf.org/">Free Software Foundation</a>, Inc.</div>
96
97 <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>
98
99 <p id="feedback">Your feedback on our new website is welcome. <a href="mailto:campaigns@fsf.org">campaigns@fsf.org</a></p>
100
101
102 </div>
103 </div>
104
105 </body>
106 </html>