~oem-solutions-releng/live-build/lb-sg-2.x-add-support-for-xz-and-bzip2-compression

« back to all changes in this revision

Viewing changes to templates/cgi/debian-official/header.html

  • Committer: Daniel Baumann
  • Date: 2011-03-09 18:17:04 UTC
  • Revision ID: daniel@debian.org-20110309181704-fuq28tc89dn0pggz
Merging live-webhelper.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
 
2
<html>
 
3
        <head>
 
4
                <title>Debian Live Webhelper</title>
 
5
                <link rel="icon" href="http://debian-live.alioth.debian.org/favicon.ico" type="image/ico">
 
6
                <link rel="stylesheet" type="text/css" href="http://debian-live.alioth.debian.org/images/style.css" />
 
7
                <meta http-equiv="content-type" content="text/html; charset=iso-8859-15">
 
8
                <meta name="keywords" content="Debian, Live, Project">
 
9
                <meta name="description" content="The Debian Live Project">
 
10
 
 
11
                <style type="text/css">
 
12
                        label { cursor:pointer; }
 
13
                </style>
 
14
 
 
15
                <script type="text/javascript" language="JavaScript">
 
16
                        function collapse(x, txt)
 
17
                        {
 
18
                                var oTemp=document.getElementById("text_"+x);
 
19
                                var oClick=document.getElementById("click_"+x);
 
20
                                if (oTemp.style.display=="block")
 
21
                                {
 
22
                                        oTemp.style.display="none";
 
23
                                        oClick.innerHTML=txt+"&nbsp<small>(click to expand)<\/small><br \/>";
 
24
                                }
 
25
                                else
 
26
                                {
 
27
                                        oTemp.style.display="block";
 
28
                                        oClick.innerHTML=txt+"&nbsp<small>(click to collapse)<\/small><br \/>";
 
29
                                }
 
30
                        }
 
31
                </script>
 
32
        </head>
 
33
<body>
 
34
 
 
35
<div id="header">
 
36
        <div id="debianlogo"><img src="http://debian-live.alioth.debian.org/images/debian.png" alt="Debian logo" width="56" height="70"></div>
 
37
        <div id="headertitle"><a href="http://debian-live.alioth.debian.org/" title="http://debian-live.alioth.debian.org/">Debian Live</a></div>
 
38
        <div id="headersubtitle">Live Debian systems!</div>
 
39
</div>
 
40
 
 
41
<div id="maincontent" style="margin: 0 0 0 0;">
 
42
        <h1>This is webhelper of the <a href="http://debian-live.alioth.debian.org/">Debian Live</a> project.</h1>
 
43
</div>