[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/includes do... [rel_2_2]

Joshua Ferraro jmf at kados.org
Sat Feb 4 19:39:48 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/02/04 18:39:48

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/includes: 
	                                         doc-head-barcodes-close.inc 
	                                         doc-head-circ-close.inc 
	                                         doc-head-close-addbiblio.inc 
	                                         doc-head-close-calendar.inc 
	                                         doc-head-close-z3950.inc 
	                                         doc-head-close.inc 
	                                         main-top-addbiblio.inc 
	                                         main-top-circ.inc 

Log message:
	Adds intranetcolorstylesheet to npl templates

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-barcodes-close.inc.diff?only_with_tag=rel_2_2&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-circ-close.inc.diff?only_with_tag=rel_2_2&tr1=1.2.2.2&tr2=1.2.2.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-close-addbiblio.inc.diff?only_with_tag=rel_2_2&tr1=1.1.2.4&tr2=1.1.2.5&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-close-calendar.inc.diff?only_with_tag=rel_2_2&tr1=1.1.2.2&tr2=1.1.2.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-close-z3950.inc.diff?only_with_tag=rel_2_2&tr1=1.1&tr2=1.1.2.1&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-close.inc.diff?only_with_tag=rel_2_2&tr1=1.1.2.3&tr2=1.1.2.4&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/main-top-addbiblio.inc.diff?only_with_tag=rel_2_2&tr1=1.3&tr2=1.3.2.1&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/main-top-circ.inc.diff?only_with_tag=rel_2_2&tr1=1.3&tr2=1.3.2.1&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-barcodes-close.inc
diff -u koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-barcodes-close.inc:1.1.2.1 koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-barcodes-close.inc:1.1.2.2
--- koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-barcodes-close.inc:1.1.2.1	Sat Sep  3 13:50:01 2005
+++ koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-barcodes-close.inc	Sat Feb  4 18:39:48 2006
@@ -3,6 +3,7 @@
 <link rel="shortcut icon" href="<!-- TMPL_VAR NAME='themelang' -->/includes/favicon.ico" type="image/x-icon" />
 <style type="text/css"> 
 	@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet.css);
+	<!-- TMPL_IF NAME="intranetcolorstylesheet" -->@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/<!-- TMPL_VAR NAME="intranetcolorstylesheet" -->);<!-- /TMPL_IF -->
 </style>
 <style type="text/css">
 .panel { 
@@ -194,4 +195,4 @@
 	}
 </script>
 </head>
-<body onload="changeRange(document.getElementById('rangeType'))">
\ No newline at end of file
+<body onload="changeRange(document.getElementById('rangeType'))">
Index: koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-circ-close.inc
diff -u koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-circ-close.inc:1.2.2.2 koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-circ-close.inc:1.2.2.3
--- koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-circ-close.inc:1.2.2.2	Fri Feb  4 19:00:32 2005
+++ koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-circ-close.inc	Sat Feb  4 18:39:48 2006
@@ -3,6 +3,7 @@
 <link rel="shortcut icon" href="<!-- TMPL_VAR NAME='themelang' -->/includes/favicon.ico" type="image/x-icon" />
 <style type="text/css"> 
 	@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet.css);
+	        <!-- TMPL_IF NAME="intranetcolorstylesheet" -->@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/<!-- TMPL_VAR NAME="intranetcolorstylesheet" -->);<!-- /TMPL_IF -->
 </style>
 <script language="JavaScript" type="text/javascript">
 <!-- Hide from old browsers
@@ -40,4 +41,4 @@
 </script>
 </head>
 
-<body onload="document.forms['mainform'].elements[0].focus();">
\ No newline at end of file
+<body onload="document.forms['mainform'].elements[0].focus();">
Index: koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-close-addbiblio.inc
diff -u koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-close-addbiblio.inc:1.1.2.4 koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-close-addbiblio.inc:1.1.2.5
--- koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-close-addbiblio.inc:1.1.2.4	Mon Apr 25 22:01:41 2005
+++ koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-close-addbiblio.inc	Sat Feb  4 18:39:48 2006
@@ -3,6 +3,7 @@
 <link rel="shortcut icon" href="<!-- TMPL_VAR NAME='themelang' -->/includes/favicon.ico" type="image/x-icon" />
 <style type="text/css">
         @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet.css);
+	<!-- TMPL_IF NAME="intranetcolorstylesheet" -->@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/<!-- TMPL_VAR NAME="intranetcolorstylesheet" -->);<!-- /TMPL_IF -->
         @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/marc-editor.css);
 </style>
 <script language="JavaScript" type="text/javascript">
Index: koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-close-calendar.inc
diff -u koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-close-calendar.inc:1.1.2.2 koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-close-calendar.inc:1.1.2.3
--- koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-close-calendar.inc:1.1.2.2	Fri Apr  8 15:42:01 2005
+++ koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-close-calendar.inc	Sat Feb  4 18:39:48 2006
@@ -3,6 +3,7 @@
 <link rel="shortcut icon" href="<!-- TMPL_VAR NAME='themelang' -->/includes/favicon.ico" type="image/x-icon" />
 <style type="text/css"> 
 	@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet.css);
+	<!-- TMPL_IF NAME="intranetcolorstylesheet" -->@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/<!-- TMPL_VAR NAME="intranetcolorstylesheet" -->);<!-- /TMPL_IF -->
 </style>
 <!-- Additions to enable Calendar system -->
 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME='themelang' -->/includes/calendar/calendar-system.css">
@@ -49,4 +50,4 @@
 <!-- End of additions -->
 </head>
 
-<body>
\ No newline at end of file
+<body>
Index: koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-close-z3950.inc
diff -u /dev/null koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-close-z3950.inc:1.1.2.1
--- /dev/null	Sat Feb  4 18:39:48 2006
+++ koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-close-z3950.inc	Sat Feb  4 18:39:48 2006
@@ -0,0 +1,24 @@
+</title>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<!-- TMPL_IF name="refresh" --><meta http-equiv="refresh" content="2; url=<!-- TMPL_VAR NAME="refresh" -->" /><!-- /TMPL_IF -->
+<link rel="shortcut icon" href="<!-- TMPL_VAR NAME='themelang' -->/includes/favicon.ico" type="image/x-icon" />
+<style type="text/css"> 
+	@import url(<!-- TMPL_VAR NAME="themelang" -->/includes/intranet.css);
+	<!-- TMPL_IF NAME="intranetcolorstylesheet" -->@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/<!-- TMPL_VAR NAME="intranetcolorstylesheet" -->);<!-- /TMPL_IF -->
+	#main {
+		background-color : #CCCC99;
+		border-left : 1px solid #CCCC99;
+		margin-left : 2%;
+		margin-right : 2%;
+		margin-top : 2%;
+		padding : 10px;
+		position : relative;
+	}
+</style>
+<script language="JavaScript" type="text/javascript">
+	function Import(GetThisOne) {
+		opener.document.location= "../acqui.simple/addbiblio.pl?z3950=1&oldbiblionumber=<!-- TMPL_VAR NAME="oldbiblionumber" -->&breedingid="+GetThisOne;
+		self.close();
+		return false;
+	}
+</script>
Index: koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-close.inc
diff -u koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-close.inc:1.1.2.3 koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-close.inc:1.1.2.4
--- koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-close.inc:1.1.2.3	Wed Apr 27 19:54:10 2005
+++ koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-close.inc	Sat Feb  4 18:39:48 2006
@@ -3,6 +3,7 @@
 <link rel="shortcut icon" href="<!-- TMPL_VAR NAME='themelang' -->/includes/favicon.ico" type="image/x-icon" />
 <style type="text/css"> 
 	@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet.css);
+	<!-- TMPL_IF NAME="intranetcolorstylesheet" -->@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/<!-- TMPL_VAR NAME="intranetcolorstylesheet" -->);<!-- /TMPL_IF -->
 </style>
 <script language="JavaScript" type="text/javascript">
 <!-- Hide from old browsers
@@ -52,4 +53,4 @@
 </script>
 </head>
 
-<body>
\ No newline at end of file
+<body>
Index: koha/koha-tmpl/intranet-tmpl/npl/en/includes/main-top-addbiblio.inc
diff -u /dev/null koha/koha-tmpl/intranet-tmpl/npl/en/includes/main-top-addbiblio.inc:1.3.2.1
--- /dev/null	Sat Feb  4 18:39:48 2006
+++ koha/koha-tmpl/intranet-tmpl/npl/en/includes/main-top-addbiblio.inc	Sat Feb  4 18:39:48 2006
@@ -0,0 +1,47 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>Koha Intranet</title>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<link rel="shortcut icon" href="<!-- TMPL_VAR NAME='themelang' -->/includes/favicon.ico" type="image/x-icon" />
+<style type="text/css"> 
+	@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet.css);
+	<!-- TMPL_IF NAME="intranetcolorstylesheet" -->@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/<!-- TMPL_VAR NAME="intranetcolorstylesheet" -->);<!-- /TMPL_IF -->
+	@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/tabs.css);
+</style>
+<script language="JavaScript" type="text/javascript">
+<!-- Hide from old browsers
+function openWindow(targeturl, windowname) {
+// newwin =
+// window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
+	location.href = targeturl;
+}
+ 
+ 	var newwin;
+	
+	// Open the popup window if it doesn't already exist and give it focus.
+	function PopWin(targeturl, windowname) {
+	
+		if (!newwin || newwin.closed) newwin = window.open(targeturl,windowname, "height=300,width=400");
+	  newwin.focus();
+	}
+	
+  // Set the value of the form field to the passed value and optionally shift
+	// focus and close the popup.
+	function FillForm(val,formname,formfield) {
+	
+		document.forms[formname].elements[formfield].value = val;
+
+		// Uncomment below to shift focus after clicking link in popup.
+		document.forms[formname].elements[formfield].focus();
+		
+		// Uncomment below to close popup after clicking link.
+		newwin.close();
+	}
+ 
+// end hiding -->
+</script>
+</head>
+
+<body onload="showPanel(1);">
Index: koha/koha-tmpl/intranet-tmpl/npl/en/includes/main-top-circ.inc
diff -u /dev/null koha/koha-tmpl/intranet-tmpl/npl/en/includes/main-top-circ.inc:1.3.2.1
--- /dev/null	Sat Feb  4 18:39:48 2006
+++ koha/koha-tmpl/intranet-tmpl/npl/en/includes/main-top-circ.inc	Sat Feb  4 18:39:48 2006
@@ -0,0 +1,46 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>Koha Intranet</title>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<link rel="shortcut icon" href="<!-- TMPL_VAR NAME='themelang' -->/includes/favicon.ico" type="image/x-icon" />
+<style type="text/css"> 
+	@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet.css);
+	<!-- TMPL_IF NAME="intranetcolorstylesheet" -->@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/<!-- TMPL_VAR NAME="intranetcolorstylesheet" -->);<!-- /TMPL_IF -->
+</style>
+<script language="JavaScript" type="text/javascript">
+<!-- Hide from old browsers
+function openWindow(targeturl, windowname) {
+// newwin =
+// window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
+	location.href = targeturl;
+}
+ 
+ 	var newwin;
+	
+	// Open the popup window if it doesn't already exist and give it focus.
+	function PopWin(targeturl, windowname) {
+	
+		if (!newwin || newwin.closed) newwin = window.open(targeturl,windowname, "height=300,width=400,scrollbars=yes,resizable=yes");
+	  newwin.focus();
+	}
+	
+  // Set the value of the form field to the passed value and optionally shift
+	// focus and close the popup.
+	function FillForm(val,formname,formfield) {
+	
+		document.forms[formname].elements[formfield].value = val;
+
+		// Uncomment below to shift focus after clicking link in popup.
+		document.forms[formname].elements[formfield].focus();
+		
+		// Uncomment below to close popup after clicking link.
+		newwin.close();
+	}
+ 
+// end hiding -->
+</script>
+</head>
+
+<body onload="document.forms['mainform'].elements[0].focus();">





More information about the Koha-cvs mailing list