Koha/koha-tmpl/intranet-tmpl/default/en/acqui/newbasket2.tmpl
tipaul d532cf3b7b Road to 1.9.1
* templating of normal acquisitions
* some graphic changes (use of yellow color as "acquisition/cataloguin" symbol, header consistency...)
* minor reordering of screens (newbasket.pl now unused)
* few bugfixes

When templating finished, the recieving of a book will be ended by a "calatoguing" screen.
Cataloguing will be MARC cataloguing or non-MARC cataloguing, depending on "acquisitions" system parameter.
2003-02-13 17:27:47 +00:00

100 lines
3 KiB
Cheetah
Executable file

<TMPL_INCLUDE NAME="acquisitions-top.inc">
<H1>Shopping Basket For: <TMPL_VAR name="bookselname"></H1>
<TMPL_IF name ="testdonation">
<a href="newbiblio.pl?id=<TMPL_VAR name="id">&basket=<TMPL_VAR name="basket">&sub=<TMPL_VAR name="parsub">">
<img src=/images/add-biblio.gif width=187 heigth=42 border=0 align=right alt="Add New Biblio"></a>
<TMPL_ELSE>
<a href="newdonation.pl?id=<TMPL_VAR name="id">&basket=<TMPL_VAR name="basket">&sub=<TMPL_VAR name="parsub">">
<img src=/images/add-biblio.gif width=187 heigth=42 border=0 align=right alt="Add New Biblio"></a>
</TMPL_IF>
<a href="basket.pl?basket=<TMPL_VAR name="basket">">
<img src=/images/view-basket.gif width=187 heigth=42 border=0 align=right alt="View Basket"></a>
<FORM ACTION="/cgi-bin/koha/acqui/newbasket2.pl">
<input type=hidden name=id value=<TMPL_VAR name="id">>
<input type=hidden name=basket value=<TMPL_VAR name="basket">>
<b>New Search: </b><INPUT TYPE="text" SIZE="25" NAME="search"></form>
<br clear=all>
<CENTER>
You searched on
<B>
<TMPL_LOOP name="loopsearch">
<TMPL_VAR name="key"> <TMPL_VAR name="value">
</TMPL_LOOP>
</B>
<BR>
<TMPL_VAR name="count"> results found.
<br> Results <TMPL_VAR name="dispnum"> to <TMPL_VAR name="offset2"> displayed.
<TABLE CELLSPACING=0 CELLPADDING=6 border=0>
<TR VALIGN=TOP bgcolor="#ffdf61">
<TD><b>TITLE</b></TD>
<TD><b>AUTHOR</b></TD>
<TD><b>&copy;</b></TD>
<TD><b>COUNT</b></TD>
<TD><b>LOCATION</b></TD>
</TR>
<TMPL_LOOP name="loopresult">
<TR VALIGN=TOP bgcolor="<TMPL_VAR name="toggle">">
<TD>
<TMPL_IF name="testdonation">
<A HREF="/cgi-bin/koha/acqui/newbiblio.pl?sub=<TMPL_VAR name="sub">&author=<TMPL_VAR name="author2">&copyright=<TMPL_VAR name="copyright">&id=<TMPL_VAR name="id">&basket=<TMPL_VAR name="basket">&biblio=<TMPL_VAR name="biblionumber">&title=<TMPL_VAR name="title2">">
<TMPL_VAR name="title">
</A>
<TMPL_ELSE>
<A HREF="/cgi-bin/koha/acqui/newdonation.pl?author=<TMPL_VAR name="author2">&copyright=<TMPL_VAR name="copyright">&id=<TMPL_VAR name="id">&basket=<TMPL_VAR name="basket">&biblio=<TMPL_VAR name="biblionumber">&title=<TMPL_VAR name="title2">">
<TMPL_VAR name="title">
</A>
</TMPL_IF>
</TD>
<TD>
<A HREF="/cgi-bin/koha/search.pl?author=<TMPL_VAR name="word">&type=<TMPL_VAR name="type">">
<TMPL_VAR name="author">
</A>
</TD>
<TD>
<TMPL_VAR name="copyright">
</TD>
<TD>
<TMPL_VAR name="itemcount">
</TD>
<TD>
<TMPL_VAR name="location">
</TD>
</TR>
</TMPL_LOOP>
<TR VALIGN=TOP bgcolor="#ffdf61">
<TD>
&nbsp;
</TD>
<TD>
&nbsp;
</TD>
<TD>
&nbsp;
</TD>
<TD>
&nbsp;
</TD>
<TD>
&nbsp;
</TD>
</TR>
</TABLE>
<TMPL_IF name="offsetover">
<A HREF="/cgi-bin/koha/acqui/newbasket2.pl?num=<TMPL_VAR name="num">&offset=<TMPL_VAR name="offset">&type=<TMPL_VAR name="type">&id=<TMPL_VAR name="id">&basket=<TMPL_VAR name="basket">&search=<TMPL_VAR name="title">&author=<TMPL_VAR name="author">">
Next
</A>
</TMPL_IF>
</CENTER>
<TMPL_INCLUDE NAME="acquisitions-bottom.inc">