/[koha]/koha/koha-tmpl/opac-tmpl/css/en/opac-ISBDdetail.tmpl
ViewVC logotype

Diff of /koha/koha-tmpl/opac-tmpl/css/en/opac-ISBDdetail.tmpl

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

revision 1.4 by tipaul, Mon Jan 3 11:09:33 2005 UTC revision 1.4.2.1 by tipaul, Fri Dec 2 17:15:47 2005 UTC
# Line 31  Line 31 
31    
32  <div id="mainbloc">  <div id="mainbloc">
33          <p><!-- TMPL_VAR name="ISBD" --></p>          <p><!-- TMPL_VAR name="ISBD" --></p>
34            <!-- TMPL_IF name="subscriptionsnumber" -->
35                    <br />
36                    <div id="bloc20">
37                    <h2>We have <!-- TMPL_VAR name="subscriptionsnumber" --> subscription(s) associated with this title.</h2>
38                    <p>Below is a list of the three latest issues :</p>
39                    <!-- TMPL_LOOP Name="subscriptions" -->
40                                    <!-- TMPL_IF name="subscriptionnotes"-->
41                                            <h2><!--TMPL_VAR Name="subscriptionnotes"--> </h2>
42                                    <!-- /TMPL_IF -->
43                                    <!--TMPL_IF Name="latestserials"-->
44                                    <table>
45                                    <tr><th>Issue number</th><th>Date</th><th>Status</th></tr>
46                                    <!--TMPL_LOOP Name="latestserials"-->
47                                            <tr>
48                                                    <td>
49                                                            <!--TMPL_VAR Name="serialseq"-->
50                                                    </td>
51                                                    <td>
52                                                            <!--TMPL_VAR Name="planneddate"-->
53                                                    </td>
54                                                    <td>
55                                                            <!--TMPL_IF Name="status1"-->Waited
56                                                            <!--TMPL_ELSE -->
57                                                                    <!-- TMPL_IF Name="status2"-->Arrived
58                                                                    <!--TMPL_ELSE -->
59                                                                            <!-- TMPL_IF Name="status3"-->Late
60                                                                            <!--TMPL_ELSE -->
61                                                                                    <!-- TMPL_IF Name="status4"-->Missing
62                                                                                    <!--TMPL_ELSE -->
63                                                                                            <!-- TMPL_IF Name="status5"-->Not Issued
64                                                                                            <!--/TMPL_IF-->
65                                                                                    <!--/TMPL_IF-->
66                                                                            <!--/TMPL_IF-->
67                                                                    <!--/TMPL_IF-->
68                                                            <!--/TMPL_IF-->
69                                                    </td>
70                                            </tr>
71                                    <!--/TMPL_LOOP -->
72                                    </table>
73                                    <!-- /TMPL_IF -->
74                    <!-- /TMPL_LOOP -->
75                    <p><a href="/cgi-bin/koha/opac-serial-issues.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" title="Serial issues">Click here</a> for more information on subscription(s) history</p>
76                    </div>
77            <!-- /TMPL_IF -->
78  </div>  </div>
79  </body>  </body>
80  </html>  </html>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.4.2.1

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