[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/pl/includes about-bottom.inc,NONE,1.1 about-top.inc,NONE,1.1 common-style.css,NONE,1.1 parameters-bottom.inc,NONE,1.1 acquisitions-bottom.inc,1.1,1.2 acquisitions-top.inc,1.2,1.3 cat-bottom.inc,1.1,1.2 cat-top.inc,1.2,1.3 circulation-bottom.inc,1.1,1.2 circulation-top.inc,1.2,1.3 issues-bottom.inc,1.1,1.2 members-top.inc,1.2,1.3 parameters-top.inc,1.1,1.2 reports-bottom.inc,1.1,1.2 reports-top.inc,1.2,1.3

Benedict P. Barszcz kb2qzv at users.sourceforge.net
Mon Oct 27 15:33:48 CET 2003


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/includes
In directory sc8-pr-cvs1:/tmp/cvs-serv3589

Modified Files:
	acquisitions-bottom.inc acquisitions-top.inc cat-bottom.inc 
	cat-top.inc circulation-bottom.inc circulation-top.inc 
	issues-bottom.inc members-top.inc parameters-top.inc 
	reports-bottom.inc reports-top.inc 
Added Files:
	about-bottom.inc about-top.inc common-style.css 
	parameters-bottom.inc 
Log Message:
update of translations, synchronization with files in ../default/en directory. Whenever they change we must followup... . 

--- NEW FILE ---
<html><br clear=all>
<p> &nbsp; </p>


</BLOCKQUOTE>

<CENTER>
<FONT SIZE=2  face="arial, helvetica">
<A HREF="/cgi-bin/koha/mainpage.pl">Pocz±tek</a> ||
<A HREF="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Katalog</a> ||
<A HREF="/cgi-bin/koha/members-home.pl">Cz³onkowie</a> ||
<A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Akwizycje</a> ||
<A HREF="/cgi-bin/koha/circ/circulation.pl">Cyrkulacja</a> ||
<A HREF="/cgi-bin/koha/reports-home.pl">Reporty</a> ||
<A HREF="/cgi-bin/koha/admin-home.pl">Parametry</a> ||
<A HREF="/cgi-bin/koha/about.pl">About</a> || 
Pomoc
</FONT>
</CENTER>
</BODY>

</HTML>

--- NEW FILE ---
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">

<html>
<head>
<title>KOHA: INTRANET: Parametry</title>
<link rel="stylesheet" type="text/css" href="<TMPL_VAR name="themelang">/includes/common-style.css">

</head>
<body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>

<style>

a.about {
	background-color: #86c268;
	font-weight: normal;
	text-decoration: none;
	cursor: hand;
	color: #FFFFFF;
	padding:4px;
	font-weight: bold;
	}
a.about:hover {
	background-color: #86c268;
	color: #FFFFFF;
	text-decoration: normal;
	font-weight: bold;
	}
</style>

<!------------------------MENUS-------------------------------->
<table cellpadding=0 cellspacing=0 width="100%" border=0>
<tr height="45">
	<td valign="bottom" align="left">
		<table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
		<tr>
			<td>
			<div id="menubar">
			<table cellpadding=0 cellspacing=0  border=0 height=29 width=70%>
				<tr>
					<td class="koha"><b>KOHA</b></td>
					<td>
						<a class="home" href="/cgi-bin/koha/mainpage.pl">Pocz±tek</a>
					</td>
					<td>
						<a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Katalog</a>
					</td>
					<td>
						<a class="members" href="/cgi-bin/koha/members-home.pl">Cz³onkowie</a>
					</td>
					<td>
						<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Akwizycje</a>
					</td>
					<td>
						<a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Cyrkulacja</a>
					</td>
					<td>
						<a class="reports" href="/cgi-bin/koha/reports-home.pl">Reporty</a>
					</td>
					<td>
						<a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parametry</a>
					</td>
					<td>
						<a class="about" href="/cgi-bin/koha/about.pl">About</a>
					</td>
				</TR>
			</TABLE>
			</div>
		</td></tr></table>
	</TD>
</tr>
</table>
<BLOCKQUOTE>
<TMPL_IF NAME="loggedinusername">
    <p align=left>Zalogowany jako: <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>Zaloguj siê</a> do Koha</p>
</TMPL_IF>

--- NEW FILE ---
.button {
	text-align: center;
	font: 1.2em sans-serif;
	padding: 10px 15px;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	text-decoration: none;
	color: black;
	border-radius: 6px;
	-moz-border-radius: 6px;
	background-color:#FFFFFF;
	background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
}

#problem {
	color: red;
	font-weight:bold;
}
#menubar {
	border-top:1px solid #666666;
	font: 1.2em sans-serif;
	background-color:#DDDDDD;
}
#submenu {
	font: 0.5em sans-serif;
	background-color:#EEEEEE;
	border-left:1px solid #000000;
}
a.submenu {
	font-weight: normal;
	text-decoration: none;
	cursor: hand;
	color:#777777;
	background-color:#EEEEEE;
	padding:4px;
	font-weight: bold;
	margin:0;
}
a.submenu2 {
	font-weight: normal;
	text-decoration: none;
	cursor: hand;
	color:#777777;
	background-color:#CCCCCC;
	padding:4px;
	font-weight: bold;
	margin:0;
}
.koha {
	text-align:center;
	background-image:url("/intranet-tmpl/default/en/images/background-mem.gif");
	}

a.home {
	font-weight: normal;
	text-decoration: none;
	cursor: hand;
	color:#777777;
	padding:4px;
	font-weight: bold;
	}
a.home:hover {
	background-color: #339933;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-weight: bold;
	}

a.catalogue {
	font-weight: normal;
	text-decoration: none;
	cursor: hand;
	color:#777777;
	padding:4px;
	font-weight: bold;
	margin:0;
	}
a.catalogue:hover {
	font-weight: normal;
	text-decoration: none;
	cursor: hand;
	background-color:#ad11ad;
	color:#FFFFFF;
	font-weight: bold;
	}

a.members {
	font-weight: normal;
	text-decoration: none;
	cursor: hand;
	color:#777777;
	padding:4px;
	font-weight: bold;
	}
a.members:hover {
	background-color: #86c268;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}

a.acquisition {
	font-weight: normal;
	text-decoration: none;
	cursor: hand;
	color:#777777;
	padding:4px;
	font-weight: bold;
	}
a.acquisition:hover {
	background-color: #ffdf61;
	color: #000000;
	text-decoration: normal;
	font-weight: bold;
	}

a.reports {
	font-weight: normal;
	text-decoration: none;
	cursor: hand;
	color:#777777;
	padding:4px;
	font-weight: bold;
	}
a.reports:hover {
	background-color: #6b7cbe;
	color: #000000;
	text-decoration: normal;
	font-weight: bold;
	}

a.circulation {
	font-weight: normal;
	text-decoration: none;
	cursor: hand;
	color:#777777;
	padding:4px;
	font-weight: bold;
	}
a.circulation:hover {
	background-color: #be6170;
	color: #000000;
	text-decoration: normal;
	font-weight: bold;
	}

a.parameters {
	font-weight: normal;
	text-decoration: none;
	cursor: hand;
	color:#777777;
	padding:4px;
	font-weight: bold;
	}
a.parameters:hover {
	background-color: #86c268;
	color: #000000;
	text-decoration: normal;
	font-weight: bold;
	}
a.about {
	font-weight: normal;
	text-decoration: none;
	cursor: hand;
	color:#777777;
	padding:4px;
	font-weight: bold;
	}
a.about:hover {
	background-color: #86c268;
	color: #000000;
	text-decoration: normal;
	font-weight: bold;
	}

--- NEW FILE ---
<br clear=all>
<p> &nbsp; </p>


</BLOCKQUOTE>

<CENTER>
<FONT SIZE=2  face="arial, helvetica">
<A HREF="/cgi-bin/koha/mainpage.pl">Pocz±tek</a> ||
<A HREF="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Katalog</a> ||
<A HREF="/cgi-bin/koha/members-home.pl">Cz³onkowie</a> ||
<A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Akwizycje</a> ||
<A HREF="/cgi-bin/koha/circ/circulation.pl">Cyrkulacja</a> ||
<A HREF="/cgi-bin/koha/reports-home.pl">Reporty</a> ||
<A HREF="/cgi-bin/koha/admin-home.pl">Parametry</a> ||
<A HREF="/cgi-bin/koha/about.pl">About</a> || 
Pomoc
</FONT>
</CENTER>
</BODY>

</HTML>

Index: acquisitions-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/includes/acquisitions-bottom.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** acquisitions-bottom.inc	9 Jan 2003 11:41:25 -0000	1.1
--- acquisitions-bottom.inc	27 Oct 2003 14:33:43 -0000	1.2
***************
*** 1,22 ****
- <!-- saas at users.sf.net 21-APR-2002 renamed "aquisitions" to "acquisitions" -->
- 
  <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">Pocz±tek</a> ||
! <A HREF="/cgi-bin/koha/circ/circulation.pl">Wypo¿yczalnia</a> ||
! <A HREF="/cgi-bin/koha/catalogue-home.pl">Katalog</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Czytelnicy</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Akwizycja</a> ||
! <A HREF="/reports/">Reporty</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Admin</a> ||
! <A HREF="/help/">Pomoc</a>
  </FONT>
  </CENTER>
--- 1,19 ----
  <br clear=all>
  <p> &nbsp; </p>
  
  
! </BLOCKQUOTE>
  
  <CENTER>
  <FONT SIZE=2  face="arial, helvetica">
  <A HREF="/cgi-bin/koha/mainpage.pl">Pocz±tek</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Katalog</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Cz³onkowie</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Akwizycje</a> ||
! <A HREF="/cgi-bin/koha/circ/circulation.pl">Cyrkulacja</a> ||
! <A HREF="/cgi-bin/koha/reports-home.pl">Reporty</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Parametry</a> ||
! <A HREF="/cgi-bin/koha/about.pl">About</a> || 
! Pomoc
  </FONT>
  </CENTER>
***************
*** 24,26 ****
  
  </HTML>
- 
--- 21,22 ----

Index: acquisitions-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/includes/acquisitions-top.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** acquisitions-top.inc	26 Jan 2003 03:36:37 -0000	1.2
--- acquisitions-top.inc	27 Oct 2003 14:33:43 -0000	1.3
***************
*** 1,150 ****
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
- <!--Authored by rachel at katipo.co.nz 104:38 1/11/99-->
- <!--updated by rachel at katipo.co.nz 12:24 12/01/00-->
- <!--updated by chris at katipo.co.nz 1/3/00-->
- <!--renamed by saas at users.sf.net 21/04/02 "aquisitions" to "acquisitions" -->
  
  <html>
  <head>
  <title>KOHA: INTRANET: Akwizycje</title>
! <meta http-equiv="Content-Type" content="text/html; charset=iso8859-2">
! 
! <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);
! }
! 
!           //
!    
! if (document.images){
! 
! menu=new Image;
! menu.src ="/images/acq-acq.gif"
! 
! }
! 
! 
!         //
! //adder
! 
! 
! //display tidys up a number for display: hopefully leaving 2 decimal points
! 
! function display(numb){
!   if (parseInt(numb)){
!     if (numb== Math.round(numb)){
!       return ( numb + ".00")
!     }
!     else {
!       numb=(numb + "0");
!       return (numb.substring(0,(numb.indexOf(".")+3)))
!     }
!   }
!   else{
!     return "0.00"
!   }
! }
! // update -- the main function
! 
! function update(f){
!   z=0;
!   total=0;
!   count=0;
!   subtotal=0;
!   discount=0;
!   q=f.length-5;
!   while (z < q){
! //     f.elements[z].value=z;
!     z++;
!     //skip rrp for now
!     est = parseFloat(f.elements[z].value);
!     z++;
!     quant = parseInt(f.elements[z].value);
!     z++;
!     booktotal= est*quant;
!     f.elements[z].value=display(booktotal);
!     subtotal = subtotal + booktotal;
!     z++;
!     z++;
!     z++;
!   }
!   GST=subtotal*0.125;
!   total=subtotal+GST;
!   f.subtotal.value = display(subtotal);
!   f.gst.value =display(GST);
!   f.grandtotal.value =display(total);
! }
!     
!     //-->
!     
! </script>
! 
  </head>
  <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
  marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
  
! 
! <!--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=ffcc00  >
! 
! 	<td valign=top >
! 	<table cellpadding=0 cellspacing=0  border=0 height=29>
! 	<tr valign=top bgcolor=ffcc00 >
! 	<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">Menu g³ówne</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/acq-acq.gif 	border="0" name=menu usemap="#map" HSPACE=0 vspace=0 ></td>
! 	
! 	</TR></TABLE></TD>
  </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/acq-cat.gif'" onMouseOut="if(document.images)document.menu.src='/images/acq-acq.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/acq-mem.gif'" onMouseOut="if(document.images)document.menu.src='/images/acq-acq.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/acq-acq.gif'" onMouseOut="if(document.images)document.menu.src='/images/acq-acq.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/acq-rep.gif'" onMouseOut="if(document.images)document.menu.src='/images/acq-acq.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/acq-crc.gif'" onMouseOut="if(document.images)document.menu.src='/images/acq-acq.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/acq-hom.gif'" onMouseOut="if(document.images)document.menu.src='/images/acq-acq.gif'">
- <area shape="default" nohref>
- </map>
- 
  <BLOCKQUOTE>
--- 1,76 ----
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  
  <html>
  <head>
  <title>KOHA: INTRANET: Akwizycje</title>
! <link rel="stylesheet" type="text/css" href="<TMPL_VAR name="themelang">/includes/common-style.css">
  </head>
  <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
  marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
  
! <style>
! a.acquisition {
! 	font-weight: normal;
! 	text-decoration: none;
! 	background-color: #ffdf61;
! 	cursor: hand;
! 	color:#FFFFFF;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.acquisition:hover {
! 	background-color: #ffdf61;
! 	color: #000000;
! 	text-decoration: normal;
! 	font-weight: bold;
! 	}
! </style>
  
  <!------------------------MENUS-------------------------------->
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="45">
! 	<td valign="bottom" align="left">
! 		<table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
! 		<tr>
! 			<td>
! 			<div id="menubar">
! 			<table cellpadding=0 cellspacing=0  border=0 height=29 width=70%>
! 				<tr>
! 					<td class="koha"><b>KOHA</b></td>
! 					<td>
! 						<a class="home" href="/cgi-bin/koha/mainpage.pl">Pocz±tek</a>
! 					</td>
! 					<td>
! 						<a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Katalog</a>
! 					</td>
! 					<td>
! 						<a class="members" href="/cgi-bin/koha/members-home.pl">Cz³onkowie</a>
! 					</td>
! 					<td>
! 						<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Alwizycje</a>
! 					</td>
! 					<td>
! 						<a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Cyrkulacja</a>
! 					</td>
! 					<td>
! 						<a class="reports" href="/cgi-bin/koha/reports-home.pl">Reporty</a>
! 					</td>
! 					<td>
! 						<a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parametry</a>
! 					</td>
! 					<td>
! 						<a class="about" href="/cgi-bin/koha/about.pl">About</a>
! 					</td>
! 				</TR>
! 			</TABLE>
! 			</div>
! 		</td></tr></table>
! 	</TD>
  </tr>
  </table>
  <BLOCKQUOTE>
+ <TMPL_IF NAME="loggedinusername">
+     <p align=left>Zalogowany jako: <TMPL_VAR NAME="loggedinusername"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Wyloguj siê</a>]</p>
+ <TMPL_ELSE>
+     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Zaloguj siê</a> do Koha</p>
+ </TMPL_IF>

Index: cat-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/includes/cat-bottom.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** cat-bottom.inc	9 Jan 2003 11:41:25 -0000	1.1
--- cat-bottom.inc	27 Oct 2003 14:33:43 -0000	1.2
***************
*** 5,22 ****
  </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">Pocz±tek</a> ||
! <A HREF="/cgi-bin/koha/circ/circulation.pl">Wypo¿yczalnia</a> ||
! <A HREF="/cgi-bin/koha/catalogue-home.pl">Katalog</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Czytelnicy</a> ||
  <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Akwizycje</a> ||
  <A HREF="/cgi-bin/koha/reports-home.pl">Reporty</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Admin</a> ||
! <A HREF="/help/">Pomoc</a>
  </FONT>
  </CENTER>
--- 5,19 ----
  </BLOCKQUOTE>
  
  <CENTER>
  <FONT SIZE=2  face="arial, helvetica">
  <A HREF="/cgi-bin/koha/mainpage.pl">Pocz±tek</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Katalog</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Cz³onkowie</a> ||
  <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Akwizycje</a> ||
+ <A HREF="/cgi-bin/koha/circ/circulation.pl">Cyrkulacja</a> ||
  <A HREF="/cgi-bin/koha/reports-home.pl">Reporty</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Parametry</a> ||
! <A HREF="/cgi-bin/koha/about.pl">About</a> || 
! Pomoc
  </FONT>
  </CENTER>

Index: cat-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/includes/cat-top.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** cat-top.inc	26 Jan 2003 03:36:37 -0000	1.2
--- cat-top.inc	27 Oct 2003 14:33:43 -0000	1.3
***************
*** 1,120 ****
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
! <!--Authored by rachel at katipo.co.nz 104:38 1/11/99-->

! <!--updated by rachel at katipo.co.nz 12:24 12/01/00-->

! 

! <html>

! <head>

  <title>KOHA: INTRANET: Katalog</title>
! <meta http-equiv="Content-Type" content="text/html; charset=iso8859-2">
! 

! 

! <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">Menu g³ówne</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>

--- 1,108 ----
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
! 
! <html>
! <head>
  <title>KOHA: INTRANET: Katalog</title>
! 
! <script language="JavaScript">
! <!-- Hide from old browsers
! function openWindow(targeturl, windowname) {
! newwin =
! window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
! }
! // end hiding -->
! </script>
! 
! <link rel="stylesheet" type="text/css" href="<TMPL_VAR name="themelang">/includes/common-style.css">
! <style>
! a.catalogue {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	background-color:#ad11ad;
! 	color:#FFFFFF;
! 	padding:4px;
! 	font-weight: bold;
! 	margin:0;
! 	}
! a.catalogue:hover {
! 	background-color: #ad11ad;
! 	color: #FFFFFF;
! 	text-decoration: none;
! 	font-weight: normal;
! 	font-weight: bold;
! 	margin:0;
! 	}
! </style>
! </head>
! <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
! 
! 
! 
! <!------------------------MENUS-------------------------------->
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="65">
! 	<td valign="bottom" align="left">
! 		<table width="100%" cellpadding=0 cellspacing=0 height=60>
! 		<tr>
! 			<td>
! 			<div id="menubar">
! 			<table cellpadding=0 cellspacing=0  border=0 height=29 width="70%">
! 				<tr>
! 					<td class="koha"><b>KOHA</b></td>
! 					<td>
! 						<a class="home" href="/cgi-bin/koha/mainpage.pl">Pocz±tek</a>
! 					</td>
! 					<td>
! 						<a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Katalog</a>
! 					</td>
! 					<td>
! 						<a class="members" href="/cgi-bin/koha/members-home.pl">Cz³onkowie</a>
! 					</td>
! 					<td>
! 						<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Akwizycje</a>
! 					</td>
! 					<td>
! 						<a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Cyrkulacja</a>
! 					</td>
! 					<td>
! 						<a class="reports" href="/cgi-bin/koha/reports-home.pl">Reporty</a>
! 					</td>
! 					<td>
! 						<a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parametry</a>
! 					</td>
! 					<td>
! 						<a class="about" href="/cgi-bin/koha/about.pl">About</a>
! 					</td>
! 				</TR>
! 			</TABLE>
! 			</div>
! 			<table cellpadding=0 cellspacing=0  border=0 height=29>
! 				<tr>
! 					<td width="100"></td>
! 					<td><b>opcje &gt;&gt;&nbsp;&nbsp;</b></td>
! 					<td>
! 						<a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=0&type=intranet" class="submenu">Szybkie wyszukiwanie</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/loadmodules.pl?module=search&marc=1&type=intranet" class="submenu2">szukaj MARC</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/loadmodules.pl?module=addbiblio&type=intranet" class="submenu">Dodaj opis</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/maint/catmaintain.pl" target="window0" class="submenu2">Zarz±dzaj kat.</a>
! 					</td>
! 				</tr>
! 			</table>
! 		</td></tr></table>
! 	</TD>
! </tr>
! </table>
! <BLOCKQUOTE>
! <TMPL_IF NAME="loggedinusername">
!     <p align=left>Zalogowany jako: <TMPL_VAR NAME="loggedinusername"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Wyloguj siê</a>]</p>
! <TMPL_ELSE>
!     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Zaloguj siê</a> do Koha</p>
! </TMPL_IF>

Index: circulation-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/includes/circulation-bottom.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** circulation-bottom.inc	9 Jan 2003 11:41:25 -0000	1.1
--- circulation-bottom.inc	27 Oct 2003 14:33:43 -0000	1.2
***************
*** 2,20 ****
  <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">Pocz±tek</a> ||
! <A HREF="/cgi-bin/koha/circ/circulation.pl">Wypo¿yczalnia</a> ||
! <A HREF="/cgi-bin/koha/catalogue-home.pl">Katalog</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Czytelnicy</a> ||
  <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Akwizycje</a> ||
  <A HREF="/cgi-bin/koha/reports-home.pl">Reporty</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Admin</a> ||
! <A HREF="/help/">Pomoc</a>
  </FONT>
  </CENTER>
--- 2,19 ----
  <p> &nbsp; </p>
  
  
! </BLOCKQUOTE>
  
  <CENTER>
  <FONT SIZE=2  face="arial, helvetica">
  <A HREF="/cgi-bin/koha/mainpage.pl">Pocz±tek</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Katalog</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Cz³onkowie</a> ||
  <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Akwizycje</a> ||
+ <A HREF="/cgi-bin/koha/circ/circulation.pl">Cyrkulacja</a> ||
  <A HREF="/cgi-bin/koha/reports-home.pl">Reporty</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Parametry</a> ||
! <A HREF="/cgi-bin/koha/about.pl">About</a> || 
! Pocz±tek
  </FONT>
  </CENTER>

Index: circulation-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/includes/circulation-top.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** circulation-top.inc	26 Jan 2003 03:36:37 -0000	1.2
--- circulation-top.inc	27 Oct 2003 14:33:43 -0000	1.3
***************
*** 1,131 ****
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
- <!--Authored by rachel at katipo.co.nz 104:38 1/11/99-->
- <!--updated by rachel at katipo.co.nz 11:53 19/11/99-->
- <!--updated by rachel at katipo.co.nz 04:09 28/12/99-->
- <!--updated by rachel at katipo.co.nz 10:01 1/02/2001-->
- 
  
  <html>
  <head>
! <title>KOHA: INTRANET: Wypo¿yczalnia</title>
! <meta http-equiv="Content-Type" content="text/html; charset=iso8859-2">
! 
! <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();
! 	}
! }
! function messenger(url, x, y){
!         window1=window.open(url,"window1","height"+x+",width="+y+",left=150,top=50,350,screenY=50");
! }
! function popup(message, x, y){
! 	win2=window.open("","update","height="+x+",width="+y+",left=150,top=50,screenX=150,screenY=50,resizable");
! 	win2.focus();
! 	win2.document.write(message);
! 	win2.document.close();
  }
! 
! 
! 
! 
! if (document.images){
! 
! menu=new Image;
! menu.src ="/images/crc-crc.gif"
! 
  }
! 
!  //-->
! 	
! 	
  </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
! 	dark red = 990000 
! 	light red = cc9999 
! 	mid green = #339933 
! 	ligth green = #CCFF99 
! 
! -->
  
  <!------------------------MENUS-------------------------------->
- 
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr bgcolor="#990000">
! 
! 	<td  valign=top>
! 	<table cellpadding=0 cellspacing=0  border=0 height=29>
! 	<tr valign=top bgcolor="#990000">
! 	<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">Menu g³ówne</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/crc-crc.gif 	border="0" name=menu usemap="#map" HSPACE=0 vspace=0 ></td>
! 
! 	</TR></TABLE></TD>
  </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/crc-cat.gif'" onMouseOut="if(document.images)document.menu.src='/images/crc-crc.gif'">
! 
! <area shape="rect" coords="94,8,154,28" href="/cgi-bin/koha/members-home.pl" alt="Members" onMouseOver="if(document.images)document.menu.src='/images/crc-mem.gif'" onMouseOut="if(document.images)document.menu.src='/images/crc-crc.gif'">
! 
! <area shape="rect" coords="165,9,233,29" alt="Acquisitions"   href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" onMouseOver="if(document.images)document.menu.src='/images/crc-acq.gif'" onMouseOut="if(document.images)document.menu.src='/images/crc-crc.gif'">
! 
! <area  shape="rect"alt="Reports"  coords="237,7,296,27"href="/cgi-bin/koha/reports-home.pl" onMouseOver="if(document.images)document.menu.src='/images/crc-rep.gif'" onMouseOut="if(document.images)document.menu.src='/images/crc-crc.gif'">
! 
! 
! <area shape="poly" alt="Circulation" coords="319,26,314,12,303,7,324,2,350,2,374,11,383,19,386,29" href="/cgi-bin/koha/circ/circulation.pl" onMouseOver="if(document.images)document.menu.src='/images/crc-crc.gif'" onMouseOut="if(document.images)document.menu.src='/images/crc-crc.gif'">
! 
! 
! <area shape="poly" alt="Home" coords="373,7,399,0,422,0,443,9,455,19,457,27,389,27,381,11,372,8,373,8,373,8,372,6" href="/cgi-bin/koha/mainpage.pl" onMouseOver="if(document.images)document.menu.src='/images/crc-hom.gif'" onMouseOut="if(document.images)document.menu.src='/images/crc-crc.gif'">
! 
! 
! <area shape="default" nohref>
! </map>
! 
! <blockquote>
--- 1,104 ----
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  
  <html>
  <head>
! <title>KOHA: INTRANET: Cyrkulacja</title>
  
! <script language="JavaScript">
! <!-- Hide from old browsers
! function openWindow(targeturl, windowname) {
! newwin =
! window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
  }
! function focusOnFirst (){
! document.forms[0].elements[0].focus();
  }
! // end hiding -->
  </script>
  
+ <link rel="stylesheet" type="text/css" href="<TMPL_VAR name="themelang">/includes/common-style.css">
+ <style>
+ a.circulation {
+ 	font-weight: normal;
+ 	text-decoration: none;
+ 	background-color: #be6170;
+ 	cursor: hand;
+ 	color:#FFFFFF;
+ 	padding:4px;
+ 	font-weight: bold;
+ 	}
+ a.circulation:hover {
+ 	background-color: #be6170;
+ 	color: #FFFFFF;
+ 	text-decoration: normal;
+ 	font-weight: bold;
+ 	}
+ </style>
  </head>
  <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 onLoad="javascript:focusOnFirst()">
  
  <!------------------------MENUS-------------------------------->
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="65">
! 	<td valign="bottom" align="left">
! 		<table width="100%" cellpadding=0 cellspacing=0>
! 		<tr>
! 			<td>
! 			<div id="menubar">
! 			<table cellpadding=0 cellspacing=0  border=0 height=29 width=70%>
! 				<tr>
! 					<td class="koha"><b>KOHA</b></td>
! 					<td>
! 						<a class="home" href="/cgi-bin/koha/mainpage.pl">Pocz±tek</a>
! 					</td>
! 					<td>
! 						<a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Katalog</a>
! 					</td>
! 					<td>
! 						<a class="members" href="/cgi-bin/koha/members-home.pl">Cz³onkowie</a>
! 					</td>
! 					<td>
! 						<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Akwizycje</a>
! 					</td>
! 					<td>
! 						<a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Cyrkulacja</a>
! 					</td>
! 					<td>
! 						<a class="reports" href="/cgi-bin/koha/reports-home.pl">Reporty</a>
! 					</td>
! 					<td>
! 						<a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parametry</a>
! 					</td>
! 					<td>
! 						<a class="about" href="/cgi-bin/koha/about.pl">About</a>
! 					</td>
! 				</TR>
! 			</TABLE>
! 			</div>
! 			<table cellpadding=0 cellspacing=0  border=0 height=29>
! 				<tr>
! 					<td width="100"></td>
! 					<td><b>opcje &gt;&gt;&nbsp;&nbsp;</b></td>
! 					<td>
! 						<a href="/cgi-bin/koha/circ/circulation.pl" class="submenu">"Wypo¿yczenia</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/circ/returns.pl" class="submenu2">Zwroty</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/circ/branchtransfers.pl" class="submenu">Transfery biblioteczne</a>
! 					</td>
! 				</tr>
! 			</table>
! 			</div>
! 		</td></tr></table>
! 	</TD>
  </tr>
  </table>
! <BLOCKQUOTE>
! <TMPL_IF NAME="loggedinusername">
!     <p align=left>Zalogowany jako: <TMPL_VAR NAME="loggedinusername"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Wyloguj siê</a>]</p>
! <TMPL_ELSE>
!     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Zaloguj siê</a> do Koha</p>
! </TMPL_IF>

Index: issues-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/includes/issues-bottom.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** issues-bottom.inc	9 Jan 2003 11:41:25 -0000	1.1
--- issues-bottom.inc	27 Oct 2003 14:33:43 -0000	1.2
***************
*** 5,21 ****
  </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">Pocz±tek</a> ||
! <A HREF="/cgi-bin/koha/catalogue-home.pl">Katalog</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Czytelnicy</a> ||
  <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Akwizycje</a> ||
  <A HREF="/cgi-bin/koha/reports-home.pl">Reporty</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Admin</a> ||
! <A HREF="/help/">Pomoc</a>
  </FONT>
  </CENTER>
--- 5,19 ----
  </BLOCKQUOTE>
  
  <CENTER>
  <FONT SIZE=2  face="arial, helvetica">
  <A HREF="/cgi-bin/koha/mainpage.pl">Pocz±tek</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Katalog</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Cz³onkowie</a> ||
  <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Akwizycje</a> ||
+ <A HREF="/cgi-bin/koha/circ/circulation.pl">Cyrkulacja</a> ||
  <A HREF="/cgi-bin/koha/reports-home.pl">Reporty</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Parametry</a> ||
! <A HREF="/cgi-bin/koha/about.pl">About</a> || 
! Pocz±tek
  </FONT>
  </CENTER>

Index: members-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/includes/members-top.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** members-top.inc	26 Jan 2003 03:36:37 -0000	1.2
--- members-top.inc	27 Oct 2003 14:33:43 -0000	1.3
***************
*** 1,107 ****
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
- <!--Authored by rachel at katipo.co.nz 104:38 1/11/99-->
- <!--updated by rachel at katipo.co.nz 11:53 19/11/99-->
- <!--updated by rachel at katipo.co.nz 04:09 28/12/99-->
- <!--updated by rachel at katipo.co.nz 10:29 4/04/00-->
- 
  
  <html>
  <head>
! <title>KOHA: INTRANET: Czytelnicy</title>
! <meta http-equiv="Content-Type" content="text/html; charset=iso8859-2">
! 
! <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);
! }
!               
! if (document.images){
! 
! menu=new Image;
! menu.src ="/images/cat-cat.gif"
! 
! }
! 
!  //-->
! 	
! 	
! </script>
! 
  </head>
  <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 >
! 
! 
  
! <!--HDL Colours
! 
! 	Yellow = ffcc00 
! 	light blue = ccccff
! 	bright blue links = 0000ff
! 	aubergine = 663266 
! 	light green/grey = cccc99
! 	dark red = 990000 
! 	light red = cc9999 
! 	mid green = #339933 
! 	ligth green = #CCFF99 
! 
! -->
  
  <!------------------------MENUS-------------------------------->
- 
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr bgcolor="#339933">
! 
! 	<td  valign=top>
! 	<table cellpadding=0 cellspacing=0  border=0 height=29>
! 	<tr valign=top bgcolor="#339933">
! 	<td background="/images/members-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">Menu g³ówne</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/mem-mem.gif 	border="0" name=menu usemap="#map" HSPACE=0 vspace=0 ></td>
! 	
! 	</TR></TABLE></TD>
  </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/mem-cat.gif'" onMouseOut="if(document.images)document.menu.src='/images/mem-mem.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/mem-mem.gif'" onMouseOut="if(document.images)document.menu.src='/images/mem-mem.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/mem-acq.gif'" onMouseOut="if(document.images)document.menu.src='/images/mem-mem.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/mem-rep.gif'" onMouseOut="if(document.images)document.menu.src='/images/mem-mem.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/mem-crc.gif'" onMouseOut="if(document.images)document.menu.src='/images/mem-mem.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/mem-hom.gif'" onMouseOut="if(document.images)document.menu.src='/images/mem-mem.gif'">
- <area shape="default" nohref>
- </map>
- 
  <BLOCKQUOTE>
--- 1,91 ----
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  
  <html>
  <head>
! <title>KOHA: INTRANET: Cz³onkowie</title>
! <link rel="stylesheet" type="text/css" href="<TMPL_VAR name="themelang">/includes/common-style.css">
  </head>
  <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
  
! <style>
! a.members {
! 	font-weight: normal;
! 	text-decoration: none;
! 	background-color: #86c268;
! 	cursor: hand;
! 	color:#FFFFFF;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.members:hover {
! 	background-color: #86c268;
! 	color: #FFFFFF;
! 	text-decoration: none;
! 	font-weight: bold;
! 	}
! </style>
  
  <!------------------------MENUS-------------------------------->
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="65">
! 	<td valign="bottom" align="left">
! 		<table width="100%" cellpadding=0 cellspacing=0>
! 		<tr>
! 			<td>
! 			<div id="menubar">
! 			<table cellpadding=0 cellspacing=0  border=0 height=29 width=70%>
! 				<tr>
! 					<td class="koha"><b>KOHA</b></td>
! 					<td>
! 						<a class="home" href="/cgi-bin/koha/mainpage.pl">Pocz±tek</a>
! 					</td>
! 					<td>
! 						<a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Katalog</a>
! 					</td>
! 					<td>
! 						<a class="members" href="/cgi-bin/koha/members-home.pl">Cz³onkowie</a>
! 					</td>
! 					<td>
! 						<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Akwizycje</a>
! 					</td>
! 					<td>
! 						<a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Cyrkulacja</a>
! 					</td>
! 					<td>
! 						<a class="reports" href="/cgi-bin/koha/reports-home.pl">Reporty</a>
! 					</td>
! 					<td>
! 						<a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parametry</a>
! 					</td>
! 					<td>
! 						<a class="about" href="/cgi-bin/koha/about.pl">About</a>
! 					</td>
! 				</TR>
! 			</TABLE>
! 			</div>
! 			<table cellpadding=0 cellspacing=0  border=0 height=29>
! 				<tr>
! 					<td width="100"></td>
! 					<td><b>options &gt;&gt;&nbsp;&nbsp;</b></td>
! 					<td>
! 						<a href="/cgi-bin/koha/members-home.pl" class="submenu">Strona domowa</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/simpleredirect.pl?type=Add&chooseform=adult" class="submenu2">Nowy cz³onek</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/simpleredirect.pl?type=Add&chooseform=organisation" class="submenu">Nowa oraganizacja</a>
! 					</td>
! 				</tr>
! 			</table>
! 		</td></tr></table>
! 	</TD>
  </tr>
  </table>
  <BLOCKQUOTE>
+ <TMPL_IF NAME="loggedinusername">
+     <p align=left>Zalogowany jako: <TMPL_VAR NAME="loggedinusername"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Wyloguj siê</a>]</p>
+ <TMPL_ELSE>
+     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Zaloguj siê</a> do Koha</p>
+ </TMPL_IF>

Index: parameters-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/includes/parameters-top.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** parameters-top.inc	3 Feb 2003 02:16:00 -0000	1.1
--- parameters-top.inc	27 Oct 2003 14:33:43 -0000	1.2
***************
*** 1,120 ****
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
- <!--Authored by rachel at katipo.co.nz 104:38 1/11/99-->
- <!--updated by rachel at katipo.co.nz 12:24 12/01/00-->
  
  <html>
  <head>
! <title>KOHA: INTRANET: Parameters</title>
! <meta http-equiv="Content-Type" content="text/html; charset=iso8859-2">
! 
! 
! <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>
--- 1,97 ----
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  
  <html>
  <head>
! <title>KOHA: INTRANET: Parametry</title>
! <link rel="stylesheet" type="text/css" href="<TMPL_VAR name="themelang">/includes/common-style.css">
  </head>
! <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
! marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
  
! <style>
! a.parameters {
! 	background-color: #86c268;
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color: #FFFFFF;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.parameters:hover {
! 	background-color: #86c268;
! 	color: #FFFFFF;
! 	text-decoration: normal;
! 	font-weight: bold;
! 	}
! </style>
  
  <!------------------------MENUS-------------------------------->
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="65">
! 	<td valign="bottom" align="left">
! 		<table width="100%" cellpadding=0 cellspacing=0 height=60>
! 		<tr>
! 			<td>
! 			<div id="menubar">
! 			<table cellpadding=0 cellspacing=0  border=0 height=29 width=70%>
! 				<tr>
! 					<td class="koha"><b>KOHA</b></td>
! 					<td>
! 						<a class="home" href="/cgi-bin/koha/mainpage.pl">Pocz±tek</a>
! 					</td>
! 					<td>
! 						<a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Katalog</a>
! 					</td>
! 					<td>
! 						<a class="members" href="/cgi-bin/koha/members-home.pl">Cz³onkowie</a>
! 					</td>
! 					<td>
! 						<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Akwizycje</a>
! 					</td>
! 					<td>
! 						<a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Cyrkulacja</a>
! 					</td>
! 					<td>
! 						<a class="reports" href="/cgi-bin/koha/reports-home.pl">Reporty</a>
! 					</td>
! 					<td>
! 						<a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parametry</a>
! 					</td>
! 					<td>
! 						<a class="about" href="/cgi-bin/koha/about.pl">About</a>
! 					</td>
! 				</TR>
! 			</TABLE>
! 			</div>
! 			<table cellpadding=0 cellspacing=0  border=0 height=29>
! 				<tr>
! 					<td width="100"></td>
! 					<td><b>options &gt;&gt;&nbsp;&nbsp;</b></td>
! 					<td>
! 						<a href="/cgi-bin/koha/admin/aqbookfund.pl" class="submenu">Fundusze</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/admin/authorised_values.pl" class="submenu2">Auth value</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/admin/thesaurus.pl" class="submenu">Tesaurus</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/admin/currency.pl" class="submenu2">Waluty</a>
! 					</td>
! 					<td>
! 						<a href="/cgi-bin/koha/admin/printers.pl" class="submenu">Drukarki</a>
! 					</td>
! 				</tr>
! 			</table>
! 		</td></tr></table>
! 	</TD>
  </tr>
  </table>
  <BLOCKQUOTE>
+ <TMPL_IF NAME="loggedinusername">
+     <p align=left>Zalogowany jako: <TMPL_VAR NAME="loggedinusername"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Wyloguj siê</a>]</p>
+ <TMPL_ELSE>
+     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Zaloguj siê</a> do Koha</p>
+ </TMPL_IF>

Index: reports-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/includes/reports-bottom.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** reports-bottom.inc	9 Jan 2003 11:41:25 -0000	1.1
--- reports-bottom.inc	27 Oct 2003 14:33:43 -0000	1.2
***************
*** 5,22 ****
  </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">Pocz±tek</a> ||
! <A HREF="/cgi-bin/koha/circ/circulation.pl">Wypo¿yczalnia</a> ||
! <A HREF="/cgi-bin/koha/catalogue-home.pl">Katalog</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Czytelnicy</a> ||
  <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Akwizycje</a> ||
  <A HREF="/cgi-bin/koha/reports-home.pl">Reporty</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Admin</a> ||
! <A HREF="/help/">Pomoc</a>
  </FONT>
  </CENTER>
--- 5,19 ----
  </BLOCKQUOTE>
  
  <CENTER>
  <FONT SIZE=2  face="arial, helvetica">
  <A HREF="/cgi-bin/koha/mainpage.pl">Pocz±tek</a> ||
! <A HREF="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Katalog</a> ||
! <A HREF="/cgi-bin/koha/members-home.pl">Cz³onkowie</a> ||
  <A HREF="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Akwizycje</a> ||
+ <A HREF="/cgi-bin/koha/circ/circulation.pl">Cyrkulacja</a> ||
  <A HREF="/cgi-bin/koha/reports-home.pl">Reporty</a> ||
! <A HREF="/cgi-bin/koha/admin-home.pl">Parametry</a> ||
! <A HREF="/cgi-bin/koha/about.pl">About</a> || 
! Pomoc
  </FONT>
  </CENTER>

Index: reports-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/includes/reports-top.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** reports-top.inc	26 Jan 2003 03:36:37 -0000	1.2
--- reports-top.inc	27 Oct 2003 14:33:43 -0000	1.3
***************
*** 1,105 ****
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
! <!--Authored by rachel at katipo.co.nz 104:38 1/11/99-->
! <!--updated by rachel at katipo.co.nz 12:24 12/01/00-->
! <!--updated by chris at katipo.co.nz 1/3/00-->
! <!--updated by rachel at katipo.co.nz06:01 5/04/00-->
  <html>
  <head>
  <title>KOHA: INTRANET: Reporty</title>
! <meta http-equiv="Content-Type" content="text/html; charset=iso8859-2">
! 
! 
! <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);
! }
! 
!           //
!    
! if (document.images){
! 
! menu=new Image;
! menu.src ="/images/rep-rep.gif"
! 
! }
! 
!     //-->
!     
! </script>
! 
  </head>
  <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
  marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
  
! 
! 
! 
! <!--HDL Colours
! 
! 	Yellow = ffcc00 
! 	light blue = 2f48a4 
! 	bright blue links = 0000ff
! 	aubergine = 663266 
! 	light green/grey = cccc99
! 
! 
! -->
  
  <!------------------------MENUS-------------------------------->
- 
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr bgcolor=2f48a4 >
! 
! 	<td valign=top >
! 	<table cellpadding=0 cellspacing=0  border=0 height=29>
! 	<tr valign=top bgcolor=2f48a4 >
! 	<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">Menu g³ówne</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/rep-rep.gif 	border="0" name=menu usemap="#map" HSPACE=0 vspace=0 ></td>
! 	
! 	</TR></TABLE></TD>
  </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="Katalog" onMouseOver="if(document.images)document.menu.src='/images/rep-cat.gif'" onMouseOut="if(document.images)document.menu.src='/images/rep-rep.gif'">
- 
- <area shape="rect" coords="94,8,149,28" href="/cgi-bin/koha/members-home.pl" alt="Czytelnicy" onMouseOver="if(document.images)document.menu.src='/images/rep-mem.gif'" onMouseOut="if(document.images)document.menu.src='/images/rep-rep.gif'">
- 
- <area shape="rect" coords="154,9,212,29" alt="Akwizycje"   href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" onMouseOver="if(document.images)document.menu.src='/images/rep-acq.gif'" onMouseOut="if(document.images)document.menu.src='/images/rep-rep.gif'">
- 
- <area  shape="rect"alt="Reporty"  coords="217,7,289,27"href="/cgi-bin/koha/reports-home.pl" onMouseOver="if(document.images)document.menu.src='/images/rep-rep.gif'" onMouseOut="if(document.images)document.menu.src='/images/rep-rep.gif'">
- 
- <area shape="rect" coords="306,8,352,27" href="/cgi-bin/koha/circ/circulation.pl" alt="Wypo¿yczalnia" onMouseOver="if(document.images)document.menu.src='/images/rep-crc.gif'" onMouseOut="if(document.images)document.menu.src='/images/rep-rep.gif'">
- 
- <area  shape="rect" alt="Pocz±tek" coords="374,9,419,29" href="/cgi-bin/koha/mainpage.pl" onMouseOver="if(document.images)document.menu.src='/images/rep-hom.gif'" onMouseOut="if(document.images)document.menu.src='/images/rep-rep.gif'">
- <area shape="default" nohref>
- </map>
- 
- 
  <BLOCKQUOTE>
--- 1,76 ----
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
! 
  <html>
  <head>
  <title>KOHA: INTRANET: Reporty</title>
! <link rel="stylesheet" type="text/css" href="<TMPL_VAR name="themelang">/includes/common-style.css">
  </head>
  <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
  marginheight=0 marginwidth=0 leftmargin=0 topmargin=0>
  
! <style>
! a.reports {
! 	font-weight: normal;
! 	background-color: #6b7cbe;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#FFFFFF;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! a.reports:hover {
! 	background-color: #6b7cbe;
! 	color: #FFFFFF;
! 	text-decoration: normal;
! 	font-weight: bold;
! 	}
! </style>
  
  <!------------------------MENUS-------------------------------->
  <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <tr height="45">
! 	<td valign="bottom" align="left">
! 		<table bgcolor="dddddd" width="100%" cellpadding=0 cellspacing=0>
! 		<tr>
! 			<td>
! 			<div id="menubar">
! 			<table cellpadding=0 cellspacing=0  border=0 height=29 width=70%>
! 				<tr>
! 					<td class="koha"><b>KOHA</b></td>
! 					<td>
! 						<a class="home" href="/cgi-bin/koha/mainpage.pl">Pocz±tek</a>
! 					</td>
! 					<td>
! 						<a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Katalog</a>
! 					</td>
! 					<td>
! 						<a class="members" href="/cgi-bin/koha/members-home.pl">Cz³onkowie</a>
! 					</td>
! 					<td>
! 						<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Akwizycje</a>
! 					</td>
! 					<td>
! 						<a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Cyrkulacja</a>
! 					</td>
! 					<td>
! 						<a class="reports" href="/cgi-bin/koha/reports-home.pl">Reporty</a>
! 					</td>
! 					<td>
! 						<a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parametry</a>
! 					</td>
! 					<td>
! 						<a class="about" href="/cgi-bin/koha/about.pl">About</a>
! 					</td>
! 				</TR>
! 			</TABLE>
! 			</div>
! 		</td></tr></table>
! 	</TD>
  </tr>
  </table>
  <BLOCKQUOTE>
+ <TMPL_IF NAME="loggedinusername">
+     <p align=left>Zalogowany jako: <TMPL_VAR NAME="loggedinusername"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Wyloguj siê</a>]</p>
+ <TMPL_ELSE>
+     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Zaloguj siê</a> do Koha</p>
+ </TMPL_IF>





More information about the Koha-cvs mailing list