summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2013-05-06 14:48:46 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2013-05-06 14:48:46 +0200
commitd1047e809a90daa0e88329efc0db21931be0b919 (patch)
tree5dc92aaaeb4d15dcad4796935b90a9675be93ad5 /templates
parent160d6bade79bf58a1c0d1842dc9b55ec178ec303 (diff)
downloadvyos-live-build-d1047e809a90daa0e88329efc0db21931be0b919.tar.gz
vyos-live-build-d1047e809a90daa0e88329efc0db21931be0b919.zip
Adding debian version 4.0~a1-1.debian/4.0_a1-1
Diffstat (limited to 'templates')
-rw-r--r--templates/cgi/debian/footer.html18
-rw-r--r--templates/cgi/debian/form.html17
-rw-r--r--templates/cgi/debian/header.html109
-rw-r--r--templates/grub/splash.xpm.gzbin32058 -> 7763 bytes
-rw-r--r--templates/grub2/grub.cfg2
-rw-r--r--templates/grub2/splash.tgabin50004 -> 45997 bytes
6 files changed, 50 insertions, 96 deletions
diff --git a/templates/cgi/debian/footer.html b/templates/cgi/debian/footer.html
index 887979fde..6c2ce27cb 100644
--- a/templates/cgi/debian/footer.html
+++ b/templates/cgi/debian/footer.html
@@ -1,14 +1,8 @@
- <hr>
+<div id="footer">
+ <br />
+ <h2 id="subtitle">Debian Live Project <a href="mailto:debian-live@lists.debian.org">&lt;debian-live@lists.debian.org&gt;</a> &mdash; <a href="http://live.debian.net/devel/live-build">live-build</a>, version VERSION &mdash; <a href="http://live.debian.net/legal.html">Legal information</a></h2>
+ <br />
+</div>
- <footer>
- <a href="http://live.debian.net/devel/live-build/">live-build</a> VERSION <a class="muted pull-right" href="http://live.debian.net/project/legal/">Legal Information</a></p>
- </footer>
-
- </div> <!-- /container -->
-
- <!-- Le javascript -->
- <script src="http://live.debian.net/stuff/jquery/jquery.min.js"></script>
- <script src="http://live.debian.net/stuff/bootstrap/js/bootstrap.min.js"></script>
-
- </body>
+</body>
</html>
diff --git a/templates/cgi/debian/form.html b/templates/cgi/debian/form.html
index b79816205..f384be0ac 100644
--- a/templates/cgi/debian/form.html
+++ b/templates/cgi/debian/form.html
@@ -1,7 +1,7 @@
<h3>Submit your parameters (<b>working</b> email address is required) to generate your very own Debian Live system.</h3>
-<form action="live-build" method="post">
+<form action="live-build" method="get">
<fieldset>
@@ -37,8 +37,7 @@
<td><label for="Distribution">--distribution:</label> </td>
<td>
<select id="Distribution" name="distribution" size="1">
- <option selected value="squeeze">squeeze</option>
- <option value="wheezy">wheezy</option>
+ <option selected value="wheezy">wheezy</option>
<option value="sid">sid</option>
</select>
</td>
@@ -47,12 +46,12 @@
<td><label for="Config">--config:</label> </td>
<td>
<select id="Config" name="config" size="1" >
- <option value="gnome-desktop">GNOME Desktop</option>
- <option value="kde-desktop">KDE Desktop</option>
- <option value="lxde-desktop">LXDE Desktop</option>
- <option value="rescue">Rescue</option>
- <option selected value="standard">Standard</option>
- <option value="xfce-desktop">Xfce Desktop</option>
+ <option value="debian-gnome-desktop.git">GNOME Desktop</option>
+ <option value="debian-kde-desktop.git">KDE Desktop</option>
+ <option value="debian-lxde-desktop.git">LXDE Desktop</option>
+ <option value="debian-rescue.git">Rescue</option>
+ <option selected value="debian-standard.git">Standard</option>
+ <option value="debian-xfce-desktop.git">Xfce Desktop</option>
</select>
</td>
</tr>
diff --git a/templates/cgi/debian/header.html b/templates/cgi/debian/header.html
index 58fe8df07..096303e25 100644
--- a/templates/cgi/debian/header.html
+++ b/templates/cgi/debian/header.html
@@ -1,77 +1,38 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="utf-8">
- <title>Debian Live - Live Debian Systems!</title>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="description" content="Debian Live - Live Debian Systems!">
- <meta name="author" content="Debian Live <debian-live@lists.debian.org>">
- <meta name="keywords" content="Debian, Live, Systems">
+<!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">
- <!-- Le styles -->
- <link href="http://live.debian.net/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>
+ <style type="text/css">
+ label { cursor:pointer; }
+ </style>
- <link href="http://live.debian.net/stuff/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
+ <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>
+ </head>
+<body>
- <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
- <!--[if lt IE 9]>
- <script src="http://live.debian.net/stuff/html5shiv/html5shiv.min.js"></script>
- <![endif]-->
-
- <!-- Fav and touch icons -->
- <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://live.debian.net/stuff/images/logo-144.png">
- <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://live.debian.net/stuff/images/logo-114.png">
- <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://live.debian.net/stuff/images/logo-72.png">
- <link rel="apple-touch-icon-precomposed" href="http://live.debian.net/stuff/images/logo-57.png">
- <link rel="shortcut icon" href="http://live.debian.net/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="/">Debian Live</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.debian.net/">WWW</a></li>
- </ul>
- </div><!--/.nav-collapse -->
- </div>
- </div>
- </div>
-
- <div class="container">
+<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>
diff --git a/templates/grub/splash.xpm.gz b/templates/grub/splash.xpm.gz
index f32e228a7..ea1623b4d 100644
--- a/templates/grub/splash.xpm.gz
+++ b/templates/grub/splash.xpm.gz
Binary files differ
diff --git a/templates/grub2/grub.cfg b/templates/grub2/grub.cfg
index 3430b63a0..4ad86bd98 100644
--- a/templates/grub2/grub.cfg
+++ b/templates/grub2/grub.cfg
@@ -1,7 +1,7 @@
set default=0
insmod tga
-background_image ($root)/boot/grub/splash.tga
+background_image ($root)/boot/grub/xbmc.tga
set color_normal=cyan/blue
set color_highlight=white/blue
diff --git a/templates/grub2/splash.tga b/templates/grub2/splash.tga
index 90b790db6..854d0b26d 100644
--- a/templates/grub2/splash.tga
+++ b/templates/grub2/splash.tga
Binary files differ