]> iEval git - html-element-library.git/blobdiff - t/html/unroll_select.html
Bump version and update Changes
[html-element-library.git] / t / html / unroll_select.html
index e9ac45c03afbc298e3f7eaf804c6e0a0e7334c30..5dfe7255c2794aedf2fd5e2d98a008da39c7b728 100644 (file)
@@ -1,56 +1,45 @@
 <html>
-<head>
-<title>ctf gimble challenge ladder - signup</title>
-</head>
-
-<body>
-<h3>signup</h3>
-
-
-<form action=ladder.cgi
-      method=POST>
-
-<input type=hidden name=rm value=signup_welcome>
-
-<table>
-
-<tr>
-<td>Screen Name</td> 
-<td><input type=text name=screen_name></td>
-</tr>
-
-<tr>
-<td>Login Name (use this to login next time)</td> 
-<td><input type=text name=login_name></td>
-</tr>
-
-<tr>
-<td>Clan Name</td> 
-<td>
-<select name=name id=clan_list>
- <option id=clan_name>  clan_name </option>
-</select>
-</td>
-</tr>
-
-<tr><td>Password (<b>Don't choose one you use elsewhere.)</b></td> 
-<td><input type=password name=password></td>
-</tr>
-
-<tr>
-<td>Password (Again)</td> 
-<td><input type=password name=password_again></td>
-</tr>
-
-<tr>
-<td>Email</td> 
-<td><input type=text name=email></td>
-</tr>
-
-</table>
-
-<input type=submit>
-
-</form>
-</body>
-</html>
\ No newline at end of file
+       <head><title>ctf gimble challenge ladder - signup</title></head>
+       <body>
+               <h3>signup</h3>
+               <form action=ladder.cgi method=POST>
+                       <input type=hidden name=rm value=signup_welcome />
+                       <table>
+                               <tr>
+                                       <td>Screen Name</td>
+                                       <td><input type=text name=screen_name /></td>
+                               </tr>
+
+                               <tr>
+                                       <td>Login Name (use this to login next time)</td>
+                                       <td><input type=text name=login_name /></td>
+                               </tr>
+
+                               <tr>
+                                       <td>Clan Name</td>
+                                       <td>
+                                               <select name=name id=clan_list>
+                                                       <option id=clan_name>  clan_name </option>
+                                               </select>
+                                       </td>
+                               </tr>
+
+                               <tr>
+                                       <td>Password (<b>Don't choose one you use elsewhere.)</b></td>
+                                       <td><input type=password name=password /></td>
+                               </tr>
+
+                               <tr>
+                                       <td>Password (Again)</td>
+                                       <td><input type=password name=password_again /></td>
+                               </tr>
+
+                               <tr>
+                                       <td>Email</td>
+                                       <td><input type=text name=email /></td>
+                               </tr>
+                       </table>
+                       <input type=submit />
+               </form>
+       </body>
+</html>
This page took 0.030267 seconds and 4 git commands to generate.