[interchange-cvs] interchange - docelic modified dist/standard/pages/lost_password.html

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Feb 6 08:51:55 EST 2008


User:      docelic
Date:      2008-02-06 13:51:55 GMT
Modified:  dist/standard/pages lost_password.html
Log:
* Clean up lost_password page by lowercasing HTML and inserting quotes,
	i.e.     <INPUT TYPE=submit>  --->  <input type="submit">.

	Corrections double-checked and tested in a working setup.

Revision  Changes    Path
1.3       +53 -50    interchange/dist/standard/pages/lost_password.html


rev 1.3, prev_rev 1.2
Index: lost_password.html
===================================================================
RCS file: /var/cvs/interchange/dist/standard/pages/lost_password.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lost_password.html	23 Apr 2005 18:10:10 -0000	1.2
+++ lost_password.html	6 Feb 2008 13:51:55 -0000	1.3
@@ -35,65 +35,68 @@
     [/if]
 
 
-<FORM METHOD="POST" ACTION="[area query/get_password]">
+<form method="post" action="[area query/get_password]">
 [form-session-id]
-<INPUT TYPE=hidden NAME=mv_coordinate VALUE=yes>
-<INPUT TYPE=hidden NAME=mv_searchtype VALUE=db>
-<INPUT TYPE=hidden NAME=mv_search_file VALUE=userdb>
+<input type="hidden" name="mv_coordinate" value="yes">
+<input type="hidden" name="mv_searchtype" value="db">
+<input type="hidden" name="mv_search_file" value="userdb">
 
-<INPUT TYPE=hidden NAME=mv_search_field VALUE=fname>
-<INPUT TYPE=hidden NAME=mv_search_field VALUE=lname>
-<INPUT TYPE=hidden NAME=mv_search_field VALUE=email>
-<INPUT TYPE=hidden NAME=mv_search_field VALUE=zip>
-<INPUT TYPE=hidden NAME=mv_substring_match VALUE=no>
-<INPUT TYPE=hidden NAME=mv_substring_match VALUE=no>
-<INPUT TYPE=hidden NAME=mv_substring_match VALUE=no>
-<INPUT TYPE=hidden NAME=mv_substring_match VALUE=yes>
-<INPUT TYPE=hidden NAME=mv_column_op VALUE=rm>
-<INPUT TYPE=hidden NAME=mv_column_op VALUE=rm>
-<INPUT TYPE=hidden NAME=mv_column_op VALUE=rm>
-<INPUT TYPE=hidden NAME=mv_column_op VALUE=rm>
-<TABLE WIDTH=80%>
-<TR><TD __HEADERBG__>
-    <FONT SIZE="+1" COLOR="__HEADERTEXT__">[L]Lost your customer ID?[/L]</FONT>
-    </TD>
-</TR></TABLE>
-<BLOCKQUOTE>
+<input type="hidden" name="mv_search_field" value="fname">
+<input type="hidden" name="mv_search_field" value="lname">
+<input type="hidden" name="mv_search_field" value="email">
+<input type="hidden" name="mv_search_field" value="zip">
+<input type="hidden" name="mv_substring_match" value="no">
+<input type="hidden" name="mv_substring_match" value="no">
+<input type="hidden" name="mv_substring_match" value="no">
+<input type="hidden" name="mv_substring_match" value="yes">
+<input type="hidden" name="mv_column_op" value="rm">
+<input type="hidden" name="mv_column_op" value="rm">
+<input type="hidden" name="mv_column_op" value="rm">
+<input type="hidden" name="mv_column_op" value="rm">
+
+<table width="80%">
+<tr><td __HEADERBG__>
+    <font size="+1" color="__HEADERTEXT__">[L]Lost your customer ID?[/L]</font>
+    </td>
+</tr></table>
+
+<blockquote>
  [L]Just complete enough to ensure one match.[/L]
-</BLOCKQUOTE>
-<TABLE WIDTH=80%>
-<TR>
-	<TD ALIGN=RIGHT>
+</blockquote>
+
+<table width="80%">
+<tr>
+	<td align="right">
 	[L]First Name[/L]
-	</TD>
- 	<TD><INPUT NAME="mv_searchspec" TYPE="text" SIZE="24"></TD>
-</TR>
-<TR>
-	<TD ALIGN=RIGHT>
+	</td>
+ 	<td><input name="mv_searchspec" type="text" size="24"></td>
+</tr>
+<tr>
+	<td align="right">
 	[L]Last Name[/L]
-	</TD>
-	<TD><INPUT NAME="mv_searchspec" TYPE="text" SIZE="24"></TD>
-</TR>
-<TR>
-	<TD ALIGN=RIGHT>
+	</td>
+	<td><input name="mv_searchspec" type="text" size="24"></td>
+</tr>
+<tr>
+	<td align="right">
 	[L]Email[/L]
-	</TD>
-	<TD><INPUT NAME="mv_searchspec" TYPE="text" SIZE="24"></TD>
-</TR>
-<TR>
-	<TD ALIGN=RIGHT>
+	</td>
+	<td><input name="mv_searchspec" type="text" size="24"></td>
+</tr>
+<tr>
+	<td align="right">
 	[L]Zip Code[/L]
-	</TD>
-	<TD><INPUT NAME="mv_searchspec" TYPE="text" SIZE="24"></TD>
+	</td>
+	<td><input name="mv_searchspec" type="text" size="24"></td>
 
-</TR>
-<TR>
-	<TD ALIGN=RIGHT>&nbsp;</TD>
+</tr>
+<tr>
+	<td align="right">&nbsp;</td>
 	
-	<TD><INPUT TYPE=SUBMIT VALUE="[L]Submit[/L]"><INPUT TYPE="reset"></TD>
-</TR>
-</TABLE>
-</FORM>
+	<td><input type="submit" value="[L]Submit[/L]"><input type="reset"></td>
+</tr>
+</table>
+</form>
 
   </td>
 </tr>








More information about the interchange-cvs mailing list