[LON-CAPA-cvs] cvs: loncom /xml lonxml.pm

raeburn raeburn@source.lon-capa.org
Mon, 08 Feb 2010 00:35:06 -0000


raeburn		Mon Feb  8 00:35:06 2010 EDT

  Modified files:              
    /loncom/xml	lonxml.pm 
  Log:
  - xhtml.
  
  
Index: loncom/xml/lonxml.pm
diff -u loncom/xml/lonxml.pm:1.504 loncom/xml/lonxml.pm:1.505
--- loncom/xml/lonxml.pm:1.504	Wed Dec  2 18:33:43 2009
+++ loncom/xml/lonxml.pm	Mon Feb  8 00:35:06 2010
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # XML Parser Module 
 #
-# $Id: lonxml.pm,v 1.504 2009/12/02 18:33:43 bisitz Exp $
+# $Id: lonxml.pm,v 1.505 2010/02/08 00:35:06 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -244,7 +244,7 @@
         document.tokeninput.barcode.value='';
     }  
 </script>
-<form method="post" name="tokeninput">
+<form method="post" name="tokeninput" action="">
 <table border="2" bgcolor="#FFFFBB">
 <tr><th>DocID Checkin</th></tr>
 <tr><td>
@@ -252,7 +252,7 @@
 <tr>
 <td>Scan in Barcode</td>
 <td><input type="text" size="22" name="barcode" 
-onChange="updatetoken()"/></td>
+onchange="updatetoken()"/></td>
 </tr>
 <tr><td><i>or</i> Type in DocID</td>
 <td>
@@ -261,7 +261,7 @@
 <input type="text" size="5" name="codetwo" />
 <b><font size="+2">*</font></b>
 <input type="text" size="10" name="codethree" value="$defhost" 
-onChange="this.value=this.value.toUpperCase()" />
+onchange="this.value=this.value.toUpperCase()" />
 </td></tr>
 </table>
 </td></tr>