Minor changes to correct for validity
authoroleonard <oleonard>
Fri, 18 Jun 2004 20:49:54 +0000 (20:49 +0000)
committeroleonard <oleonard>
Fri, 18 Jun 2004 20:49:54 +0000 (20:49 +0000)
koha-tmpl/intranet-tmpl/default/en/includes/about-top.inc
koha-tmpl/intranet-tmpl/default/en/includes/acquisitions-top.inc
koha-tmpl/intranet-tmpl/default/en/includes/auth-top.inc
koha-tmpl/intranet-tmpl/default/en/includes/cat-top.inc
koha-tmpl/intranet-tmpl/default/en/includes/circulation-top.inc
koha-tmpl/intranet-tmpl/default/en/includes/help-top.inc
koha-tmpl/intranet-tmpl/default/en/includes/members-top.inc
koha-tmpl/intranet-tmpl/default/en/includes/parameters-top.inc
koha-tmpl/intranet-tmpl/default/en/includes/popup-top.inc
koha-tmpl/intranet-tmpl/default/en/includes/reports-top.inc

index a0ff473..05b1c48 100644 (file)
@@ -1,21 +1,17 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
 <html>
 <head>
 <title>KOHA: INTRANET: About</title>
 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-
-</head>
-<body>
-
-<script>
+<script language="JavaScript" type="text/javascript">
 function Help() {
        newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
 }
 </script>
 
-<style>
+<style type="text/css">
 
 .about {
        background-color: #86c268;
@@ -30,12 +26,14 @@ a.about:hover {
        font-weight: bold;
        }
 </style>
+</head>
+<body>
 
-<!------------------------MENUS-------------------------------->
+<!-- MENUS -->
 <div id="menubar">
        <span class="koha">KOHA</span>
        <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
-       <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
+       <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a>
        <a class="members" href="/cgi-bin/koha/members-home.pl">Members</a>
        <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
        <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
@@ -47,7 +45,7 @@ a.about:hover {
 </div>
 
 <!-- TMPL_IF NAME="loggedinusername" -->
-    <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
+    <p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
 <!-- TMPL_ELSE -->
-    <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
+    <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha</p>
 <!-- /TMPL_IF -->
index 0e2e8d8..df78278 100644 (file)
@@ -1,20 +1,17 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
 <html>
 <head>
 <title>KOHA: INTRANET: Acquisitions</title>
 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-</head>
-<body>
-
-<script>
+<script language="JavaScript" type="text/javascript">
 function Help() {
        newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
 }
 </script>
 
-<style>
+<style type="text/css">
 .acquisition {
        background-color: #ffdf61;
        color:#000000;
@@ -29,12 +26,14 @@ a.acquisition:hover {
        font-weight: bold;
        }
 </style>
+</head>
+<body>
 
-<!------------------------MENUS-------------------------------->
+<!-- MENUS -->
 <div id="menubar">
        <span class="koha">KOHA</span>
        <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
-       <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
+       <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a>
        <a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>
        <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
        <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
@@ -45,7 +44,7 @@ a.acquisition:hover {
        <a class="catalogue" href="javascript:Help()">Help</a>
 </div>
 <!-- TMPL_IF NAME="loggedinusername" -->
-    <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
+    <p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
 <!-- TMPL_ELSE -->
-    <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
+    <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha</p>
 <!-- /TMPL_IF -->
index b7a14de..cdd58aa 100644 (file)
@@ -1,4 +1,4 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
 <html>
 <head>
@@ -14,7 +14,7 @@ window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
 // end hiding -->
 </script>
 
-<script>
+<script language="JavaScript" type="text/javascript">
 function Help() {
        newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
 }
@@ -26,7 +26,7 @@ function addauthority() {
 </script>
 
 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
-<style>
+<style type="text/css">
 .authority {
        background-color: #6b7cbe;
        color:#FFFFFF;
@@ -42,13 +42,14 @@ a.authority:hover {
        }
 </style>
 </head>
+
 <body>
-<!------------------------MENUS-------------------------------->
+<!-- MENUS -->
 <form>
 <div id="menubar">
        <span class="koha">KOHA</span>
        <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
-       <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
+       <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a>
        <a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>
        <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
        <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
@@ -72,9 +73,9 @@ a.authority:hover {
 </div>
 </form>
 <!-- TMPL_IF NAME="loggedinusername" -->
-    <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
+    <p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
 <!-- TMPL_ELSE -->
-    <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
+    <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha</p>
 <!-- /TMPL_IF -->
 <a href="
 javascript:(
index 68711b7..f111cb8 100644 (file)
@@ -1,4 +1,4 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
 <html>
 <head>
@@ -14,14 +14,14 @@ window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
 // end hiding -->
 </script>
 
-<script>
+<script language="JavaScript" type="text/javascript">
 function Help() {
        newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
 }
 </script>
 
 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
-<style>
+<style type="text/css">
 .catalogue {
        background-color:#ad11ad;
        color:#FFFFFF;
@@ -35,12 +35,13 @@ a.catalogue:hover {
        }
 </style>
 </head>
+
 <body>
-<!------------------------MENUS-------------------------------->
+<!-- MENUS -->
 <div id="menubar">
        <span class="koha">KOHA</span>
        <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
-       <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
+       <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a>
        <a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>
        <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
        <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
@@ -52,15 +53,15 @@ a.catalogue:hover {
 </div>
 <div id="submenu">
        <span class="koha">options &gt;&gt;&nbsp;&nbsp;</span>
-       <a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&type=intranet" class="submenu2">search</a>
+       <a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&amp;type=intranet" class="submenu2">search</a>
        <a href="/cgi-bin/koha/bookshelves/shelves.pl" class="submenu">Virtual shelves</a>
-       <a href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&type=intranet" class="submenu2">Add biblio</a>
+       <a href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&amp;type=intranet" class="submenu2">Add biblio</a>
        <a href="/cgi-bin/koha/maint/catmaintain.pl" class="submenu">Cat maintenance</a>
 </div>
 <!-- TMPL_IF NAME="loggedinusername" -->
-    <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
+    <p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
 <!-- TMPL_ELSE -->
-    <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
+    <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha</p>
 <!-- /TMPL_IF -->
 <a href="
 javascript:(
index d9f7122..c2b4a07 100644 (file)
@@ -1,4 +1,4 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
 <html>
 <head>
@@ -17,7 +17,7 @@ document.forms[0].elements[0].focus();
 // end hiding -->
 </script>
 
-<script>
+<script language="JavaScript" type="text/javascript">
 function Help() {
        newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
 }
@@ -25,7 +25,7 @@ function Help() {
 
 
 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
-<style>
+<style type="text/css">
 .circulation {
        background-color: #be6170;
        color:#FFFFFF;
@@ -41,13 +41,14 @@ a.circulation:hover {
        }
 </style>
 </head>
-<body onLoad="javascript:focusOnFirst()">
 
-<!------------------------MENUS-------------------------------->
+<body onload="javascript:focusOnFirst()">
+
+<!-- MENUS -->
 <div id="menubar">
        <span class="koha">KOHA</span>
        <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
-       <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
+       <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a>
        <a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>
        <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
        <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
@@ -65,7 +66,7 @@ a.circulation:hover {
 </div>
 
 <!-- TMPL_IF NAME="loggedinusername" -->
-    <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
+    <p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
 <!-- TMPL_ELSE -->
-    <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
+    <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha</p>
 <!-- /TMPL_IF -->
index 4ecb272..5d5ea9a 100644 (file)
@@ -1,4 +1,4 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
 <html>
 <head>
index aecc31a..a2b3ebd 100644 (file)
@@ -1,20 +1,17 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
 <html>
 <head>
 <title>KOHA: INTRANET: Members</title>
 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-</head>
-<body>
-
-<script>
+<script language="JavaScript" type="text/javascript">
 function Help() {
        newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
 }
 </script>
 
-<style>
+<style type="text/css">
 .members {
        background-color: #86c268;
        color:#FFFFFF;
@@ -28,12 +25,15 @@ a.members:hover {
        font-weight: bold;
        }
 </style>
+</head>
+
+<body>
 
-<!------------------------MENUS-------------------------------->
+<!-- MENUS -->
 <div id="menubar">
        <span class="koha">KOHA</span>
        <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
-       <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
+       <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a>
        <a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>
        <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
        <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
@@ -50,7 +50,7 @@ a.members:hover {
        <a href="/cgi-bin/koha/members/memberentry.pl?categorycode=I&actionType=Add" class="submenu">Add organisation</a>
 </div>
 <!-- TMPL_IF NAME="loggedinusername" -->
-    <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
+    <p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
 <!-- TMPL_ELSE -->
-    <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
+    <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha</p>
 <!-- /TMPL_IF -->
index 237416f..104a932 100644 (file)
@@ -1,4 +1,4 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
 <html>
 <head>
@@ -7,7 +7,7 @@
 
 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
 
-<style>
+<style type="text/css">
 .parameters {
        background-color: #86c268;
        color: #FFFFFF;
@@ -24,16 +24,16 @@ a.parameters:hover {
 </head>
 <body>
 
-<script>
+<script language="JavaScript" type="text/javascript">
 function Help() {
        newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
 }
 </script>
-<!------------------------MENUS-------------------------------->
+<!-- MENUS -->
 <div id="menubar">
        <span class="koha">KOHA</span>
        <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
-       <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
+       <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a>
        <a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>
        <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
        <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
@@ -52,7 +52,7 @@ function Help() {
        <a href="/cgi-bin/koha/admin/printers.pl" class="submenu">Printers</a>
 </div>
 <!-- TMPL_IF NAME="loggedinusername" -->
-    <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
+    <p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
 <!-- TMPL_ELSE -->
-    <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
+    <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha</p>
 <!-- /TMPL_IF -->
index 9e36543..31a6483 100644 (file)
@@ -1,12 +1,11 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
 <html>
 <head>
 <title>popup</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-
 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
-<style>
+<style type="text/css">
 .authority {
        background-color: #6b7cbe;
        color:#FFFFFF;
@@ -22,5 +21,6 @@ a.authority:hover {
        }
 </style>
 </head>
+
 <body>
-<!------------------------NO MENUS for popup-top-------------------------------->
+<!-- NO MENUS for popup-top -->
index a817db1..148deec 100644 (file)
@@ -1,20 +1,17 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
 <html>
 <head>
 <title>KOHA: INTRANET: Reports</title>
 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-</head>
-<body>
-
-<script>
+<script language="JavaScript" type="text/javascript">
 function Help() {
        newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
 }
 </script>
 
-<style>
+<style type="text/css">
 .reports {
        background-color: #6b7cbe;
        color:#FFFFFF;
@@ -29,12 +26,14 @@ a.reports:hover {
        font-weight: bold;
        }
 </style>
+</head>
+<body>
 
-<!------------------------MENUS-------------------------------->
+<!-- MENUS -->
 <div id="menubar">
        <span class="koha">KOHA</span>
        <a class="home" href="/cgi-bin/koha/mainpage.pl">Home</a>
-       <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
+       <a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&amp;type=intranet">Catalogue</a>
        <a class="members" href="/cgi-bin/koha/members/members-home.pl">Members</a>
        <a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
        <a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
@@ -47,9 +46,9 @@ a.reports:hover {
        <span class="koha">options &gt;&gt;&nbsp;&nbsp;</span>
        <a href="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes" class="submenu">Itemtypes</a>
 </div>
-<BLOCKQUOTE>
+
 <!-- TMPL_IF NAME="loggedinusername" -->
-    <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
+    <p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a>]</p>
 <!-- TMPL_ELSE -->
-    <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
+    <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha</p>
 <!-- /TMPL_IF -->