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/bull lateissues.


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/bull lateissues.tmpl,NONE,1.1
Date: Fri, 03 Dec 2004 06:34:57 -0800

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/bull
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27206/koha-tmpl/intranet-tmpl/default/en/bull

Added Files:
        lateissues.tmpl 
Log Message:
adding "show me late issues" screen

--- NEW FILE ---
<!-- TMPL_INCLUDE NAME="bull-top.inc" -->
<!--------------------------MAIN BODY OF PAGE-------------------------->
<div id="mainbloc">
        <h1 class="bull">Late issues</h1>
        <table>
                <tr>
                        <th class="bull">Supplier</th>
                        <th class="bull">Title</th>
                        <th class="bull">Issue number</th>
                        <th class="bull">Late since</th>
                        <th class="bull" colspan=2>&nbsp;</th>
                </tr>
                <tr>
                        <form action="lateissues.pl" method="post">
                                <td>
                                        <!-- TMPL_VAR name="CGIsupplier" -->
                                </td>
                                <td>
                                        &nbsp;
                                </td>
                                <td>
                                        <input type="submit" value="filter" 
class="button bull">
                                </td>
                        </form>
                </tr>
                <!-- TMPL_LOOP name="lateissues" -->
                        <tr>
                                <td>
                                        <!-- TMPL_VAR name="name" -->
                                </td>
                                <td>
                                        <!-- TMPL_VAR name="Title" -->
                                </td>
                                <td>
                                        <!-- TMPL_VAR name="serialseq" -->
                                </td>
                                <td>
                                        <!-- TMPL_VAR name="planneddate" -->
                                </td>
                                <td>
                                        <a 
href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" 
-->" class="button bull">Detail</a>
                                        <a 
href="statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" 
-->" class="button bull">Recieve</a>
                                </td>
                        </tr>
                <!-- /TMPL_LOOP -->
        </table>
</div>
<!-- TMPL_INCLUDE NAME="bull-bottom.inc" -->





reply via email to

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