Corrections to make markup more valid (quoting attributes, encoding ampersands, etc.)
[koha.git] / koha-tmpl / intranet-tmpl / default / en / default.tmpl
index 468a58c..d290b7c 100644 (file)
@@ -1,28 +1,27 @@
-<!-- TMPL_INCLUDE NAME="/usr/share/koha/intranet/htdocs/includes/cat-top.inc" -->
-<center>
+<!-- TMPL_INCLUDE NAME="cat-top.inc" -->
 
-<table border=0 cellspacing=0 cellpadding=2>
-<tr bgcolor=#ccccff background="/images/background-mem.gif">
+<table border="0" cellspacing="0" cellpadding="2">
+<tr bgcolor="#ccccff" background="/images/background-mem.gif">
 <th>Title</th><th>Author</th><th>Item Count</th><th>Biblionumber</th></tr>
-<!-- TMPL_LOOP NAME=SEARCH_RESULTS -->
+<!-- TMPL_LOOP NAME="SEARCH_RESULTS" -->
   <tr>
-  <td><a href=/cgi-bin/koha/detail.pl?type=intra&bib=<!-- TMPL_VAR NAME=biblionumber ESCAPE=HTML -->><!-- TMPL_VAR NAME=title --></a></td>
-  <td> <!-- TMPL_VAR NAME=author --> </td>
-  <td align=center> <!-- TMPL_VAR NAME=itemcount --> </td>
-  <td> <!-- TMPL_VAR NAME=biblionumber --> </td>
+  <td><a href="/cgi-bin/koha/detail.pl?type=intra&amp;bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE=HTML -->"><!-- TMPL_VAR NAME="title" --></a></td>
+  <td> <!-- TMPL_VAR NAME="author" --> </td>
+  <td align="center"> <!-- TMPL_VAR NAME="itemcount" --> </td>
+  <td> <!-- TMPL_VAR NAME="biblionumber" --> </td>
   </tr>
 <!-- /TMPL_LOOP -->
-<tr bgcolor=#ccccff backgound="/images/background-mem.gif"><td colspan=4>
-    <table border=0 cellpadding=0 cellspacing=0 width=100% background="/images/background-mem.gif">
-    <tr><td align=left>
-    <a href=search.pl?template=<!-- TMPL_VAR NAME="template" -->&startfrom=<!-- TMPL_VAR NAME="prevstartfrom" -->>Previous Records</a>
-    </td><td align=right>
-    <a href=search.pl?template=<!-- TMPL_VAR NAME="template" -->&startfrom=<!-- TMPL_VAR NAME="nextstartfrom" -->>Next Records</a>
+<tr bgcolor="#ccccff" backgound="/images/background-mem.gif"><td colspan="4">
+    <table border="0" cellpadding="0" cellspacing="0" width="100%" background="/images/background-mem.gif">
+    <tr><td align="left">
+    <a href="search.pl?template=<!-- TMPL_VAR NAME="template" -->&amp;startfrom=<!-- TMPL_VAR NAME="prevstartfrom" -->">Previous Records</a>
+    </td><td align="right">
+    <a href="search.pl?template=<!-- TMPL_VAR NAME="template" -->&amp;startfrom=<!-- TMPL_VAR NAME="nextstartfrom" -->">Next Records</a>
     </td></tr>
     </table>
 </td></tr>
 </table>
 <br>
-Results <i><!-- TMPL_VAR NAME="startfrom" --></i> through </i><!-- TMPL_VAR NAME="endat" --></i> of <i><!-- TMPL_VAR NAME="numrecords" --></i> records.
+Results <i><!-- TMPL_VAR NAME="startfrom" --></i> through <i><!-- TMPL_VAR NAME="endat" --></i> of <i><!-- TMPL_VAR NAME="numrecords" --></i> records.
 <hr>
-<!-- TMPL_INCLUDE NAME="/usr/share/koha/intranet/htdocs/includes/cat-bottom.inc" -->
+<!-- TMPL_INCLUDE NAME="cat-bottom.inc" -->