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

Owen Leonard oleonard at athenscounty.lib.oh.us
Mon Sep 25 15:23:36 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/09/25 13:23:36

Removed files:
	koha-tmpl/intranet-tmpl/npl/en/includes: doc-head-circ-open.inc 
	                                         intranet-topmenu.inc 
	                                         main-top-addbiblio.inc 
	                                         main-top-circ.inc 
	                                         main-top-print.inc 
	                                         popup-top.inc 

Log message:
	Removing unused/out-of-date include files

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/doc-head-circ-open.inc?cvsroot=koha&only_with_tag=dev_week&r1=1.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet-topmenu.inc?cvsroot=koha&only_with_tag=dev_week&r1=1.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/main-top-addbiblio.inc?cvsroot=koha&only_with_tag=dev_week&r1=1.3.2.4&r2=0
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/main-top-circ.inc?cvsroot=koha&only_with_tag=dev_week&r1=1.3.2.4&r2=0
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/main-top-print.inc?cvsroot=koha&only_with_tag=dev_week&r1=1.3.2.2&r2=0
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/popup-top.inc?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=0

Patches:
Index: doc-head-circ-open.inc
===================================================================
RCS file: doc-head-circ-open.inc
diff -N doc-head-circ-open.inc
--- doc-head-circ-open.inc	19 Feb 2004 19:11:04 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,5 +0,0 @@
-<!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>
\ No newline at end of file

Index: intranet-topmenu.inc
===================================================================
RCS file: intranet-topmenu.inc
diff -N intranet-topmenu.inc
--- intranet-topmenu.inc	19 Feb 2004 19:11:04 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,6 +0,0 @@
-<div id="topmenu"><form action="/cgi-bin/koha/member.pl" method="post">
-<label for="member">Patron Search</label>
-  <input type="text" id="member" name="member" value="" />&nbsp;<input type="submit"  class="submit" name="Go" value="Search" /></form><form action="/cgi-bin/koha/simpleredirect.pl" method="post">
-<input type="submit" class="submit" value="Add New Patron" />
-<input type="hidden" name="chooseform" value="adult" />
-</form></div>
\ No newline at end of file

Index: main-top-addbiblio.inc
===================================================================
RCS file: main-top-addbiblio.inc
diff -N main-top-addbiblio.inc
--- main-top-addbiblio.inc	5 Apr 2006 14:52:52 -0000	1.3.2.4
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,51 +0,0 @@
-<!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>
-<!-- TMPL_IF NAME="TemplateEncoding" -->
-<meta http-equiv="Content-Type" content="text/html; charset=<!-- TMPL_VAR NAME='TemplateEncoding' -->" />
-<!-- TMPL_ELSE -->
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<!-- /TMPL_IF -->
-<link rel="shortcut icon" href="<!-- TMPL_VAR NAME='themelang' -->/includes/favicon.ico" type="image/x-icon" />
-<style type="text/css"> 
-	<!-- TMPL_IF NAME="intranetstylesheet" -->@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/<!-- TMPL_VAR NAME="intranetstylesheet" -->);<!-- TMPL_ELSE -->@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet.css);<!-- /TMPL_IF -->
-	<!-- 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: main-top-circ.inc
===================================================================
RCS file: main-top-circ.inc
diff -N main-top-circ.inc
--- main-top-circ.inc	5 Apr 2006 14:52:52 -0000	1.3.2.4
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,50 +0,0 @@
-<!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>
-<!-- TMPL_IF NAME="TemplateEncoding" -->
-<meta http-equiv="Content-Type" content="text/html; charset=<!-- TMPL_VAR NAME='TemplateEncoding' -->" />
-<!-- TMPL_ELSE -->
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<!-- /TMPL_IF -->
-<link rel="shortcut icon" href="<!-- TMPL_VAR NAME='themelang' -->/includes/favicon.ico" type="image/x-icon" />
-<style type="text/css"> 
-	<!-- TMPL_IF NAME="intranetstylesheet" -->@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/<!-- TMPL_VAR NAME="intranetstylesheet" -->);<!-- TMPL_ELSE -->@import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet.css);<!-- /TMPL_IF -->
-	<!-- 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();">

Index: main-top-print.inc
===================================================================
RCS file: main-top-print.inc
diff -N main-top-print.inc
--- main-top-print.inc	5 Apr 2006 14:52:52 -0000	1.3.2.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,16 +0,0 @@
-<!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>
-<!-- TMPL_IF NAME="TemplateEncoding" -->
-<meta http-equiv="Content-Type" content="text/html; charset=<!-- TMPL_VAR NAME='TemplateEncoding' -->" />
-<!-- TMPL_ELSE -->
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<!-- /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/print.css);
-</style>
-</head>
-
-<body>

Index: popup-top.inc
===================================================================
RCS file: popup-top.inc
diff -N popup-top.inc
--- popup-top.inc	12 Apr 2006 05:23:05 -0000	1.1.2.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,15 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-
-<html>
-<head>
-<title>popup</title>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-
-<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/css/main.css">
-
-<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/css/popup.css">
-
-</head>
-
-<body>
-<!-- NO MENUS for popup-top -->





More information about the Koha-cvs mailing list