[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/unido/en/includes members-top.inc,1.2,1.3

Chris Cormack rangi at users.sourceforge.net
Tue Jun 17 09:27:31 CEST 2003


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/unido/en/includes
In directory sc8-pr-cvs1:/tmp/cvs-serv14277

Modified Files:
	members-top.inc 
Log Message:
template changes from "members" to "patrons"


Index: members-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/unido/en/includes/members-top.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** members-top.inc	17 Jun 2003 07:06:50 -0000	1.2
--- members-top.inc	17 Jun 2003 07:27:29 -0000	1.3
***************
*** 3,102 ****
  <html>
  <head>
! <title>KOHA: INTRANET: Members</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 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">Home</a>
- 					</td>
- 					<td>
- 						<a class="catalogue" href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
- 					</td>
- 					<td>
- 						<a class="members" href="/cgi-bin/koha/members-home.pl">Members</a>
- 					</td>
- 					<td>
- 						<a class="acquisition" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Acquisitions</a>
- 					</td>
- 					<td>
- 						<a class="circulation"  href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
- 					</td>
- 					<td>
- 						<a class="reports" href="/cgi-bin/koha/reports-home.pl">Reports</a>
- 					</td>
- 					<td>
- 						<a class="parameters" href="/cgi-bin/koha/admin-home.pl">Parameters</a>
- 					</td>
- 					<td>
- 						<a class="about" href="/cgi-bin/koha/about.pl">About</a>
- 					</td>
- 				</TR>
- 			</TABLE>
- 			</div>
- 			<div id="submenu" style="border-left:0px;">
- 			<table cellpadding=0 cellspacing=0  border=0 height=20>
- 				<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">Member home</a>
- 					</td>
- 					<td>
- 						<div id="submenu">
- 						<a href="/cgi-bin/koha/simpleredirect.pl?type=Add&chooseform=adult" class="submenu">Add member</a>
- 						</div>
- 					</td>
- 					<td>
- 						<div id="submenu">
- 						<a href="/cgi-bin/koha/simpleredirect.pl?type=Add&chooseform=organisation" class="submenu">Add organisation</a>
- 						</div>
- 					</td>
- 				</tr>
- 			</table>
- 			</div>
- 		</td></tr></table>
- 	</TD>
- </tr>
- </table>
- <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>
  <TMPL_ELSE>
!     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
  </TMPL_IF>
  
  
- 
  <p>
  
--- 3,106 ----
  <html>
  <head>
! <title>KOHA: INTRANET: Patrons</title>
! <link rel="stylesheet" type="text/css" href="<TMPL_VAR name="themelang">/includes/main.css">
! 
  </head>
! <body>
! 
! 
! 
! <!--
! 
! TOPMENU
! 
! the top menu has 2 columns, the first is for the site name 
! (usually Koha) the second is for the menu items - which aligns 
! them right as a group.  The section you are in has a "selected" class
! so you need a new menu for each section.
! 
! -->
! 
! 
! 
! <table class="top-menu" width="100%" border="0">
! 	<tr>
! 
! 	<td><a href="/cgi-bin/koha/mainpage.pl" class="logo"><h1 
! 
! class="logo">Koha</h1></A></td>
! 	
! 	<td class="top-menuitems">
! 	<a
! 
! href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet">Catalogue</a>
! 	|
! 	<a class="selected"  href="/cgi-bin/koha/members-home.pl">Patrons</a>
! 	|
! 	<a class="menu" href="/cgi-bin/koha/circ/circulation.pl">Circulation</a>
! 	|
! 	<a  class="menu" href="/cgi-bin/koha/loadmodules.pl?module=acquisitions">Add New 
! 
! Items</a>
! 	|
! 	<a class="menu" href="/cgi-bin/koha/admin-home.pl">Administration</a>
! 	|
! 	<a class="menu" href="/cgi-bin/koha/reports-home.pl">Reports</a> 
! 	|
! 	<a class="menu" href="/cgi-bin/koha/mainpage.pl">Home</a>
! 							
! 	</td>
! 				
! 	</TR>
! </TABLE>
! 
! 		
! 
! <!--
! MAIN TABLE
! 
! The main table sets up a left hand colun for the sub menu and the layout of the rest of the 
! 
! page.  
! We are using 2 and 3 column display tables, and there is a different set of includes for each.  
! 
! 
! -->
! 
! <p>
! 
! <table border="0" cellpadding="0" cellspacing="0" width="100%">
! <tr valign="top"><td class="sidenav-box">
! 
! <p>&nbsp;</p>
! 
! <h4>PATRONS</h4>
! 
! <UL class="sidenav">
! 
! <LI> <a href="/cgi-bin/koha/members-home.pl" class="submenu">Member home</a>
! <li> <a href="/cgi-bin/koha/simpleredirect.pl?type=Add&chooseform=adult" class="submenu">Add member</a>
! <li> <a href="/cgi-bin/koha/simpleredirect.pl?type=Add&chooseform=organisation" class="submenu">Add organisation</a>
! 						
! 						
! </ul>
! 
! 
! 
  
  <TMPL_IF NAME="loggedinusername">
! You are Logged in as: <b><TMPL_VAR NAME="loggedinusername"></b>
! 
! <UL class="sidenav">
! <li>
! <a href=/cgi-bin/koha/mainpage.pl?logout.x=1 class="logout">Log Out</a>
! </ul>
  <TMPL_ELSE>
! <UL class="sidenav">
! <li><a href=/cgi-bin/koha/opac-user.pl class="login">Log In</a>
! </ul>
  </TMPL_IF>
  
  
  <p>
  
***************
*** 109,110 ****
--- 113,117 ----
  
  <td>
+ 
+ 
+ 





More information about the Koha-cvs mailing list