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

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


Author: daniel
Date: 2007-05-29 19:11:12 +0000 (Tue, 29 May 2007)
New Revision: 1877

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 17:59:04 UTC (rev 1876)
+++ dists/trunk/live-webhelper/templates/form.html	2007-05-29 19:11:12 UTC (rev 1877)
@@ -13,8 +13,8 @@
 
 <table>
 	<tr>
-		<td><label for="Email"><u>E</u>mail Address:</label> </td>
-		<td><input accesskey="e" id="Email" name="email" maxlength="50" size="50" type="text" /></td>
+		<td><label for="Email">Email Address:</label> </td>
+		<td><input id="Email" name="email" maxlength="50" size="50" type="text" /></td>
 	</tr>
 </table>
 
@@ -26,9 +26,9 @@
 <div id="text_1" style='margin-left:0;display:block'>
 	<table>
 		<tr>
-			<td><label for="Binary_image">--<u>b</u>inary-image:</label> </td>
+			<td><label for="Binary_Image">--binary-image:</label> </td>
 			<td>
-				<select accesskey="b" id="Binary_image" name="binary_image" size="1">
+				<select id="Binary_Image" name="binary_image" size="1">
 					<option value="hdd">hdd</option>
 					<option selected value="iso">iso</option>
 					<option value="net">net</option>
@@ -37,9 +37,9 @@
 			</td>
 		</tr>
 		<tr>
-			<td><label for="Distribution">--<u>d</u>istribution:</label> </td>
+			<td><label for="Distribution">--distribution:</label> </td>
 			<td>
-				<select accesskey="d" id="Distribution" name="distribution" size="1">
+				<select id="Distribution" name="distribution" size="1">
 					<option selected value="etch">etch</option>
 					<option value="lenny">lenny</option>
 					<option value="sid">sid</option>
@@ -47,9 +47,9 @@
 			</td>
 		</tr>
 		<tr>
-			<td><label for="Packages_lists">--packages-<u>l</u>ists:</label> </td>
+			<td><label for="Packages_Lists">--packages-lists:</label> </td>
 			<td>
-				<select accesskey="l" id="Packages_lists" name="packages_lists" size="1" >
+				<select id="Packages_Lists" name="packages_lists" size="1" >
 					<option value="gnome">gnome</option>
 					<option value="gnome-core">gnome-core</option>
 					<option value="gnome-desktop">gnome-desktop</option>
@@ -74,8 +74,8 @@
 			</td>
 		</tr>
 		<tr>
-			<td><label for="Packages">--<u>p</u>ackages:</label> </td>
-			<td><input accesskey="p" id="Packages" name="packages" maxlength="256" size="50" type="text" /></td>
+			<td><label for="Packages">--packages:</label> </td>
+			<td><input id="Packages" name="packages" maxlength="256" size="50" type="text" /></td>
 		</tr>
 	</table>
 </div>
@@ -88,9 +88,9 @@
 <div id="text_2" style='margin-left:0;display:none'>
 	<table>
 		<tr>
-			<td><label for="Chroot_Filesystem">--chroot-<u>f</u>ilesystem:</label> </td>
+			<td><label for="Chroot_Filesystem">--chroot-filesystem:</label> </td>
 			<td>
-				<select accesskey="f" id="Chroot_Filesystem" name="chroot_filesystem" size="1">
+				<select id="Chroot_Filesystem" name="chroot_filesystem" size="1">
 					<option value="ext2">ext2</option>
 					<option value="plain">plain</option>
 					<option selected value="squashfs">squashfs</option>
@@ -107,22 +107,93 @@
 
 <div id="text_3" style='margin-left:0;display:none'>
 	<table>
+		<!-- LIVE_BINARY_IMAGES -->
 		<tr>
+			<td><label for="Binary_Indices">--binary-indices:</label> </td>
+			<td>
+				<select id="Binary_Indices" name="binary_indices" size="1">
+					<option selected value="enabled">enabled</option>
+					<option value="disabled">disabled</option>
+				</select>
+			</td>
+		</tr>
+		<tr>
+			<td><label for="Bootappend">--bootappend:</label> </td>
+			<td><input id="Bootappend" name="bootappend" maxlength="256" size="50" type="text" value="" /></td>
+		</tr>
+		<tr>
+			<td><label for="Bootloader">--bootloader:</label> </td>
+			<td>
+				<select id="Bootloader" name="bootloader" size="1">
+					<option value="grub">grub</option>
+					<option selected value="syslinux">syslinux</option>
+				</select>
+			</td>
+		</tr>
+		<tr>
+			<td><label for="Debian_Installer">--debian-installer:</label> </td>
+			<td>
+				<select id="Debian_Installer" name="debian_installer" size="1">
+					<option value="enabled">enabled</option>
+					<option selected value="disabled">disabled</option>
+				</select>
+			</td>
+		</tr>
+		<tr>
+			<td><label for="Encryption">--encryption:</label> </td>
+			<td>
+				<select id="Encryption" name="encryption" size="1">
+					<option selected value="none">none</option>
+					<option value="AES128">AES128</option>
+					<option value="AES192">AES192</option>
+					<option value="AES256">AES256</option>
+				</select>
+			</td>
+		</tr>
+		<!-- LIVE_GRUB_SPLASH -->
+		<tr>
+			<td><label for="Hostname">--hostname:</label> </td>
+			<td><input id="Hostname" name="hostname" maxlength="128" size="50" type="text" value="debian" /></td>
+		</tr>
+		<tr>
 			<td><label for="Iso_Application">--iso-application:</label> </td>
-			<td><input accesskey="i" id="Iso_Application" name="iso_application" maxlength="128" size="50" type="text" value="Debian Live" /></td>
+			<td><input id="Iso_Application" name="iso_application" maxlength="128" size="50" type="text" value="Debian Live" /></td>
 		</tr>
 		<tr>
 			<td><label for="Iso_Preparer">--iso-preparer:</label> </td>
-			<td><input accesskey="i" id="Iso_Preparer" name="iso_preparer" maxlength="128" size="50" type="text" value="live-helper VERSION; http://packages.qa.debian.org/live-helper" readonly/></td>
+			<td><input id="Iso_Preparer" name="iso_preparer" maxlength="128" size="50" type="text" value="live-helper VERSION; http://packages.qa.debian.org/live-helper" /></td>
 		</tr>
 		<tr>
 			<td><label for="Iso_Publisher">--iso-publisher:</label> </td>
-			<td><input accesskey="i" id="Iso_Publisher" name="iso_publisher" maxlength="128" size="50" type="text" value="Debian Live project; http://debian-live.alioth.debian.org/; debian-live-devel at lists.alioth.debian.org" /></td>
+			<td><input id="Iso_Publisher" name="iso_publisher" maxlength="128" size="50" type="text" value="Debian Live project; http://debian-live.alioth.debian.org/; debian-live-devel at lists.alioth.debian.org" /></td>
 		</tr>
 		<tr>
 			<td><label for="Iso_Volume">--iso-volume:</label> </td>
-			<td><input accesskey="i" id="Iso_Volume" name="iso_volume" maxlength="128" size="50" type="text" value="Debian Live DATE" readonly/></td>
+			<td><input id="Iso_Volume" name="iso_volume" maxlength="128" size="50" type="text" value="Debian Live DATE" /></td>
 		</tr>
+		<tr>
+			<td><label for="Memtest">--memtest:</label> </td>
+			<td>
+				<select id="Memtest" name="memtest" size="1">
+					<option selected value="memtest86+">memtest86+</option>
+					<option value="memtest86">memtest86</option>
+					<option value="none">none</option>
+				</select>
+			</td>
+		</tr>
+		<tr>
+			<td><label for="Net_Path">--net-path:</label> </td>
+			<td><input id="Net_Path" name="net_path" maxlength="256" size="50" type="text" value="/srv/debian-live" /></td>
+		</tr>
+		<tr>
+			<td><label for="Net_Server">--net-server:</label> </td>
+			<td><input id="Net_Server" name="net_server" maxlength="15" size="50" type="text" value="192.168.1.1" /></td>
+		</tr>
+		<!-- 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>
+		</tr>
 	</table>
 </div>
 




More information about the Debian-live-changes mailing list