/[koha]/koha/koha-tmpl/intranet-tmpl/default/en/bull/lateissues.tmpl
ViewVC logotype

Diff of /koha/koha-tmpl/intranet-tmpl/default/en/bull/lateissues.tmpl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.1 by tipaul, Fri Sep 23 09:27:15 2005 UTC revision 1.1.2.2 by tipaul, Thu Dec 1 15:07:14 2005 UTC
# Line 2  Line 2 
2  <!--------------------------MAIN BODY OF PAGE-------------------------->  <!--------------------------MAIN BODY OF PAGE-------------------------->
3  <div id="mainbloc">  <div id="mainbloc">
4          <h1 class="bull">Late issues</h1>          <h1 class="bull">Late issues</h1>
5            <p>
6                    <form action="lateissues.pl" method="post">
7                            <!-- TMPL_VAR name="CGIsupplier" -->
8                                    <!-- TMPL_IF name="phone" -->Phone: <!-- TMPL_VAR name="phone" --><!-- /TMPL_IF -->
9                                    <!-- TMPL_IF name="booksellerfax" -->Fax: <!-- TMPL_VAR name="booksellerfax" --><!-- /TMPL_IF -->
10                                    <!-- TMPL_IF name="bookselleremail" --></p><p><a href="mailto:<!-- TMPL_VAR name="bookselleremail" -->" class="button bull"><!-- TMPL_VAR name="bookselleremail" --></a><!-- /TMPL_IF -->
11                            <input type="submit" value="filter" class="button bull">
12                    </form>
13            </p>
14          <table>          <table>
15                  <tr>                  <tr>
                         <th class="bull">Supplier</th>  
16                          <th class="bull">Title</th>                          <th class="bull">Title</th>
17                          <th class="bull">Issue number</th>                          <th class="bull">Issue number</th>
18                          <th class="bull">Late since</th>                          <th class="bull">Late since</th>
19                          <th class="bull" colspan=2>&nbsp;</th>                          <th class="bull" colspan=2>&nbsp;</th>
20                  </tr>                  </tr>
                 <tr>  
                         <form action="lateissues.pl" method="post">  
                                 <td>  
                                         <!-- TMPL_VAR name="CGIsupplier" -->  
                                 </td>  
                                 <td>  
                                         <p>  
                                         <!-- TMPL_IF name="phone" -->Phone: <!-- TMPL_VAR name="phone" --><!-- /TMPL_IF -->  
                                         <!-- TMPL_IF name="booksellerfax" -->Fax: <!-- TMPL_VAR name="booksellerfax" --><!-- /TMPL_IF -->  
                                         <!-- TMPL_IF name="bookselleremail" --></p><p><a href="mailto:<!-- TMPL_VAR name="bookselleremail" -->" class="button bull"><!-- TMPL_VAR name="bookselleremail" --></a><!-- /TMPL_IF -->  
                                         </p>  
                                 </td>  
                                 <td>  
                                         <input type="submit" value="filter" class="button bull">  
                                 </td>  
                         </form>  
                 </tr>  
21                  <!-- TMPL_LOOP name="lateissues" -->                  <!-- TMPL_LOOP name="lateissues" -->
22                          <tr>                          <tr>
23                                  <td>                                  <!-- TMPL_IF name="odd" -->
24                                          <!-- TMPL_VAR name="name" -->                                          <td class="hilighted"><!-- TMPL_IF name="Title" --><!-- TMPL_VAR name="Title" --><!-- TMPL_ELSE -->|<!-- /TMPL_IF --></td>
25                                  </td>                                          <td class="hilighted"><!-- TMPL_VAR name="serialseq" --></td>
26                                  <td>                                          <td class="hilighted"><!-- TMPL_VAR name="planneddate" --></td>
27                                          <!-- TMPL_VAR name="Title" -->                                          <td class="hilighted">
28                                  </td>                                                  <a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Detail</a>
29                                  <td>                                                  <a href="statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Recieve</a>
30                                          <!-- TMPL_VAR name="serialseq" -->                                          </td>
31                                  </td>                                  <!-- TMPL_ELSE -->
32                                  <td>                                          <td><!-- TMPL_VAR name="Title" --></td>
33                                          <!-- TMPL_VAR name="planneddate" -->                                          <td><!-- TMPL_VAR name="serialseq" --></td>
34                                  </td>                                          <td><!-- TMPL_VAR name="planneddate" --></td>
35                                  <td>                                          <td>
36                                          <a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Detail</a>                                                  <a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Detail</a>
37                                          <a href="statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Recieve</a>                                                  <a href="statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull">Recieve</a>
38                                  </td>                                          </td>
39                                    <!-- /TMPL_IF -->
40                          </tr>                          </tr>
41                  <!-- /TMPL_LOOP -->                  <!-- /TMPL_LOOP -->
42          </table>          </table>

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26