[Koha-cvs] koha koha-tmpl/intranet-tmpl/prog/en/serials/la... [rel_3_0]

Henri-Damien LAURENT laurenthdl at alinto.com
Fri Jan 26 21:50:24 CET 2007


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Henri-Damien LAURENT <hdl>	07/01/26 20:50:24

Removed files:
	koha-tmpl/intranet-tmpl/prog/en/serials: lateissues.tmpl 
	serials        : lateissues.pl 

Log message:
	deleting lateissues

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/serials/lateissues.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.4.2.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/koha/serials/lateissues.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.7.2.2&r2=0

Patches:
Index: koha-tmpl/intranet-tmpl/prog/en/serials/lateissues.tmpl
===================================================================
RCS file: koha-tmpl/intranet-tmpl/prog/en/serials/lateissues.tmpl
diff -N koha-tmpl/intranet-tmpl/prog/en/serials/lateissues.tmpl
--- koha-tmpl/intranet-tmpl/prog/en/serials/lateissues.tmpl	2 Oct 2006 09:15:44 -0000	1.4.2.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,89 +0,0 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Subscription edit<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
-
-<!-- TMPL_INCLUDE NAME="menus.inc" -->
-<!--TMPL_INCLUDE NAME="menu-serials.inc" -->
-
-<h1>Late issues</h1>
-<p>
-	<form action="lateissues.pl" method="post">
-		<!-- TMPL_VAR name="CGIsupplier" -->
-			<!-- TMPL_IF name="phone" -->Phone: <!-- TMPL_VAR name="phone" --><!-- /TMPL_IF -->
-			<!-- TMPL_IF name="booksellerfax" -->Fax: <!-- TMPL_VAR name="booksellerfax" --><!-- /TMPL_IF -->
-			<!-- TMPL_IF name="bookselleremail" --></p><p><a href="mailto:<!-- TMPL_VAR name="bookselleremail" -->"><!-- TMPL_VAR name="bookselleremail" --></a><!-- /TMPL_IF -->
-		<input type="submit" value="filter">
-	</form>
-</p>
-        <!-- TMPL_IF NAME="lateissues" -->
-	
-<table>
-	<tr>
-		<th>Title</th>
-		<th>Issue number</th>
-		<th>Late since</th>
-		<th colspan=2>&nbsp;</th>
-	</tr>
-	<!-- TMPL_LOOP name="lateissues" -->
-		<tr>
-			<!-- TMPL_IF name="odd" -->
-				<td class="hilighted"><!-- TMPL_IF name="Title" --><!-- TMPL_VAR name="Title" --><!-- TMPL_ELSE -->|<!-- /TMPL_IF --></td>
-				<td class="hilighted"><!-- TMPL_VAR name="serialseq" --></td>
-				<td class="hilighted"><!-- TMPL_VAR name="planneddate" --></td>
-				<td class="hilighted">
-					<a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->">Detail</a>
-					<a href="serials-recieve.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->">Recieve</a>
-				</td>
-			<!-- TMPL_ELSE -->
-				<td><!-- TMPL_VAR name="Title" --></td>
-				<td><!-- TMPL_VAR name="serialseq" --></td>
-				<td><!-- TMPL_VAR name="planneddate" --></td>
-				<td>
-					<a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->">Detail</a>
-					<a
-href="serials-recieve.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->">Receive</a>
-				</td>
-			<!-- /TMPL_IF -->
-		</tr>
-	<!-- /TMPL_LOOP -->
-</table>
-        <!-- TMPL_ELSE -->
-               <p>There are currently no outstanding issues.</p>
-	<!-- /TMPL_IF -->
-	
-        <!-- TMPL_IF NAME="missingissues" -->
-	        <h1 class="bull">Missing Issues</h1>
-		<table cellpadding="0" cellspacing="0" border="0" class="collapse">
-		<tr>
-		<th class="cell-header">Supplier</th>
-		<th class="cell-header">Title</th>
-		<th class="cell-header">Issue number</th>
-		<th class="cell-header">Missing since</th>
-		<th class="cell-header">&nbsp;</th>
-		</tr>
-		<!-- TMPL_LOOP name="missingissues" -->
-		<tr>
-		<td class="cell">
-		<!-- TMPL_VAR name="name" -->
-		</td>
-		<td class="cell">
-		<!-- TMPL_VAR name="Title" -->
-		</td>
-		<td class="cell">
-		<!--TMPL_VAR name="serialseq" -->
-		</td>
-		<td class="cell">
-		<!-- TMPL_VAR name="planneddate" -->
-		</td>
-		<td class="cell">
-		<a
-href="serials-receive.pl?op=found&amp;planneddate=<!-- TMPL_VAR
-name="planneddate" -->&amp;missingissue=<!-- TMPL_VAR name="serialseq" -->&amp;subscriptionid=<!-- TMPL_VAR
-name="subscriptionid" -->">Receive</a>
-                </td>
-		</tr>
-		<!--/TMPL_LOOP -->
-		</table>
-	<!-- /TMPL_IF -->
-		
-		       
-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
-

Index: serials/lateissues.pl
===================================================================
RCS file: serials/lateissues.pl
diff -N serials/lateissues.pl
--- serials/lateissues.pl	18 Dec 2006 16:35:19 -0000	1.7.2.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,93 +0,0 @@
-#!/usr/bin/perl
-
-# Copyright 2000-2002 Katipo Communications
-#
-# This file is part of Koha.
-#
-# Koha is free software; you can redistribute it and/or modify it under the
-# terms of the GNU General Public License as published by the Free Software
-# Foundation; either version 2 of the License, or (at your option) any later
-# version.
-#
-# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
-# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License along with
-# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
-# Suite 330, Boston, MA  02111-1307 USA
-
-# $Id: lateissues.pl,v 1.7.2.2 2006/12/18 16:35:19 toins Exp $
-
-=head1 NAME
-
-lateissues
-
-=head1 DESCRIPTION
-
-this script display late issue by types.
-
-=head1 PARAMETERS
-
-=over 4
-
-=item supplierid
-the id of the supplier this script has to search late issues.
-
-=back
-
-=cut
-
-use strict;
-use CGI;
-use C4::Auth;
-use C4::Serials;
-use C4::Acquisition;
-use C4::Output;
-use C4::Interface::CGI::Output;
-use C4::Context;
-
-use C4::Bookseller;
-
-my $query = new CGI;
-# my $title = $query->param('title');
-# my $ISSN = $query->param('ISSN');
-# my @subscriptions = GetSubscriptions($title,$ISSN);
-
-my $supplierid = $query->param('supplierid');
-my %supplierlist = GetSuppliersWithLateIssues;
-my @select_supplier;
-push @select_supplier,"";
-foreach my $supplierid (keys %supplierlist){
-    push @select_supplier, $supplierid
-}
-my $CGIsupplier=CGI::scrolling_list(
-            -name     => 'supplierid',
-            -values   => \@select_supplier,
-            -default  => $supplierid,
-            -labels   => \%supplierlist,
-            -size     => 1,
-            -multiple => 0 );
-
-my @lateissues;
- at lateissues = GetLateIssues($supplierid) if $supplierid;
-
-my @supplierinfo=GetBookSeller($supplierid) if $supplierid;
-
-my ($template, $loggedinuser, $cookie)
-= get_template_and_user({template_name => "serials/lateissues.tmpl",
-                query => $query,
-                type => "intranet",
-                authnotrequired => 0,
-                flagsrequired => {serials => 1},
-                debug => 1,
-                });
-
-$template->param(
-    CGIsupplier => $CGIsupplier,
-    lateissues => \@lateissues,
-    phone => $supplierinfo[0]->{phone},
-    booksellerfax => $supplierinfo[0]->{booksellerfax},
-    bookselleremail => $supplierinfo[0]->{bookselleremail},
-    );
-output_html_with_http_headers $query, $cookie, $template->output;





More information about the Koha-cvs mailing list