[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/acqui newo...
From: |
Antoine Farnault |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/acqui newo... |
Date: |
Wed, 02 Aug 2006 08:20:32 +0000 |
CVSROOT: /sources/koha
Module name: koha
Changes by: Antoine Farnault <toins> 06/08/02 08:20:32
Added files:
koha-tmpl/intranet-tmpl/prog/en/acqui: newordersuggestion.tmpl
Removed files:
koha-tmpl/intranet-tmpl/prog/en/acqui: suggestion-select.tmpl
Log message:
newordersuggestion.tmpl replaces suggestion-select.tmpl
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/newordersuggestion.tmpl?cvsroot=koha&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/suggestion-select.tmpl?cvsroot=koha&r1=1.3&r2=0
Patches:
Index: newordersuggestion.tmpl
===================================================================
RCS file: newordersuggestion.tmpl
diff -N newordersuggestion.tmpl
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ newordersuggestion.tmpl 2 Aug 2006 08:20:32 -0000 1.1
@@ -0,0 +1,65 @@
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Add order from
suggestion: <!-- TMPL_VAR name="bookselname" --><!-- TMPL_INCLUDE
NAME="doc-head-close.inc" -->
+
+<!-- TMPL_INCLUDE NAME="menus.inc" -->
+<!-- TMPL_INCLUDE NAME="menu-acqui.inc" -->
+
+<h1>Suggestions</h1>
+<div id="acqui_suggestion_select">
+ <form action="/cgi-bin/koha/acqui/newordersuggestion.pl" method="get">
+ <table>
+ <tr>
+ <th>Suggestion</th>
+ <th>Suggested by</th>
+ <th>Accepted by</th>
+ <th> </th>
+ </tr>
+ <tr>
+ <th>
+ <p>Filter on :
+ title: <input type="text" name="title"
value="<!-- TMPL_VAR NAME="title"-->" />
+ author: <input type="text" name="author"
value="<!-- TMPL_VAR NAME="author" -->" />
+ publisher: <input type="text"
name="publishercode" value="<!-- TMPL_VAR NAME="publishercode"-->" /></p>
+ </th>
+ <th>
+
+ </th>
+ <th>
+
+ </th>
+ <th>
+ <input type="submit" class="button acquisition"
value="Set Filter" />
+ </th>
+ </tr>
+ <!-- TMPL_LOOP NAME="suggestions_loop" -->
+ <tr>
+ <td>
+ <p><!-- TMPL_VAR NAME="title" --> -
<!-- TMPL_VAR NAME="author" --></p>
+ <p>
+ <!-- TMPL_IF
name="copyrightdate" -->copy. year:<!-- TMPL_VAR NAME="copyrightdate" --> <!--
/TMPL_IF -->
+ <!-- TMPL_IF name="volumedesc"
-->volume:<i><!-- TMPL_VAR NAME="volumedesc" --></i> <!-- /TMPL_IF -->
+ <!-- TMPL_IF name="isbn"
-->ISBN :<i><!-- TMPL_VAR NAME="isbn" --></i> <!-- /TMPL_IF -->
+ <!-- TMPL_IF
name="publishercode" --><br/>published by:<!-- TMPL_VAR NAME="publishercode"
--> <!-- /TMPL_IF -->
+ <!-- TMPL_IF
name="publicationyear" --> in <i><!-- TMPL_VAR NAME="publicationyear" --></i>
<!-- /TMPL_IF -->
+ <!-- TMPL_IF name="place" -->
at <i><!-- TMPL_VAR NAME="place" --></i> <!-- /TMPL_IF -->
+ <!-- TMPL_IF name="note"
--><p><i>(<!-- TMPL_VAR NAME="note" -->)</i></p> <!-- /TMPL_IF -->
+ </p>
+ </td>
+ <td>
+ <!-- TMPL_VAR NAME="surnamesuggestedby"
--><!-- TMPL_IF name="firstnamesuggestedby" -->,<!-- /TMPL_IF --> <!-- TMPL_VAR
NAME="firstnamesuggestedby" -->
+ </td>
+ <td>
+ <!-- TMPL_VAR NAME="surnamemanagedby"
--><!-- TMPL_IF name="firstnamemanagedby" -->,<!-- /TMPL_IF --> <!-- TMPL_VAR
NAME="firstnamemanagedby" -->
+ </td>
+ <td>
+ <!-- TMPL_IF name="biblionumber" -->
+ <a
href="neworderempty.pl?booksellerid=<!-- TMPL_VAR NAME="supplierid"
-->&basketno=<!-- TMPL_VAR NAME="basketno" -->&suggestionid=<!--
TMPL_VAR NAME="suggestionid" -->&biblio=<!-- TMPL_VAR name="biblionumber" -->"
class="button acquisition">Order</a>
+ <!-- TMPL_ELSE -->
+ <a
href="neworderempty.pl?booksellerid=<!-- TMPL_VAR NAME="supplierid"
-->&basketno=<!-- TMPL_VAR NAME="basketno" -->&suggestionid=<!--
TMPL_VAR NAME="suggestionid" -->" class="button acquisition">Order</a>
+ <!-- /TMPL_IF -->
+ </td>
+ </tr>
+ <!-- /TMPL_LOOP -->
+ </table>
+ </form>
+</div>
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
Index: suggestion-select.tmpl
===================================================================
RCS file: suggestion-select.tmpl
diff -N suggestion-select.tmpl
--- suggestion-select.tmpl 2 Aug 2006 08:08:37 -0000 1.3
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,65 +0,0 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Add order from
suggestion: <!-- TMPL_VAR name="bookselname" --><!-- TMPL_INCLUDE
NAME="doc-head-close.inc" -->
-
-<!-- TMPL_INCLUDE NAME="menus.inc" -->
-<!-- TMPL_INCLUDE NAME="menu-acqui.inc" -->
-
-<h1>Suggestions</h1>
-<div id="acqui_suggestion_select">
- <form action="/cgi-bin/koha/acqui/suggestion-select.pl" method="get">
- <table>
- <tr>
- <th>Suggestion</th>
- <th>Suggested by</th>
- <th>Accepted by</th>
- <th> </th>
- </tr>
- <tr>
- <th>
- <p>Filter on :
- title: <input type="text" name="title"
value="<!-- TMPL_VAR NAME="title"-->" />
- author: <input type="text" name="author"
value="<!-- TMPL_VAR NAME="author" -->" />
- publisher: <input type="text"
name="publishercode" value="<!-- TMPL_VAR NAME="publishercode"-->" /></p>
- </th>
- <th>
-
- </th>
- <th>
-
- </th>
- <th>
- <input type="submit" class="button acquisition"
value="Set Filter" />
- </th>
- </tr>
- <!-- TMPL_LOOP NAME="suggestions_loop" -->
- <tr>
- <td>
- <p><!-- TMPL_VAR NAME="title" --> -
<!-- TMPL_VAR NAME="author" --></p>
- <p>
- <!-- TMPL_IF
name="copyrightdate" -->copy. year:<!-- TMPL_VAR NAME="copyrightdate" --> <!--
/TMPL_IF -->
- <!-- TMPL_IF name="volumedesc"
-->volume:<i><!-- TMPL_VAR NAME="volumedesc" --></i> <!-- /TMPL_IF -->
- <!-- TMPL_IF name="isbn"
-->ISBN :<i><!-- TMPL_VAR NAME="isbn" --></i> <!-- /TMPL_IF -->
- <!-- TMPL_IF
name="publishercode" --><br/>published by:<!-- TMPL_VAR NAME="publishercode"
--> <!-- /TMPL_IF -->
- <!-- TMPL_IF
name="publicationyear" --> in <i><!-- TMPL_VAR NAME="publicationyear" --></i>
<!-- /TMPL_IF -->
- <!-- TMPL_IF name="place" -->
at <i><!-- TMPL_VAR NAME="place" --></i> <!-- /TMPL_IF -->
- <!-- TMPL_IF name="note"
--><p><i>(<!-- TMPL_VAR NAME="note" -->)</i></p> <!-- /TMPL_IF -->
- </p>
- </td>
- <td>
- <!-- TMPL_VAR NAME="surnamesuggestedby"
--><!-- TMPL_IF name="firstnamesuggestedby" -->,<!-- /TMPL_IF --> <!-- TMPL_VAR
NAME="firstnamesuggestedby" -->
- </td>
- <td>
- <!-- TMPL_VAR NAME="surnamemanagedby"
--><!-- TMPL_IF name="firstnamemanagedby" -->,<!-- /TMPL_IF --> <!-- TMPL_VAR
NAME="firstnamemanagedby" -->
- </td>
- <td>
- <!-- TMPL_IF name="biblionumber" -->
- <a
href="neworderempty.pl?booksellerid=<!-- TMPL_VAR NAME="supplierid"
-->&basketno=<!-- TMPL_VAR NAME="basketno" -->&suggestionid=<!--
TMPL_VAR NAME="suggestionid" -->&biblio=<!-- TMPL_VAR name="biblionumber" -->"
class="button acquisition">Order</a>
- <!-- TMPL_ELSE -->
- <a
href="neworderempty.pl?booksellerid=<!-- TMPL_VAR NAME="supplierid"
-->&basketno=<!-- TMPL_VAR NAME="basketno" -->&suggestionid=<!--
TMPL_VAR NAME="suggestionid" -->" class="button acquisition">Order</a>
- <!-- /TMPL_IF -->
- </td>
- </tr>
- <!-- /TMPL_LOOP -->
- </table>
- </form>
-</div>
-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file