small gui fixes

This commit is contained in:
tipaul 2003-01-23 12:29:10 +00:00
parent a9b32d47f4
commit a95a4740ac
14 changed files with 393 additions and 139 deletions

View file

@ -1,119 +1,119 @@
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<!--Authored by rachel@katipo.co.nz 104:38 1/11/99-->
<!--updated by rachel@katipo.co.nz 12:24 12/01/00-->
<html>
<head>
<title>KOHA: INTRANET: Catalogue</title>
<style type="text/css">
<!--
select,option {font-size:12px}
-->
</style>
<SCRIPT LANGUAGE="JavaScript">
<!--
// go to page selected from options menu
function leapto(form) {
var myindex=form.dest.selectedIndex
parent.location.href=(form.dest.options[myindex].value);
}
function focusinput() {
window.onerror=null;
if (document.forms[0]) {
document.forms[0].elements[0].focus();
}
}
if (document.images){
menu=new Image;
menu.src ="/images/cat-cat.gif"
}
function messenger(url){
window1=window.open(url,"window1","height=250,width=350,left=150,top=50,350,screenY=50");
}
//-->
</script>
</head>
<body text="black" bgcolor="white" link="#0000ff"
vlink="#0000ff" "3366cc" Alink="#cc3300"
marginheight=0 marginwidth=0 leftmargin=0 topmargin=0
onLoad=focusinput()>
<!--HDL Colours
Yellow = ffcc00
light blue = ccccff
bright blue links = 0000ff
aubergine = 663266
light green/grey = cccc99
-->
<!------------------------MENUS-------------------------------->
<table cellpadding=0 cellspacing=0 width="100%" border=0>
<tr bgcolor=663266 >
<td valign=top>
<table cellpadding=0 cellspacing=0 border=0 height=29>
<tr valign=top bgcolor=663266 >
<td background="/images/catalogue-spot-1.gif" width="224"
height="29"><font size=1 face="arial"><img src="/images/holder.gif" width=210 height=4 alt=" " hspace=0 vspace=0><br>
<img src="/images/holder.gif"
width=35 height=21 align=left alt=" " hspace=0 vspace=0><font size="+1">KOHA: <a href="/cgi-bin/koha/mainpage.pl">Main Menu</a></font><br>
<img src="/images/holder.gif" width=210 height=1 alt=" " hspace=0 vspace=0></FONT></td>
</TR></TABLE> </td>
<td valign=bottom align=right>
<img src="/images/holder.gif" WIDTH=1 HEIGHT=38 HSPACE=0 vspace=0></td>
<td valign=bottom align=right>
<table cellpadding=0 cellspacing=0 border=0 height=29><tr><td>
<img src=/images/cat-cat.gif border="0" name=menu usemap="#map" HSPACE=0 vspace=0 ></td>
</TR></TABLE></TD>
</tr>
</tr>
<TR VALIGN=TOP BGCOLOR="000000"><TD COLSPAN=3><img src="/images/blackdot.gif" WIDTH=1 HEIGHT=2 HSPACE=0 vspace=0></TD></TR>
</table>
<map name="map">
<area shape="rect" coords="18,8,84,27" href="/cgi-bin/koha/catalogue-home.pl" alt="Catalogue" onMouseOver="if(document.images)document.menu.src='/images/cat-cat.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
<area shape="rect" coords="94,8,149,28" href="/cgi-bin/koha/members-home.pl" alt="Members" onMouseOver="if(document.images)document.menu.src='/images/cat-mem.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
<area shape="rect" coords="154,9,212,29" alt="Acquisitions" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" onMouseOver="if(document.images)document.menu.src='/images/cat-acq.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
<area shape="rect"alt="Reports" coords="217,7,289,27"href="/cgi-bin/koha/reports-home.pl" onMouseOver="if(document.images)document.menu.src='/images/cat-rep.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
<area shape="rect" coords="306,8,352,27" href="/cgi-bin/koha/circ/circulation.pl" alt="Circulation" onMouseOver="if(document.images)document.menu.src='/images/cat-crc.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
<area shape="rect" alt="Home" coords="374,9,419,29" href="/cgi-bin/koha/mainpage.pl" onMouseOver="if(document.images)document.menu.src='/images/cat-hom.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
<area shape="default" nohref>
</map>
<BLOCKQUOTE>
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<!--Authored by rachel@katipo.co.nz 104:38 1/11/99-->
<!--updated by rachel@katipo.co.nz 12:24 12/01/00-->
<html>
<head>
<title>KOHA: INTRANET: Catalogue</title>
<style type="text/css">
<!--
select,option {font-size:12px}
-->
</style>
<SCRIPT LANGUAGE="JavaScript">
<!--
// go to page selected from options menu
function leapto(form) {
var myindex=form.dest.selectedIndex
parent.location.href=(form.dest.options[myindex].value);
}
function focusinput() {
window.onerror=null;
if (document.forms[0]) {
document.forms[0].elements[0].focus();
}
}
if (document.images){
menu=new Image;
menu.src ="/images/cat-cat.gif"
}
function messenger(url){
window1=window.open(url,"window1","height=250,width=350,left=150,top=50,350,screenY=50");
}
//-->
</script>
</head>
<body text="black" bgcolor="white" link="#0000ff"
vlink="#0000ff" "3366cc" Alink="#cc3300"
marginheight=0 marginwidth=0 leftmargin=0 topmargin=0
onLoad=focusinput()>
<!--HDL Colours
Yellow = ffcc00
light blue = ccccff
bright blue links = 0000ff
aubergine = 663266
light green/grey = cccc99
-->
<!------------------------MENUS-------------------------------->
<table cellpadding=0 cellspacing=0 width="100%" border=0>
<tr bgcolor=663266 >
<td valign=top>
<table cellpadding=0 cellspacing=0 border=0 height=29>
<tr valign=top bgcolor=663266 >
<td background="/images/catalogue-spot-1.gif" width="224"
height="29"><font size=1 face="arial"><img src="/images/holder.gif" width=210 height=4 alt=" " hspace=0 vspace=0><br>
<img src="/images/holder.gif"
width=35 height=21 align=left alt=" " hspace=0 vspace=0><font size="+1">KOHA: <a href="/cgi-bin/koha/mainpage.pl">Main Menu</a></font><br>
<img src="/images/holder.gif" width=210 height=1 alt=" " hspace=0 vspace=0></FONT></td>
</TR></TABLE> </td>
<td valign=bottom align=right>
<img src="/images/holder.gif" WIDTH=1 HEIGHT=38 HSPACE=0 vspace=0></td>
<td valign=bottom align=right>
<table cellpadding=0 cellspacing=0 border=0 height=29><tr><td>
<img src=/images/cat-cat.gif border="0" name=menu usemap="#map" HSPACE=0 vspace=0 ></td>
</TR></TABLE></TD>
</tr>
</tr>
<TR VALIGN=TOP BGCOLOR="000000"><TD COLSPAN=3><img src="/images/blackdot.gif" WIDTH=1 HEIGHT=2 HSPACE=0 vspace=0></TD></TR>
</table>
<map name="map">
<area shape="rect" coords="18,8,84,27" href="/cgi-bin/koha/catalogue-home.pl" alt="Catalogue" onMouseOver="if(document.images)document.menu.src='/images/cat-cat.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
<area shape="rect" coords="94,8,149,28" href="/cgi-bin/koha/members-home.pl" alt="Members" onMouseOver="if(document.images)document.menu.src='/images/cat-mem.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
<area shape="rect" coords="154,9,212,29" alt="Acquisitions" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" onMouseOver="if(document.images)document.menu.src='/images/cat-acq.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
<area shape="rect"alt="Reports" coords="217,7,289,27"href="/cgi-bin/koha/reports-home.pl" onMouseOver="if(document.images)document.menu.src='/images/cat-rep.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
<area shape="rect" coords="306,8,352,27" href="/cgi-bin/koha/circ/circulation.pl" alt="Circulation" onMouseOver="if(document.images)document.menu.src='/images/cat-crc.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
<area shape="rect" alt="Home" coords="374,9,419,29" href="/cgi-bin/koha/mainpage.pl" onMouseOver="if(document.images)document.menu.src='/images/cat-hom.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
<area shape="default" nohref>
</map>
<BLOCKQUOTE>

View file

@ -0,0 +1,25 @@
<br clear=all>
<p> &nbsp; </p>
</BLOCKQUOTE>
<table cellpadding=0 cellspacing=0 width="100%" border=0>
<TR VALIGN=TOP BGCOLOR="000000"><TD COLSPAN=6><img src="/images/blackdot.gif" WIDTH=1 HEIGHT=2 HSPACE=0 vspace=0></TD></TR></TABLE>
<CENTER>
<FONT SIZE=2 face="arial, helvetica">
<A HREF="/cgi-bin/koha/mainpage.pl">Home</a> ||
<A HREF="/cgi-bin/koha/circ/circulation.pl">Circulation</a> ||
<A HREF="/cgi-bin/koha/catalogue-home.pl">Catalogue</a> ||
<A HREF="/cgi-bin/koha/members-home.pl">Members</a> ||
<A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a> ||
<A HREF="/cgi-bin/koha/reports-home.pl">Reports</a> ||
<A HREF="/cgi-bin/koha/admin-home.pl">Admin</a> ||
<A HREF="/help/">Help</a>
</FONT>
</CENTER>
</BODY>
</HTML>

View file

@ -0,0 +1,119 @@
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<!--Authored by rachel@katipo.co.nz 104:38 1/11/99-->
<!--updated by rachel@katipo.co.nz 12:24 12/01/00-->
<html>
<head>
<title>KOHA: INTRANET: Catalogue</title>
<style type="text/css">
<!--
select,option {font-size:12px}
-->
</style>
<SCRIPT LANGUAGE="JavaScript">
<!--
// go to page selected from options menu
function leapto(form) {
var myindex=form.dest.selectedIndex
parent.location.href=(form.dest.options[myindex].value);
}
function focusinput() {
window.onerror=null;
if (document.forms[0]) {
document.forms[0].elements[0].focus();
}
}
if (document.images){
menu=new Image;
menu.src ="/images/cat-cat.gif"
}
function messenger(url){
window1=window.open(url,"window1","height=250,width=350,left=150,top=50,350,screenY=50");
}
//-->
</script>
</head>
<body text="black" bgcolor="white" link="#0000ff"
vlink="#0000ff" "3366cc" Alink="#cc3300"
marginheight=0 marginwidth=0 leftmargin=0 topmargin=0
onLoad=focusinput()>
<!--HDL Colours
Yellow = ffcc00
light blue = ccccff
bright blue links = 0000ff
aubergine = 663266
light green/grey = cccc99
-->
<!------------------------MENUS-------------------------------->
<table cellpadding=0 cellspacing=0 width="100%" border=0>
<tr bgcolor=663266 >
<td valign=top>
<table cellpadding=0 cellspacing=0 border=0 height=29>
<tr valign=top bgcolor=663266 >
<td background="/images/catalogue-spot-1.gif" width="224"
height="29"><font size=1 face="arial"><img src="/images/holder.gif" width=210 height=4 alt=" " hspace=0 vspace=0><br>
<img src="/images/holder.gif"
width=35 height=21 align=left alt=" " hspace=0 vspace=0><font size="+1">KOHA: <a href="/cgi-bin/koha/mainpage.pl">Main Menu</a></font><br>
<img src="/images/holder.gif" width=210 height=1 alt=" " hspace=0 vspace=0></FONT></td>
</TR></TABLE> </td>
<td valign=bottom align=right>
<img src="/images/holder.gif" WIDTH=1 HEIGHT=38 HSPACE=0 vspace=0></td>
<td valign=bottom align=right>
<table cellpadding=0 cellspacing=0 border=0 height=29><tr><td>
<img src=/images/cat-cat.gif border="0" name=menu usemap="#map" HSPACE=0 vspace=0 ></td>
</TR></TABLE></TD>
</tr>
</tr>
<TR VALIGN=TOP BGCOLOR="000000"><TD COLSPAN=3><img src="/images/blackdot.gif" WIDTH=1 HEIGHT=2 HSPACE=0 vspace=0></TD></TR>
</table>
<map name="map">
<area shape="rect" coords="18,8,84,27" href="/cgi-bin/koha/catalogue-home.pl" alt="Catalogue" onMouseOver="if(document.images)document.menu.src='/images/cat-cat.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
<area shape="rect" coords="94,8,149,28" href="/cgi-bin/koha/members-home.pl" alt="Members" onMouseOver="if(document.images)document.menu.src='/images/cat-mem.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
<area shape="rect" coords="154,9,212,29" alt="Acquisitions" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" onMouseOver="if(document.images)document.menu.src='/images/cat-acq.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
<area shape="rect"alt="Reports" coords="217,7,289,27"href="/cgi-bin/koha/reports-home.pl" onMouseOver="if(document.images)document.menu.src='/images/cat-rep.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
<area shape="rect" coords="306,8,352,27" href="/cgi-bin/koha/circ/circulation.pl" alt="Circulation" onMouseOver="if(document.images)document.menu.src='/images/cat-crc.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
<area shape="rect" alt="Home" coords="374,9,419,29" href="/cgi-bin/koha/mainpage.pl" onMouseOver="if(document.images)document.menu.src='/images/cat-hom.gif'" onMouseOut="if(document.images)document.menu.src='/images/cat-cat.gif'">
<area shape="default" nohref>
</map>
<BLOCKQUOTE>

View file

@ -1,4 +1,4 @@
<TMPL_INCLUDE NAME="cat-top.inc">
<TMPL_INCLUDE NAME="parameters-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
<TMPL_ELSE>
@ -38,6 +38,7 @@
<th colspan=2>MARC related</th>
<tr><td valign="top" width="25%"><a href=/cgi-bin/koha/admin/marctagstructure.pl>MARC tag structure</a></td><td>MARC structure : tag then subfields</td></tr>
<tr><td valign="top" width="25%"><a href=/cgi-bin/koha/admin/koha2marclinks.pl>Links koha - MARC DB</a></td><td>Define links between the koha standard DB and the MARC one. Note those links can be defined through MARC structure. This tool is just a shortcut to speed up linkage</td></tr>
<tr><td valign="top" width="25%"><a href=/cgi-bin/koha/admin/checkmarc.pl>Checks MARC</a></td><td>Checks the MARC structure. USE IT before working with real datas. It will show mistakes that BREAKS koha database!</td></tr>
<th colspan=2>Various parameters</th>
<tr>
@ -83,4 +84,4 @@
</tr>
</table>
</center>
<TMPL_INCLUDE NAME="cat-bottom.inc">
<TMPL_INCLUDE NAME="parameters-bottom.inc">

View file

@ -1,4 +1,4 @@
<TMPL_INCLUDE NAME="cat-top.inc">
<TMPL_INCLUDE NAME="parameters-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
<TMPL_ELSE>
@ -116,4 +116,4 @@ data deleted
"</form>"
</TMPL_IF>
<TMPL_INCLUDE NAME="cat-bottom.inc">
<TMPL_INCLUDE NAME="parameters-bottom.inc">

View file

@ -1,4 +1,4 @@
<TMPL_INCLUDE NAME="cat-top.inc">
<TMPL_INCLUDE NAME="parameters-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
<TMPL_ELSE>
@ -121,4 +121,4 @@ data deleted
</form>
</TMPL_IF>
<TMPL_INCLUDE NAME="cat-bottom.inc">
<TMPL_INCLUDE NAME="parameters-bottom.inc">

View file

@ -1,4 +1,4 @@
<TMPL_INCLUDE NAME="cat-top.inc">
<TMPL_INCLUDE NAME="parameters-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
<TMPL_ELSE>
@ -93,4 +93,4 @@ the subfield is not entered through a free field, but though a list of authorise
</form>
</TMPL_IF>
<TMPL_INCLUDE NAME="cat-bottom.inc">
<TMPL_INCLUDE NAME="parameters-bottom.inc">

View file

@ -1,5 +1,5 @@
<HTML>
<TMPL_INCLUDE NAME="cat-top.inc">
<TMPL_INCLUDE NAME="parameters-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Zalogowano jako: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Wyloguj</a>]</p>
<TMPL_ELSE>
@ -85,4 +85,4 @@ Potwierd
</table>
</TMPL_IF>
<TMPL_INCLUDE NAME="cat-bottom.inc">
<TMPL_INCLUDE NAME="parameters-bottom.inc">

View file

@ -0,0 +1,109 @@
<TMPL_INCLUDE NAME="parameters-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<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>
</TMPL_IF>
<table width="100%" cellpadding=5 cellspacing=5>
<tr background="/images/background-mem.gif">
<td><b>Test</b></td>
<td><b>Result</b></td>
</tr>
<!----------------------------------------------------------------------------------------------------------->
<TMPL_IF name="itemnum">
<tr>
<td><b>itemnum</b></td>
<td><li>The field itemnum MUST be mapped </li>
<li>The correspounding subfield MUST be in with -1 (ignore) tab</td>
</tr>
<TMPL_ELSE>
<tr>
<td>OK</td>
<td><i>itemnum : the field itemnumber is mapped to a field in tab -1</i></td>
</tr>
</TMPL_IF>
<!----------------------------------------------------------------------------------------------------------->
<TMPL_IF name="itemfields">
<tr>
<td><b>item fields</b></td>
<td>ALL items fields MUST :<br/>
<li>be mapped to the same tag,</li>
<li>and they must all be in the 10 (items) tab</li></td>
</tr>
<TMPL_ELSE>
<tr>
<td>OK</td>
<td><i>All item fields are in the same tag and in item tab</i></td>
</tr>
</TMPL_IF>
<!----------------------------------------------------------------------------------------------------------->
<TMPL_IF name="itemtype">
<tr>
<td><b>itemtype NOT mapped</b></td>
<td>the biblioitems.itemtype field MUST :<br/>
<li>be mapped to a MARC subfield, </li>
<li>the correspounding subfield MUST have authorised_value=itemtype</li></td>
</tr>
<TMPL_ELSE>
<tr>
<td>OK</td>
<td><i>biblioitems.itemtype defined</i></td>
</tr>
</TMPL_IF>
<!----------------------------------------------------------------------------------------------------------->
<TMPL_IF name="branch">
<tr>
<td><b>branch NOT mapped</b></td>
<td>the items.homebranch field MUST :<br/>
<li>be mapped to a MARC subfield,</li>
<li>the correspounding subfield MUST have authorised value=branch</li></td>
</tr>
<TMPL_ELSE>
<tr>
<td>OK</td>
<td><i>homebranch defined</i></td>
</tr>
</TMPL_IF>
<!----------------------------------------------------------------------------------------------------------->
<TMPL_IF name="holdingbranch">
<tr>
<td><b>holdingbranch NOT mapped</b></td>
<td>the items.holdingbranch field MUST :<br/>
<li>be mapped to a MARC subfield, </li>
<li>the correspounding subfield MUST have authorised value=branch</li></td>
</tr>
<TMPL_ELSE>
<tr>
<td>OK</td>
<td><i>holdingbranch defined</i></td>
</tr>
</TMPL_IF>
<!----------------------------------------------------------------------------------------------------------->
<TMPL_IF name="biblionumber">
<tr>
<td><b>biblio and biblionumber</b></td>
<td>The biblio.biblionumber and biblioitems.biblioitemnumber fields MUST :<br/>
<li>be mapped to a MARC subfield,</li>
<li>be in the SAME tag (for example : 090$a and 090$b)</li>
<li>be in tab -1</li></td>
</tr>
<TMPL_ELSE>
<tr>
<td>OK</td>
<td><i>biblionumber and biblioitemnumber mapped correctly</i></td>
</tr>
</TMPL_IF>
<!----------------------------------------------------------------------------------------------------------->
<TMPL_IF name="total">
<tr>
<td><b>TOTAL</b></td>
<td>You have <TMPL_VAR name="total"> error(s) in your MARC configuration. Please fix them before using koha</td>
</tr>
<TMPL_ELSE>
<tr>
<td>&nbsp;</td>
<td><b>Configuration OK, you don't have errors in your MARC parameters table</b></td>
</tr>
</TMPL_IF>
</table>
<TMPL_INCLUDE NAME="parameters-bottom.inc">

View file

@ -1,4 +1,4 @@
<TMPL_INCLUDE NAME="cat-top.inc">
<TMPL_INCLUDE NAME="parameters-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
<TMPL_ELSE>
@ -184,4 +184,4 @@
</table>
</TMPL_IF>
<TMPL_INCLUDE NAME="cat-bottom.inc">
<TMPL_INCLUDE NAME="parameters-bottom.inc">

View file

@ -1,7 +1,7 @@
<html>
<!-- clarification needed about this page. many questions... what is Lib? a Library? -->
<TMPL_INCLUDE NAME="cat-top.inc">
<TMPL_INCLUDE NAME="parameters-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Zalogowano jako: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Wyloguj</a>]</p>
<TMPL_ELSE>
@ -114,5 +114,5 @@ To dowi
</table>
</TMPL_IF>
<TMPL_INCLUDE NAME="cat-bottom.inc">
<TMPL_INCLUDE NAME="parameters-bottom.inc">
</html>

View file

@ -1,4 +1,4 @@
<TMPL_INCLUDE NAME="cat-top.inc">
<TMPL_INCLUDE NAME="parameters-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
<TMPL_ELSE>
@ -140,4 +140,4 @@
</form>
</TMPL_IF>
<TMPL_INCLUDE NAME="cat-bottom.inc">
<TMPL_INCLUDE NAME="parameters-bottom.inc">

View file

@ -1,4 +1,4 @@
<TMPL_INCLUDE NAME="cat-top.inc">
<TMPL_INCLUDE NAME="parameters-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
<TMPL_ELSE>
@ -141,4 +141,4 @@
</form>
</TMPL_IF>
<TMPL_INCLUDE NAME="cat-bottom.inc">
<TMPL_INCLUDE NAME="parameters-bottom.inc">

View file

@ -1,4 +1,4 @@
<TMPL_INCLUDE NAME="cat-top.inc">
<TMPL_INCLUDE NAME="parameters-top.inc">
<TMPL_IF NAME="loggedinuser">
<p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
<TMPL_ELSE>
@ -147,4 +147,4 @@
</table>
</TMPL_IF>
<TMPL_INCLUDE NAME="cat-bottom.inc">
<TMPL_INCLUDE NAME="parameters-bottom.inc">