koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui newbasket2


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui newbasket2.tmpl,NONE,1.1
Date: Mon, 04 Nov 2002 01:31:23 -0800

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui
In directory 
usw-pr-cvs1:/tmp/cvs-serv31165/koha-tmpl/intranet-tmpl/default/en/acqui

Added Files:
        newbasket2.tmpl 
Log Message:
templating newbasket2.pl. (Done by hdl, new french developer !)

--- NEW 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 
background="/images/background-mem.gif" Color="<TMPL_VAR name="main">">
        <TR  VALIGN=TOP>
                <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="coltab">">
                <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>
                <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">




reply via email to

[Prev in Thread] Current Thread [Next in Thread]