summaryrefslogtreecommitdiff
path: root/templates/cgi/debian/header.html
blob: 3a4513734ac7a736680dba5a78f57c39959e919a (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Live Systems</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="Live Systems">
    <meta name="author" content="Live Systems Project <debian-live@lists.debian.org>">

    <!-- Le styles -->
    <link href="http://live-systems.org/stuff/spacelab/bootstrap.min.css" rel="stylesheet">
    <style type="text/css">
      body {
        padding-top: 60px;
        padding-bottom: 40px;
      }
      .label a:active, .label a:hover, .label a:link, .label a:visited {
        color: #ffffff;
        text-decoration: none;
      }
      label {
        cursor:pointer;
      }
    </style>
    <script type="text/javascript" language="JavaScript">
      function collapse(x, txt) {
        var oTemp=document.getElementById("text_"+x);
        var oClick=document.getElementById("click_"+x);
        if (oTemp.style.display=="block") {
          oTemp.style.display="none";
          oClick.innerHTML=txt+"&nbsp<small>(click to expand)<\/small><br \/>";
        }
        else {
          oTemp.style.display="block";
          oClick.innerHTML=txt+"&nbsp<small>(click to collapse)<\/small><br \/>";
        }
      }
    </script>

    <link href="http://live-systems.org/stuff/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">

    <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
    <!--[if lt IE 9]>
      <script src="http://live-systems.org/stuff/html5shiv/html5shiv.min.js"></script>
    <![endif]-->

    <!-- Fav and touch icons -->
    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://live-systems.org/stuff/images/logo-144.png">
    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://live-systems.org/stuff/images/logo-114.png">
      <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://live-systems.org/stuff/images/logo-72.png">
                    <link rel="apple-touch-icon-precomposed" href="http://live-systems.org/stuff/images/logo-57.png">
                                   <link rel="shortcut icon" href="http://live-systems.org/stuff/images/logo-16.png">
  </head>

  <body>

    <div class="navbar navbar-fixed-top">
      <div class="navbar-inner">
        <div class="container">
          <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
          </a>
          <a class="brand" href="/">Live Systems</a>
          <div class="nav-collapse collapse">
            <ul class="nav">
              <li class="active"><a href="http://live-build.debian.net/">Build</a></li>
              <li><a href="http://live-systems.org/">WWW</a></li>
            </ul>
          </div><!--/.nav-collapse -->
        </div>
      </div>
    </div>

    <div class="container">