Synching with default tempalte
authoroleonard <oleonard>
Thu, 20 Jan 2005 21:32:06 +0000 (21:32 +0000)
committeroleonard <oleonard>
Thu, 20 Jan 2005 21:32:06 +0000 (21:32 +0000)
koha-tmpl/intranet-tmpl/npl/en/acqui/histsearch.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/npl/en/acqui/suggestion-select.tmpl [new file with mode: 0644]

diff --git a/koha-tmpl/intranet-tmpl/npl/en/acqui/histsearch.tmpl b/koha-tmpl/intranet-tmpl/npl/en/acqui/histsearch.tmpl
new file mode 100644 (file)
index 0000000..2563844
--- /dev/null
@@ -0,0 +1,43 @@
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Acquisitions: Order Search<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+<!-- TMPL_INCLUDE name="masthead.inc" -->
+<!-- TMPL_INCLUDE name="intranet-nav.inc" -->
+
+<div id="main">
+       <h1>Order search</h3>
+       <form action="/cgi-bin/koha/acqui/histsearch.pl" method="post"><table>
+               <tr>
+                       <th>&nbsp;</th>
+                       <th>Title</th>
+                       <th>Author</th>
+                       <th>Supplier</th>
+                       <th>Placed on</th>
+                       <th>Recieved on</th>
+                       <th>Quantity ordered</th>
+                       <th>&nbsp;</th>
+               </tr>
+               <tr>
+                       
+                               <th>Filter By:</th>
+                               <th><input type="text" name="title" value="<!-- TMPL_VAR name="title"-->" /></th>
+                               <th><input type="text" name="author" value="<!-- TMPL_VAR name="author" -->" /></th>
+                               <th><input type="text" name="name" value="<!-- TMPL_VAR name="name" -->" /></th>
+                               <th>&nbsp;</th>
+                               <th>&nbsp;</th>
+                               <th>&nbsp;</th>
+                               <th><input type="submit" class="submit" value="Set Filter" /></th>
+               </tr>
+               <!-- TMPL_LOOP NAME="suggestions_loop" -->
+                       <tr>
+                               <td>&nbsp;</td>
+                               <td><a href="basket.pl?basket=<!-- TMPL_VAR name="basketno" -->"><!-- TMPL_VAR NAME="title" --></a></td>
+                               <td><!-- TMPL_VAR NAME="author" --></td>
+                               <td><!-- TMPL_VAR NAME="name" --></td>
+                               <td><!-- TMPL_VAR name="creationdate" --></td>
+                               <td><!-- TMPL_VAR name="datereceived" --></td>
+                               <td><!-- TMPL_VAR name="quantity" --></td>
+                               <td>&nbsp;</td>
+                       </tr>
+               <!-- /TMPL_LOOP -->
+       </table></form>
+</div>
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
diff --git a/koha-tmpl/intranet-tmpl/npl/en/acqui/suggestion-select.tmpl b/koha-tmpl/intranet-tmpl/npl/en/acqui/suggestion-select.tmpl
new file mode 100644 (file)
index 0000000..b5befcc
--- /dev/null
@@ -0,0 +1,55 @@
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Acquisitions: Suggestions<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+<!-- TMPL_INCLUDE name="masthead.inc" -->
+<!-- TMPL_INCLUDE name="intranet-nav.inc" -->
+
+<div id="main">
+       
+       <form action="/cgi-bin/koha/acqui/suggestion-select.pl" method="post">
+<div class="data">     <table>
+       <caption>Filter Suggestion Results</caption>
+       <tr><th><label for="title">Title:</label></th><td><input type="text" name="title" id="title" value="<!-- TMPL_VAR NAME="title"-->" /></td></tr>
+       <tr><th><label for="author">Author:</label> </th><td><input type="text" id="author" name="author" value="<!-- TMPL_VAR NAME="author" -->" /></td></tr>
+       <tr><th><label for="publishercode">Publisher:</label></th><td><input type="text" id="publishercode" name="publishercode" value="<!-- TMPL_VAR NAME="publishercode"-->" /></td></tr>
+       </table></div>
+<p><input type="submit" class="submit" value="Set Filter" /></p></form>
+<div class="table searchresults">
+       <table>
+               <caption>Suggestions</caption>
+               <tr>
+                       <th>Suggestion</th>
+                       <th>Suggested by</th>
+                       <th>Accepted by</th>
+                       <th>&nbsp;</th>
+               </tr>
+               <!-- TMPL_LOOP NAME="suggestions_loop" -->
+                       <tr<!-- TMPL_IF name="even" --> class="highlight"<!-- /TMPL_IF -->>
+                               <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 -->
+                               </td>
+                               <td>
+                                       <!-- TMPL_VAR NAME="surnamesuggestedby" --><!-- TMPL_IF name="firstnamesuggestedby" -->,<!-- /TMPL_IF --> <!-- TMPL_VAR NAME="firstnamesuggestedby" -->
+                               </td>
+                               <td>
+                                       <!-- TMPL_VAR NAME="usermanagedby" --><!-- TMPL_IF name="firstnamemanagedby" -->,<!-- /TMPL_IF --> <!-- TMPL_VAR NAME="firstnamemanagedby" -->
+                               </td>
+                               <td>
+                                       <!-- TMPL_IF name="biblionumber" -->
+                                               <a href="newbiblio.pl?booksellerid=<!-- TMPL_VAR NAME="supplierid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->&amp;suggestionid=<!-- TMPL_VAR NAME="suggestionid" -->&amp;biblio=<!-- TMPL_VAR name="biblionumber" -->">Order</a>
+                                       <!-- TMPL_ELSE -->
+                                               <a href="newbiblio.pl?booksellerid=<!-- TMPL_VAR NAME="supplierid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->&amp;amp;suggestionid=<!-- TMPL_VAR NAME="suggestionid" -->">Order</a>
+                                       <!-- /TMPL_IF -->
+                               </td>
+                       </tr>
+               <!-- /TMPL_LOOP -->
+       </table>
+</div>
+</div>
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file