Corrections to make markup more valid (quoting attributes, encoding ampersands, etc.)
[koha.git] / koha-tmpl / intranet-tmpl / default / en / charges.tmpl
index 4b81b66..9ff6a61 100644 (file)
@@ -1,6 +1,6 @@
-<HTML>
+<html>
 
-<TMPL_VAR NAME=startmenuissue>
+<!-- TMPL_VAR NAME="startmenuissue" -->
 
 <p>
 Each box needs to be filled in with fine,time to start charging,charging cycle<br>
@@ -8,25 +8,25 @@ eg 1,7,7 = $1 fine, after 7 days, every 7 days.<p>
 
 <table>
   <tr bgcolor="white">
-    <TMPL_LOOP NAME=firstrowloop>
-      <td><TMPL_VAR NAME=description></td>
-    </TMPL_LOOP>
+    <!-- TMPL_LOOP NAME="firstrowloop" -->
+      <td><!-- TMPL_VAR NAME="description" --></td>
+    <!-- /TMPL_LOOP -->
   </tr>
-  <form action=/cgi-bin/koha/updatecharges.pl method=post>
-  <TMPL_LOOP NAME=tablebodyloop>
+  <form action="/cgi-bin/koha/updatecharges.pl" method="post">
+  <!-- TMPL_LOOP NAME="tablebodyloop" -->
     <tr bgcolor="whitw">
-      <td><TMPL_VAR NAME=description></td>
-      <TMPL_LOOP NAME=rowloop>
-        <td><input type=text name="<TMPL_VAR NAME=name>" value="<TMPL_VAR NAME=value>" size=6></td>
-      </TMPL_LOOP>
+      <td><!-- TMPL_VAR NAME="description" --></td>
+      <!-- TMPL_LOOP NAME="rowloop" -->
+        <td><input type="text" name="<!-- TMPL_VAR NAME="name" -->" value="<!-- TMPL_VAR NAME="value" -->" size="6"></td>
+      <!-- /TMPL_LOOP -->
     </tr>
-  </TMPL_LOOP>
+  <!-- /TMPL_LOOP -->
 </table>
 
-<input type=submit>
+<input type="submit">
 </form>
 
-<TMPL_VAR NAME=endmenuissue>
+<!-- TMPL_VAR NAME="endmenuissue" -->
 
 </body>
-</HTML>
\ No newline at end of file
+</html>
\ No newline at end of file