deleting useless code (due to reordering & debugging)
authortipaul <tipaul>
Thu, 5 Aug 2004 16:36:21 +0000 (16:36 +0000)
committertipaul <tipaul>
Thu, 5 Aug 2004 16:36:21 +0000 (16:36 +0000)
bull/subscription-add-help.pl [deleted file]
bull/subscription-watch.pl [deleted file]
bull/subscription.pl [deleted file]
koha-tmpl/intranet-tmpl/default/en/bull/receipt.tmpl [deleted file]
koha-tmpl/intranet-tmpl/default/en/bull/subscription-add-help.tmpl [deleted file]
koha-tmpl/intranet-tmpl/default/en/bull/subscription-watch.tmpl [deleted file]
koha-tmpl/intranet-tmpl/default/en/bull/subscription.tmpl [deleted file]

diff --git a/bull/subscription-add-help.pl b/bull/subscription-add-help.pl
deleted file mode 100755 (executable)
index 33dd67e..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/usr/bin/perl
-
-use strict;
-use CGI;
-use C4::Auth;
-use C4::Output;
-use C4::Interface::CGI::Output;
-use C4::Context;
-use HTML::Template;
-
-my $query = new CGI;
-my ($template, $loggedinuser, $cookie)
-= get_template_and_user({template_name => "bull/subscription-add-help.tmpl",
-                               query => $query,
-                               type => "intranet",
-                               authnotrequired => 0,
-                               flagsrequired => {catalogue => 1},
-                               debug => 1,
-                               });
-output_html_with_http_headers $query, $cookie, $template->output;
diff --git a/bull/subscription-watch.pl b/bull/subscription-watch.pl
deleted file mode 100755 (executable)
index 02e7f34..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/usr/bin/perl
-
-use strict;
-use CGI;
-use C4::Auth;
-use C4::Output;
-use C4::Interface::CGI::Output;
-use C4::Context;
-use HTML::Template;
-
-my $query = new CGI;
-my ($template, $loggedinuser, $cookie)
-= get_template_and_user({template_name => "bull/subscription-watch.tmpl",
-                               query => $query,
-                               type => "intranet",
-                               authnotrequired => 0,
-                               flagsrequired => {catalogue => 1},
-                               debug => 1,
-                               });
-output_html_with_http_headers $query, $cookie, $template->output;
diff --git a/bull/subscription.pl b/bull/subscription.pl
deleted file mode 100755 (executable)
index 03c23b9..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/usr/bin/perl
-
-use strict;
-use CGI;
-use C4::Auth;
-use C4::Output;
-use C4::Interface::CGI::Output;
-use C4::Context;
-use HTML::Template;
-
-my $query = new CGI;
-my ($template, $loggedinuser, $cookie)
-= get_template_and_user({template_name => "bull/subscription.tmpl",
-                               query => $query,
-                               type => "intranet",
-                               authnotrequired => 0,
-                               flagsrequired => {catalogue => 1},
-                               debug => 1,
-                               });
-output_html_with_http_headers $query, $cookie, $template->output;
diff --git a/koha-tmpl/intranet-tmpl/default/en/bull/receipt.tmpl b/koha-tmpl/intranet-tmpl/default/en/bull/receipt.tmpl
deleted file mode 100644 (file)
index ad65da0..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-<!-- TMPL_INCLUDE NAME="bull-top.inc" -->
-<!--------------------------MAIN BODY OF PAGE-------------------------->
-<div id="mainbloc">
-<h1>Reception</h1>
-<ul>
-
-
-
-<div align="center"><font color="black"><b>periodical reception menu </b> </div></font>
-<br>
-<br>
-<br>
-<br>
-<table border=0>
-<tr>
-<td>Please enter the issn or the title of the periodical you have juste received:
-</td>
-<form method="post" name="f">
-       <td><input type="text" onclick="Clean()" name="titleorissn" value="Title / ISSN"><input type="hidden" name="op" value="search">
-       <input type="hidden" name="type" value="intranet">
-       <input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->">         <input type="hidden" name="marclist" value="">
-                       <input type="hidden" name="and_or" value="and">
-                       <input type="hidden" name="excluding" value="">
-                       <input type="hidden" name="operator" value="contains">
-
-</td>
-<td><input type="button" value="Go search!" onclick="Check(this.form)" accesskey="w" class="button catalogue"></td>
-</form>
-<tr>
-</table>
-</div>
-<!-- TMPL_INCLUDE NAME="bull-bottom.inc" -->
-
-<script language="Javascript">
-function Clean()
-{
- document.f.titleorissn.value = "";
-}
-
-function Check(f)
-{
-       if (document.f.titleorissn.value.length == 0 || document.f.titleorissn.value == 'Title / ISSN')
-       {
-               alert('You must enter the Title or the issn in the field !!!');
-       }
-       else
-       {
-        }
-       f.submit();
-}
-</script>
diff --git a/koha-tmpl/intranet-tmpl/default/en/bull/subscription-add-help.tmpl b/koha-tmpl/intranet-tmpl/default/en/bull/subscription-add-help.tmpl
deleted file mode 100644 (file)
index 6918157..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<!--------------------------MAIN BODY OF PAGE-------------------------->
-<body bgcolor="">
-<div align="center"><h1>Subscription-add help page</h1></div>
-<ul>
-
-<br>
-<br>
-Up to 3 sequential numbers. Each number can be :<br>
-* - Reinitialize each X numbers<br>
-* - +1 added each X numbers<br>
-* - Constant<br>
-<br>
-The numbering system. exemple :<br>
-Exemple : {Z}Vol{X}Num{Y} ou X incrémenté tous les 4, Y réinitialisé tous les 4, et Z est la valeur 2004 donnerait !<br>
-2004Vol1Num1<br>
-2004Vol1Num2,<br>
-2004Vol1Num3,<br>
-2004Vol1Num4,<br>
-2004Vol2Num1<br>
-2004Vol2Num2,<br>
-2004Vol2Num3,<br>
-2004Vol2Num4,<br>
-2004Vol3Num1<br>
-...<br>
-<font size="+2" >So for exemple type '{Z}Vol{X}Num{Y}' in the field</font>
-
-       
-</ul>
-</div>
-
-
-</body>
\ No newline at end of file
diff --git a/koha-tmpl/intranet-tmpl/default/en/bull/subscription-watch.tmpl b/koha-tmpl/intranet-tmpl/default/en/bull/subscription-watch.tmpl
deleted file mode 100644 (file)
index 7b76336..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<!-- TMPL_INCLUDE NAME="bull-top.inc" -->
-<!--------------------------MAIN BODY OF PAGE-------------------------->
-<div id="mainbloc">
-<h1>Subscription</h1>
-<ul>
-
-
-
-<div align="center"><font color="black"><b>Subscription's menu </b> </div></font>
-<br>
-<br>
-<br>
-<br>
-
-       <li><a href="/cgi-bin/koha/bull/subscription-add.pl">Suscribe :</a> Click here to add a new subscription</li>
-       <li><a href="/cgi-bin/koha/bull/subscription-watch.pl">Watch:</a> Click here to watch the subscriptions</li>
-       
-</ul>
-</div>
-<!-- TMPL_INCLUDE NAME="bull-bottom.inc" -->
-
diff --git a/koha-tmpl/intranet-tmpl/default/en/bull/subscription.tmpl b/koha-tmpl/intranet-tmpl/default/en/bull/subscription.tmpl
deleted file mode 100644 (file)
index 7b76336..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<!-- TMPL_INCLUDE NAME="bull-top.inc" -->
-<!--------------------------MAIN BODY OF PAGE-------------------------->
-<div id="mainbloc">
-<h1>Subscription</h1>
-<ul>
-
-
-
-<div align="center"><font color="black"><b>Subscription's menu </b> </div></font>
-<br>
-<br>
-<br>
-<br>
-
-       <li><a href="/cgi-bin/koha/bull/subscription-add.pl">Suscribe :</a> Click here to add a new subscription</li>
-       <li><a href="/cgi-bin/koha/bull/subscription-watch.pl">Watch:</a> Click here to watch the subscriptions</li>
-       
-</ul>
-</div>
-<!-- TMPL_INCLUDE NAME="bull-bottom.inc" -->
-