diff options
author | Daniel Baumann <daniel@debian.org> | 2012-06-05 20:41:26 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-06-06 19:59:15 +0200 |
commit | 8ccfefbf23f35e1b6080d096c1768e679be8a13b (patch) | |
tree | 9c9e81d7e5665b0a2f5331e3486199fd35679e91 /templates/cgi/debian-official/header.html | |
parent | f74ac476915ba411075c996dfc7c89cdf6f0834b (diff) | |
download | vyos-live-build-8ccfefbf23f35e1b6080d096c1768e679be8a13b.tar.gz vyos-live-build-8ccfefbf23f35e1b6080d096c1768e679be8a13b.zip |
Dropping different debian cgi templates and use only the one used on live-build.debian.net.
Diffstat (limited to 'templates/cgi/debian-official/header.html')
-rw-r--r-- | templates/cgi/debian-official/header.html | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/templates/cgi/debian-official/header.html b/templates/cgi/debian-official/header.html deleted file mode 100644 index 096303e25..000000000 --- a/templates/cgi/debian-official/header.html +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> -<html> - <head> - <title>Debian Live Build</title> - <link rel="icon" href="http://live.debian.net/favicon.ico" type="image/ico"> - <link rel="stylesheet" type="text/css" href="http://live.debian.net/stylesheet.css" /> - <meta http-equiv="content-type" content="text/html; charset=iso-8859-15"> - <meta name="keywords" content="Debian, Live, Project"> - <meta name="description" content="The Debian Live Project"> - - <style type="text/css"> - 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+" <small>(click to expand)<\/small><br \/>"; - } - else - { - oTemp.style.display="block"; - oClick.innerHTML=txt+" <small>(click to collapse)<\/small><br \/>"; - } - } - </script> - </head> -<body> - -<div id="maincontent" style="margin: 0 0 0 0;"> - <h1 id="title">live-build web-frontend of the <a href="http://live.debian.net/">Debian Live Project</a></h1> - <h2 id="subtitle"><a href="http://live.debian.net/">Live Debian systems!</a></h2> -</div> |