|
From: | Owen Leonard |
Subject: | [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui histsearch.tmpl,NONE,1.1.2.1 suggestion-select.tmpl,NONE,1.1.2.1 |
Date: | Thu, 20 Jan 2005 13:31:18 -0800 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4647/koha-tmpl/intranet-tmpl/npl/en/acqui Added Files: Tag: rel_2_2 histsearch.tmpl suggestion-select.tmpl Log Message: Synching with default tempalte --- NEW FILE --- <!-- 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> </th> <th>Title</th> <th>Author</th> <th>Supplier</th> <th>Placed on</th> <th>Recieved on</th> <th>Quantity ordered</th> <th> </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> </th> <th> </th> <th> </th> <th><input type="submit" class="submit" value="Set Filter" /></th> </tr> <!-- TMPL_LOOP NAME="suggestions_loop" --> <tr> <td> </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> </td> </tr> <!-- /TMPL_LOOP --> </table></form> </div> <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" --> --- NEW FILE --- <!-- 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> </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" -->&basketno=<!-- TMPL_VAR NAME="basketno" -->&suggestionid=<!-- TMPL_VAR NAME="suggestionid" -->&biblio=<!-- TMPL_VAR name="biblionumber" -->">Order</a> <!-- TMPL_ELSE --> <a href="newbiblio.pl?booksellerid=<!-- TMPL_VAR NAME="supplierid" -->&basketno=<!-- TMPL_VAR NAME="basketno" -->&amp;suggestionid=<!-- TMPL_VAR NAME="suggestionid" -->">Order</a> <!-- /TMPL_IF --> </td> </tr> <!-- /TMPL_LOOP --> </table> </div> </div> <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
[Prev in Thread] | Current Thread | [Next in Thread] |