Initial review in upgrading templates to 2.2
authoroleonard <oleonard>
Thu, 21 Oct 2004 16:48:00 +0000 (16:48 +0000)
committeroleonard <oleonard>
Thu, 21 Oct 2004 16:48:00 +0000 (16:48 +0000)
koha-tmpl/intranet-tmpl/npl/en/z3950/searchresult.tmpl

index 7dbf785..6023e19 100644 (file)
@@ -1,8 +1,14 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
+<head>
+<title>Z39.50 Search Results</title>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <!-- TMPL_IF name="refresh" -->
        <meta http-equiv="refresh" content="2; url=<!-- TMPL_VAR NAME="refresh" -->">
 <!-- /TMPL_IF -->
+</title>
+</head>
+<body>
 <h3>Z3950 Search Results</h3>
 <table>
 <caption>Bibliographic Records Found</caption>
@@ -37,3 +43,5 @@
        }
 </script>
 <!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->
+</body>
+</html>
\ No newline at end of file