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

daniel at alioth.debian.org daniel at alioth.debian.org
Tue May 29 20:01:14 UTC 2007


Author: daniel
Date: 2007-05-29 20:01:14 +0000 (Tue, 29 May 2007)
New Revision: 1883

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:35:30 UTC (rev 1882)
+++ dists/trunk/live-webhelper/templates/form.html	2007-05-29 20:01:14 UTC (rev 1883)
@@ -26,9 +26,9 @@
 <div id="text_1" style='margin-left:0;display:block'>
 	<table>
 		<tr>
-			<td><label for="Binary_Image">--binary-image:</label> </td>
+			<td><label for="Binary_Images">--binary-images:</label> </td>
 			<td>
-				<select id="Binary_Image" name="binary_image" size="1">
+				<select id="Binary_Images" name="binary_images" size="1">
 					<option value="hdd">hdd</option>
 					<option selected value="iso">iso</option>
 					<option value="net">net</option>
@@ -246,6 +246,37 @@
 	</table>
 </div>
 
+<span id="click_5" onmouseover='javascript:objectOver(this)' onmouseout='javascript:objectOut(this)' onclick='javascript:collapse(5,"<b>Advanced source settings</b>")'>
+	<b>Advanced source settings</b><small>&nbsp;(click to expand)</small>
+	<br />
+</span>
+
+<div id="text_5" style='margin-left:0;display:none'>
+	<table>
+		<tr>
+			<td><label for="Source">--source:</label> </td>
+			<td>
+				<select id="Source" name="source" size="1">
+					<option value="enabled">enabled</option>
+					<option selected value="disabled">disabled</option>
+				</select>
+			</td>
+		</tr>
+		<tr>
+			<td><label for="Source_Images">--source-images:</label> </td>
+			<td>
+				<select id="Source_Images" name="source_images" size="1">
+					<option value="generic">generic</option>
+					<option value="hdd">hdd</option>
+					<option selected value="iso">iso</option>
+					<option value="net">net</option>
+					<option value="usb-hdd">usb-hdd</option>
+				</select>
+			</td>
+		</tr>
+	</table>
+</div>
+
 </fieldset>
 
 <br />




More information about the Debian-live-changes mailing list