[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en/includes doc-he... [dev_week]

Owen Leonard oleonard at athenscounty.lib.oh.us
Wed Sep 6 16:31:00 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Owen Leonard <oleonard>	06/09/06 14:31:00

Removed files:
	koha-tmpl/opac-tmpl/npl/en/includes: doc-head-close-cat.inc 
	                                     opac-top.inc 

Log message:
	Removing a couple of unused files

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-cat.inc?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/includes/opac-top.inc?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.2&r2=0

Patches:
Index: doc-head-close-cat.inc
===================================================================
RCS file: doc-head-close-cat.inc
diff -N doc-head-close-cat.inc
--- doc-head-close-cat.inc	23 Aug 2006 16:59:24 -0000	1.1.2.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,86 +0,0 @@
-</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 -->
-<meta http-equiv="Content-Language" content="en-us" />
-<link rel="shortcut icon" href="<!-- TMPL_VAR NAME="themelang">/includes/favicon.ico" type="image/x-icon" />
-    <!-- TMPL_IF name="opacstylesheet" -->
-<style type="text/css">
-    @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/<!-- TMPL_VAR NAME="opacstylesheet" -->);
-</style>
-    <!-- TMPL_ELSE -->
-<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/includes/<!-- TMPL_VAR NAME="opaccolorstylesheet" -->" />
-<style type="text/css">
-    @import url(<!-- TMPL_VAR NAME="themelang" -->/includes/<!-- TMPL_VAR NAME="opaclayoutstylesheet" -->);
-</style>
-    <!-- /TMPL_IF -->
-
-<!-- TMPL_IF NAME="livesearch" -->
-<style type="text/css">
-	@import url(<!-- TMPL_VAR NAME="themelang" -->/includes/livesearch.css);
-</style>
-<!-- /TMPL_IF -->
-<script language="javascript" type="text/javascript">
-function Help() {
-	newin=window.open("/cgi-bin/koha/help.pl","Koha Help",'width=600,height=600,toolbar=false,scrollbars=yes');
-}
-
-function openWindow(targeturl, windowname) {
-	newwin =
-	window.open(targeturl,windowname,"height=480,width=640,scrollbars,resizable")
-}
- 
- 	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();
-	}
- 
-
-
-	function openDictionary(dict, search, target) {
-	    if ((dict == 'all') || (dict == 'publicationyear')) {
-	        alert("The selected field is not correct to search on dictionary.");
-		} else {
-	    	var dict_window = window.open('/cgi-bin/koha/dictionary.pl?dictionary=' + dict + '&amp;search=' + search + '&amp;target=' + target,'_blanck','height=325,width=550,status=no,toolbar=no,menubar=no,location=no,resizable=no,top=100,left=100');
-        	dict_window.focus();
-		}
-	}
-
-	</script>
-	<script type="text/javascript" language="javascript" src="<TMPL_VAR NAME="themelang">/includes/catsearch.js"></script>
-	<script type="text/javascript" language="javascript" src="<TMPL_VAR NAME="themelang">/includes/main.js"></script>
-	<!-- TMPL_IF NAME="AmazonContent" -->
-	<script type="text/javascript" language="javascript" src="<TMPL_VAR NAME="themelang">/includes/amazonimages.js"></script>
-	<!-- /TMPL_IF -->
-	<script type="text/javascript" language="javascript" src="<TMPL_VAR NAME="themelang">/includes/script.js"></script>
-	<script type="text/javascript" language="javascript" src="<TMPL_VAR NAME="themelang">/includes/basket.js"></script>
-	<script type="text/javascript" language="javascript">
-	var MSG_BASKET_EMPTY = "You book bag is currently empty";
-	var MSG_RECORD_IN_BASKET = "This item is already in your book bag";
-	var MSG_RECORD_ADDED = "This item has been added to your book bag";
-	var MSG_NRECORDS_ADDED = " item(s) added to your book bag";
-	var MSG_NRECORDS_IN_BASKET = "already in the bag";
-	var MSG_NO_RECORD_SELECTED = "No item was selected";
-	var MSG_NO_RECORD_ADDED = "No item was added to your book bag";
-</script>
-</head>
-<body id="withsidebar">

Index: opac-top.inc
===================================================================
RCS file: opac-top.inc
diff -N opac-top.inc
--- opac-top.inc	10 Apr 2006 20:42:04 -0000	1.1.2.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,25 +0,0 @@
-<!-- TMPL_IF NAME="TemplateEncoding -->
-<?xml version="1.0" encoding="<!-- TMPL_VAR NAME='TemplateEncoding' -->"?>
-<!-- TMPL_ELSE -->
-<?xml version="1.0" encoding="utf-8"?>
-<!-- /TMPL_IF -->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-	<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/opac.css" />
-	<title><!--TMPL_VAR name="LibraryName"--></title>
-</head>
-<body>
-	<!-- MENUS -->
-	<div id="menuline">
-		<div class="SmallLibraryName"><!--TMPL_VAR name="LibraryName"--></div>
-		<span class="spacer">&nbsp;</span>
-		<span class="spacer">&nbsp;</span>
-		<a class="menu" href="/cgi-bin/koha/opac-main.pl" title="Koha home page">Home</a>
-		<span class="spacer">&nbsp;</span>
-		<a class="menu" href="/cgi-bin/koha/opac-search.pl" title="Advanced search">Advanced search</a>
-		<span class="spacer">&nbsp;</span>
-		<a class="menu" href="/cgi-bin/koha/opac-user.pl" title="Member Home page" >Members</a>
-	</div>
-	<!-- MAIN BODY OF PAGE -->





More information about the Koha-cvs mailing list