[Debian-live-changes] r1878 - dists/trunk/live-webhelper/templates

daniel at alioth.debian.org daniel at alioth.debian.org
Tue May 29 19:24:19 UTC 2007


Author: daniel
Date: 2007-05-29 19:24:19 +0000 (Tue, 29 May 2007)
New Revision: 1878

Modified:
   dists/trunk/live-webhelper/templates/form.html
Log:


Modified: dists/trunk/live-webhelper/templates/form.html
===================================================================
--- dists/trunk/live-webhelper/templates/form.html	2007-05-29 19:11:12 UTC (rev 1877)
+++ dists/trunk/live-webhelper/templates/form.html	2007-05-29 19:24:19 UTC (rev 1878)
@@ -80,14 +80,63 @@
 	</table>
 </div>
 
-<span id="click_2" onmouseover='javascript:objectOver(this)' onmouseout='javascript:objectOut(this)' onclick='javascript:collapse(2,"<b>Advanced chroot settings</b>")'>
-	<b>Advanced chroot settings</b><small>&nbsp;(click to expand)</small>
+<span id="click_2" onmouseover='javascript:objectOver(this)' onmouseout='javascript:objectOut(this)' onclick='javascript:collapse(2,"<b>Advanced bootstrap settings</b>")'>
+	<b>Advanced bootstrap settings</b><small>&nbsp;(click to expand)</small>
 	<br />
 </span>
 
 <div id="text_2" style='margin-left:0;display:none'>
 	<table>
 		<tr>
+			<td><label for="Architecture">--architecture:</label> </td>
+			<td>
+				<select id="Architecture" name="architecture" size="1">
+					<option selected value="i386">i386</option>
+				</select>
+			</td>
+		</tr>
+		<!-- LIVE_DISTRIBUTION -->
+		<!-- LIVE_DISTRIBUTION_CONFIG -->
+		<tr>
+			<td><label for="Bootstrap_Flavour">--bootstrap-flavour:</label> </td>
+			<td>
+				<select id="Bootstrap_Flavour" name="bootstrap_flavour" size="1">
+					<option value="minimal">minimal</option>
+					<option selected value="standard">standard</option>
+				</select>
+			</td>
+		</tr>
+		<tr>
+			<td><label for="Mirror_Bootstrap">--mirror-bootstrap:</label> </td>
+			<td><input id="Mirror_Bootstrap" name="mirror_bootstrap" maxlength="256" size="50" type="text" value="http://ftp.de.debian.org/debian/" readonly /></td>
+		</tr>
+		<tr>
+			<td><label for="Mirror_Bootstrap_Security">--mirror-bootstrap-security:</label> </td>
+			<td><input id="Mirror_Bootstrap_Security" name="mirror_bootstrap_security" maxlength="256" size="50" type="text" value="http://ftp.de.debian.org/debian-security/" readonly /></td>
+		</tr>
+		<tr>
+			<td><label for="Mirror_Binary">--mirror-binary:</label> </td>
+			<td><input id="Mirror_Binary" name="mirror_binary" maxlength="256" size="50" type="text" value="http://ftp.debian.org/debian/" readonly /></td>
+		</tr>
+		<tr>
+			<td><label for="Mirror_Binary_Security">--mirror-binary-security:</label> </td>
+			<td><input id="Mirror_Binary_Security" name="mirror_binary_security" maxlength="256" size="50" type="text" value="http://security.debian.org/" readonly /></td>
+		</tr>
+		<tr>
+			<td><label for="Sections">--sections:</label> </td>
+			<td><input id="Sections" name="sections" maxlength="128" size="50" type="text" value="main" readonly /></td>
+		</tr>
+	</table>
+</div>
+
+<span id="click_3" onmouseover='javascript:objectOver(this)' onmouseout='javascript:objectOut(this)' onclick='javascript:collapse(3,"<b>Advanced chroot settings</b>")'>
+	<b>Advanced chroot settings</b><small>&nbsp;(click to expand)</small>
+	<br />
+</span>
+
+<div id="text_3" style='margin-left:0;display:none'>
+	<table>
+		<tr>
 			<td><label for="Chroot_Filesystem">--chroot-filesystem:</label> </td>
 			<td>
 				<select id="Chroot_Filesystem" name="chroot_filesystem" size="1">
@@ -100,12 +149,12 @@
 	</table>
 </div>
 
-<span id="click_3" onmouseover='javascript:objectOver(this)' onmouseout='javascript:objectOut(this)' onclick='javascript:collapse(3,"<b>Advanced binary settings</b>")'>
+<span id="click_4" onmouseover='javascript:objectOver(this)' onmouseout='javascript:objectOut(this)' onclick='javascript:collapse(4,"<b>Advanced binary settings</b>")'>
 	<b>Advanced binary settings</b><small>&nbsp;(click to expand)</small>
 	<br />
 </span>
 
-<div id="text_3" style='margin-left:0;display:none'>
+<div id="text_4" style='margin-left:0;display:none'>
 	<table>
 		<!-- LIVE_BINARY_IMAGES -->
 		<tr>
@@ -175,8 +224,8 @@
 			<td><label for="Memtest">--memtest:</label> </td>
 			<td>
 				<select id="Memtest" name="memtest" size="1">
+					<option value="memtest86">memtest86</option>
 					<option selected value="memtest86+">memtest86+</option>
-					<option value="memtest86">memtest86</option>
 					<option value="none">none</option>
 				</select>
 			</td>
@@ -192,7 +241,7 @@
 		<!-- LIVE_SYSLINUX_SPLASH -->
 		<tr>
 			<td><label for="Username">--username:</label> </td>
-			<td><input id="Username" name="username" maxlength="128" size="50" type="text" value="debian" /></td>
+			<td><input id="Username" name="username" maxlength="128" size="50" type="text" value="user" /></td>
 		</tr>
 	</table>
 </div>




More information about the Debian-live-changes mailing list