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

Daniel Baumann daniel at alioth.debian.org
Fri May 4 15:36:54 UTC 2007


Author: daniel
Date: 2007-05-04 15:36:54 +0000 (Fri, 04 May 2007)
New Revision: 1244

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


Modified: dists/trunk/live-webbuilder/html/form.html
===================================================================
--- dists/trunk/live-webbuilder/html/form.html	2007-05-04 15:32:16 UTC (rev 1243)
+++ dists/trunk/live-webbuilder/html/form.html	2007-05-04 15:36:54 UTC (rev 1244)
@@ -7,10 +7,14 @@
 
 <form action="live-webbuilder" method="get">
 
+<fieldset>
+
+<legend>Options</legend>
+
 <table>
 	<tr>
-		<td>* Email Address: </td>
-		<td><input 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>
 	<tr>
 		<td> --binary-image: </td>
@@ -76,6 +80,8 @@
 	</tr>
 </table>
 
+</fieldset>
+
 <br />
 
 <input type="submit" value="Submit" />

Modified: dists/trunk/live-webbuilder/html/header.html
===================================================================
--- dists/trunk/live-webbuilder/html/header.html	2007-05-04 15:32:16 UTC (rev 1243)
+++ dists/trunk/live-webbuilder/html/header.html	2007-05-04 15:36:54 UTC (rev 1244)
@@ -7,6 +7,10 @@
 		<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">
+
+		<style type="text/css">
+			label { cursor:pointer; }
+		</style>
 	</head>
 <body>
 




More information about the Debian-live-changes mailing list