Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cgi/template/header.tmpl
blob: 1d29b051e3e54b1173b42d1a6c9ad9462b5a7d01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

<head>
    <title>Sugar meeting</title>
    <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME=BASE_URL>style.css" />
    <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME=BASE_URL>sugar.css" />
    <meta name="description" content="IRC logs webui by ilbot" />
    <TMPL_IF ADMIN>
        <script type="text/javascript">
        <!--
            function reset_checkboxes() {
                var inputs = document.getElementsByTagName("input");
                for (var i = 1; i < inputs.length - 1; i++){
                    inputs[i].checked = false;
                }
            }
        //-->
        </script>
    </TMPL_IF>
    <script type="text/javascript" src="<TMPL_VAR BASE_URL>jquery.min.js"></script>
    <script type="text/javascript" src="<TMPL_VAR BASE_URL>jquery.autocomplete.js"></script>
</head>

<body topmargin="3" marginheight="3">
    <div class="hbar"><nobr>
    <a href="http://www.sugarlabs.org/">        Web             </a> &nbsp; &middot; &nbsp;
    <a href="http://wiki.sugarlabs.org/">       Wiki            </a> &nbsp; &middot; &nbsp;
    <a href="http://activities.sugarlabs.org/"> Activities      </a> &nbsp; &middot; &nbsp;
    <a href="http://download.sugarlabs.org/">   Download        </a> &nbsp; &middot; &nbsp;
    <a href="http://planet.sugarlabs.org/">     Blogs           </a> &nbsp; &middot; &nbsp;
    <a href="http://lists.sugarlabs.org/">      Lists           </a> &nbsp; &middot; &nbsp;
    <a href="http://meeting.sugarlabs.org/"><strong>Meeting</strong></a> &nbsp; &middot; &nbsp;
    <a href="http://schools.sugarlabs.org/">    Schools         </a> &nbsp; &middot; &nbsp;
    <a href="http://bugs.sugarlabs.org/">       Bugs            </a> &nbsp; &middot; &nbsp;
    <a href="http://patchwork.sugarlabs.org/">  Patches         </a> &nbsp; &middot; &nbsp;
    <a href="http://git.sugarlabs.org/">        Git             </a> &nbsp; &middot; &nbsp;
    <a href="http://api.sugarlabs.org/">        API             </a> &nbsp; &middot; &nbsp;
    <a href="http://translate.sugarlabs.org/">  Translate       </a> &nbsp; &middot; &nbsp;
    <a href="http://buildbot.sugarlabs.org/">   Buildbot        </a> &nbsp; &middot; &nbsp;
    <a href="http://people.sugarlabs.org/">     People          </a> &nbsp; &middot; &nbsp;
    <a href="http://sugarlabs.org/go/Sugar_Labs/Donate"> Donate </a>
    </nobr></div>
    <div class="hr"></div>