[Debian-live-changes] r1246 - dists/trunk/live-webbuilder/html

Daniel Baumann daniel at alioth.debian.org
Fri May 4 15:48:35 UTC 2007


Author: daniel
Date: 2007-05-04 15:48:34 +0000 (Fri, 04 May 2007)
New Revision: 1246

Modified:
   dists/trunk/live-webbuilder/html/footer.html
   dists/trunk/live-webbuilder/html/form.html
Log:


Modified: dists/trunk/live-webbuilder/html/footer.html
===================================================================
--- dists/trunk/live-webbuilder/html/footer.html	2007-05-04 15:39:59 UTC (rev 1245)
+++ dists/trunk/live-webbuilder/html/footer.html	2007-05-04 15:48:34 UTC (rev 1246)
@@ -1,5 +1,5 @@
 <div id="footer">
-	Debian Live Project <a href="mailto:debian-live-devel at lists.alioth.debian.org">&lt;debian-live-devel at lists.alioth.debian.org&gt;</a> &mdash; <a href="http://debian-live.alioth.debian.org/legal.html">Legal information</a><br />
+	Richard Nelson <a href="mailto:rjent at rjent.pair.com">&lt;rjent at rjent.pair.com&gt;</a><br />
 </div>
 
 </body>

Modified: dists/trunk/live-webbuilder/html/form.html
===================================================================
--- dists/trunk/live-webbuilder/html/form.html	2007-05-04 15:39:59 UTC (rev 1245)
+++ dists/trunk/live-webbuilder/html/form.html	2007-05-04 15:48:34 UTC (rev 1246)
@@ -14,12 +14,12 @@
 <table>
 	<tr>
 		<td><label for="Email">Email Address:</label> </td>
-		<td><input id="Email" name="email" maxlength="50" size="50" type="text" /></td>
+		<td><input accesskey="1" id="Email" name="email" maxlength="50" size="50" type="text" /></td>
 	</tr>
 	<tr>
 		<td><label for="Binary_image">--binary-image:</label> </td>
 		<td>
-			<select id="Binary_image" name="binary_image" size="1">
+			<select accesskey="2" id="Binary_image" name="binary_image" size="1">
 				<option value="hdd">hdd</option>
 				<option selected value="iso">iso</option>
 				<option value="net">net</option>
@@ -30,7 +30,7 @@
 	<tr>
 		<td><label for="Distribution">--distribution:</label> </td>
 		<td>
-			<select id="Distribution" name="distribution" size="1">
+			<select accesskey="3" id="Distribution" name="distribution" size="1">
 				<option selected value="etch">etch</option>
 				<option value="lenny">lenny</option>
 				<option value="sid">sid</option>
@@ -40,7 +40,7 @@
 	<tr>
 		<td><label for="Filesystem">--filesystem:</label> </td>
 		<td>
-			<select id="Filesystem" name="filesystem" size="1">
+			<select accesskey="4" id="Filesystem" name="filesystem" size="1">
 				<option value="ext2">ext2</option>
 				<option value="plain">plain</option>
 				<option selected value="squashfs">squashfs</option>
@@ -50,7 +50,7 @@
 	<tr>
 		<td><label for="Packages_list">--packages-lists:</label> </td>
 		<td>
-			<select id="Packages_list" name="packages_lists" size="1" >
+			<select accesskey="5" id="Packages_list" name="packages_lists" size="1" >
 				<option value="gnome">gnome</option>
 				<option value="gnome-core">gnome-core</option>
 				<option selected value="gnome-desktop">gnome-desktop</option>
@@ -76,13 +76,17 @@
 	</tr>
 	<tr>
 		<td><label for="Packages">--packages:</label> </td>
-		<td><input id="Packages" name="packages" maxlength="200" size="50" type="text" /></td>
+		<td><input accesskey="6" id="Packages" name="packages" maxlength="200" size="50" type="text" /></td>
 	</tr>
 </table>
 
-</fieldset>
-
 <br />
+<br />
 
+<input type="reset" value="Reset" />
+&nbsp;
 <input type="submit" value="Submit" />
+
+</fieldset>
+
 </form>




More information about the Debian-live-changes mailing list