[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/unido/en/includes acquisitions-bottom.inc,1.1,1.2 acquisitions-top.inc,1.2,1.3 cat-bottom.inc,1.2,1.3 cat-top.inc,1.3,1.4 main.css,1.2,1.3 members-bottom.inc,1.1,1.2 members-top.inc,1.1,1.2

Chris Cormack rangi at users.sourceforge.net
Tue Jun 17 09:06:52 CEST 2003


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

Modified Files:
	acquisitions-bottom.inc acquisitions-top.inc cat-bottom.inc 
	cat-top.inc main.css members-bottom.inc members-top.inc 
Log Message:
More templating work


Index: acquisitions-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/unido/en/includes/acquisitions-bottom.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** acquisitions-bottom.inc	16 Jun 2003 08:20:55 -0000	1.1
--- acquisitions-bottom.inc	17 Jun 2003 07:06:50 -0000	1.2
***************
*** 4,8 ****
  
  
!  <td width="32"><img src="/images/holder.gif" width="40" height="1" border="0" alt="" /></td>
  </tr>
  </table>
--- 4,8 ----
  
  
!  <td width="32"><img src="<TMPL_VAR name="themelang">/images/holder.gif" width="40" height="1" border="0" alt="" /></td>
  </tr>
  </table>

Index: acquisitions-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/unido/en/includes/acquisitions-top.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** acquisitions-top.inc	16 Jun 2003 12:54:52 -0000	1.2
--- acquisitions-top.inc	17 Jun 2003 07:06:50 -0000	1.3
***************
*** 118,122 ****
  
  
!  <td width="32"><img src="/images/holder.gif" width="40" height="1" border="0" alt="" /></td>
  
  <td>
--- 118,122 ----
  
  
!  <td width="32"><img src="<TMPL_VAR name="themelang">/images/holder.gif" width="40" height="1" border="0" alt="" /></td>
  
  <td>

Index: cat-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/unido/en/includes/cat-bottom.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** cat-bottom.inc	16 Jun 2003 12:54:52 -0000	1.2
--- cat-bottom.inc	17 Jun 2003 07:06:50 -0000	1.3
***************
*** 4,8 ****
  
  
!  <td width="32"><img src="/images/holder.gif" width="40" height="1" border="0" alt="" /></td>
  </tr>
  </table>
--- 4,8 ----
  
  
!  <td width="32"><img src="<TMPL_VAR name="themelang">/images/holder.gif" width="40" height="1" border="0" alt="" /></td>
  </tr>
  </table>

Index: cat-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/unido/en/includes/cat-top.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** cat-top.inc	16 Jun 2003 16:57:21 -0000	1.3
--- cat-top.inc	17 Jun 2003 07:06:50 -0000	1.4
***************
*** 106,110 ****
  
  
!  <td width="32"><img src="/images/holder.gif" width="40" height="1" border="0" alt="" /></td>
  
  <td>
--- 106,110 ----
  
  
!  <td width="32"><img src="<TMPL_VAR name="themelang">/images/holder.gif" width="40" height="1" border="0" alt="" /></td>
  
  <td>

Index: main.css
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/unido/en/includes/main.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** main.css	16 Jun 2003 12:54:52 -0000	1.2
--- main.css	17 Jun 2003 07:06:50 -0000	1.3
***************
*** 4,7 ****
--- 4,8 ----
    background-color: #FFFFFF;
    font-family: arial,helvetica, san-serif;
+   font-size: 12px;
    margin: 0px;
    padding: 0px;
***************
*** 34,38 ****
  	background:#D6F96A;
  	color:#000000;
! 	padding:4px;
  	
  	}
--- 35,39 ----
  	background:#D6F96A;
  	color:#000000;
! 	
  	
  	}
***************
*** 41,49 ****
  h1,h2,h3,h4 {
    color: #55127B;
!   font-family: arial,helvetica;}
  
  
  h1 {
!   font-size: 32px;
    margin-bottom: 0px;
    padding-bottom: 0px;
--- 42,50 ----
  h1,h2,h3,h4 {
    color: #55127B;
!   font-family: "arial narrow",arial,helvetica;}
  
  
  h1 {
!   font-size: 28px;
    margin-bottom: 0px;
    padding-bottom: 0px;
***************
*** 84,96 ****
  	margin:0px;}
  
  .column-first{
  	border-right: 1px;
    	border-color: #55127B;
    	border-style: solid;
!         border-top: 0px;
  	border-left: 0px;
  	border-bottom: 0px;
! 	padding-right:4px; 
! 	line-height: 20px;
  	
  
--- 85,98 ----
  	margin:0px;}
  
+ 	
  .column-first{
  	border-right: 1px;
    	border-color: #55127B;
    	border-style: solid;
!     border-top: 0px;
  	border-left: 0px;
  	border-bottom: 0px;
! 	padding-right:8px; 
! 	line-height: 28px;
  	
  
***************
*** 101,119 ****
    	border-color: #55127B;
    	border-style: solid;
!         border-top: 0px;
  	border-left: 0px;
  	border-bottom: 0px;
! 	padding-right,:4px; 
! 	padding-left:4px; 
! 	line-height: 20px;
  }
  
  
- column-last:{
- 	padding-right:4px; 
- 	padding-left:4px; 
- 	line-height: 20px;
- 	padding-bottom:0px;
- 	margin-bottom:0px;
  
  
--- 103,129 ----
    	border-color: #55127B;
    	border-style: solid;
!     border-top: 0px;
! 	border-left: 0px;
! 	border-bottom: 0px;
! 	padding-right,:8px; 
! 	padding-left:8px; 
! 	line-height: 28px;
! }
! 
! 
! 
! .column-last{
! 	border-right: 0px;
!   	border-color: #55127B;
!   	border-style: solid;
!     border-top: 0px;
  	border-left: 0px;
  	border-bottom: 0px;
! 	padding-right,:8px; 
! 	padding-left:8px; 
! 	line-height: 24px;
  }
  
  
  
  
***************
*** 139,148 ****
  }
  
! .data-header {
  	font-weight: bold;
! 
!   	
  	}
  
  
  .go {
--- 149,172 ----
  }
  
! .data-header td {
  	font-weight: bold;
! 	border-bottom: 1px;
! 	border-color: #55127B;
!   border-style: solid;
  	}
  
+ 	.delete{
+   background-color: #e1d9a6;
+   border: 1px;
+   border-color: #000000;
+   border-style: solid;
+   color: #C57619;
+   font-family: arial,hevetica,sans-serif;
+   font-size: small;
+   font-weight: bold;
+   padding: 4px;
+  height : 30px;
+ }
+ 
  
  .go {
***************
*** 206,209 ****
--- 230,245 ----
  }
  
+ .reset {
+   background-color: #A88050;
+   border: 1px;
+   border-color: #000000;
+   border-style: solid;
+   color: #FEEDDB;
+   font-family: verdana,arial,hevetica;
+   font-size: small;
+   font-weight: bold;
+   padding: 4px;
+ }
+ 
  
  td.heading {padding-top: 32px;}
***************
*** 211,219 ****
  
  .tip { 
! color:#AB89BB;}
  
  .tip-big {
       	font-size: 32pt;
!         font: ocean-sans, times,serif;
  	
  }
--- 247,258 ----
  
  .tip { 
! color:#AB89BB;
! line-height:32px; }
  
  .tip-big {
       	font-size: 32pt;
!         font-family: ocean-sans, times,serif;
! 		font-style: oblique;
! 		
  	
  }
***************
*** 268,271 ****
--- 307,317 ----
  	
  	}
+ 	
+ 	
+ a:visted.selected {
+ 	
+ 	color:#FFFFFF;
+ 	
+ 	}
  
  a:hover.selected {
***************
*** 332,335 ****
--- 378,382 ----
    padding: 4px;
   height : 30px;
+ 
  	
  	

Index: members-bottom.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/unido/en/includes/members-bottom.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** members-bottom.inc	16 Jun 2003 12:54:52 -0000	1.1
--- members-bottom.inc	17 Jun 2003 07:06:50 -0000	1.2
***************
*** 4,8 ****
  
  
!  <td width="32"><img src="/images/holder.gif" width="40" height="1" border="0" alt="" /></td>
  </tr>
  </table>
--- 4,8 ----
  
  
!  <td width="32"><img src="<TMPL_VAR name="themelang">/images/holder.gif" width="40" height="1" border="0" alt="" /></td>
  </tr>
  </table>

Index: members-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/unido/en/includes/members-top.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** members-top.inc	16 Jun 2003 12:54:52 -0000	1.1
--- members-top.inc	17 Jun 2003 07:06:50 -0000	1.2
***************
*** 1,97 ****
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
! 
! <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>
--- 1,110 ----
! <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
! 
! <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>
! 
! 
! 
! </td>
! 
! 
!  <td width="32"><img src="<TMPL_VAR name="themelang">/images/holder.gif" width="40" height="1" border="0" alt="" /></td>
! 
! <td>





More information about the Koha-cvs mailing list