[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/pl/includes reports-top.inc,1.3,1.3.2.1

Benedict P. Barszcz kb2qzv at users.sourceforge.net
Sun Feb 29 20:43:56 CET 2004


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9062/includes

Modified Files:
      Tag: rel_2_0
	reports-top.inc 
Log Message:


Index: reports-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/includes/reports-top.inc,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** reports-top.inc	27 Oct 2003 14:33:43 -0000	1.3
--- reports-top.inc	29 Feb 2004 19:43:54 -0000	1.3.2.1
***************
*** 4,8 ****
  <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"
--- 4,9 ----
  <head>
  <title>KOHA: INTRANET: Reporty</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=utf-8">
  </head>
  <body text="black" bgcolor="white" link="#0000ff" vlink="#0000ff" "3366cc" Alink="#cc3300"
***************
*** 39,43 ****
  					<td class="koha"><b>KOHA</b></td>
  					<td>
! 						<a class="home" href="/cgi-bin/koha/mainpage.pl">Pocz±tek</a>
  					</td>
  					<td>
--- 40,44 ----
  					<td class="koha"><b>KOHA</b></td>
  					<td>
! 						<a class="home" href="/cgi-bin/koha/mainpage.pl">PoczÄ…tek</a>
  					</td>
  					<td>
***************
*** 45,52 ****
  					</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>
--- 46,53 ----
  					</td>
  					<td>
! 						<a class="members" href="/cgi-bin/koha/members-home.pl">Czytelnicy</a>
  					</td>
  					<td>
! 						<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Gromadzenie</a>
  					</td>
  					<td>
***************
*** 54,58 ****
  					</td>
  					<td>
! 						<a class="reports" href="/cgi-bin/koha/reports-home.pl">Reporty</a>
  					</td>
  					<td>
--- 55,59 ----
  					</td>
  					<td>
! 						<a class="reports" href="/cgi-bin/koha/reports-home.pl">Raporty</a>
  					</td>
  					<td>
***************
*** 60,64 ****
  					</td>
  					<td>
! 						<a class="about" href="/cgi-bin/koha/about.pl">About</a>
  					</td>
  				</TR>
--- 61,65 ----
  					</td>
  					<td>
! 						<a class="about" href="/cgi-bin/koha/about.pl">O nas</a>
  					</td>
  				</TR>
***************
*** 70,76 ****
  </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>
--- 71,77 ----
  </table>
  <BLOCKQUOTE>
! <!-- TMPL_IF NAME="loggedinusername" -->
!     <p align=left>Zalogowano jako: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Wyloguj</a>]</p>
! <!-- TMPL_ELSE -->
!     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
! <!-- /TMPL_IF -->





More information about the Koha-cvs mailing list