|
Lines 75-87
$(document).ready(function() {
Link Here
|
| 75 |
<th>Frequency</th> |
75 |
<th>Frequency</th> |
| 76 |
<th>Numbering pattern</th> |
76 |
<th>Numbering pattern</th> |
| 77 |
<th>Library</th> |
77 |
<th>Library</th> |
| 78 |
<th>Call Number</th> |
78 |
<th>Call number</th> |
| 79 |
<th>Notes</th> |
79 |
<th>Notes</th> |
| 80 |
<th>Routing</th> |
80 |
<th>Routing</th> |
| 81 |
<th>Renew</th> |
81 |
<th>Renew</th> |
| 82 |
</tr> |
82 |
</tr> |
| 83 |
<!--TMPL_LOOP Name="subscriptions"--> |
83 |
<!--TMPL_LOOP Name="subscriptions"--> |
| 84 |
<tr> |
84 |
<!-- TMPL_UNLESS NAME="__odd__" --><tr class="highlight"><!-- TMPL_ELSE --><tr><!-- /TMPL_UNLESS --> |
| 85 |
<td><a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->"># <!-- TMPL_VAR name="subscriptionid" --></a> </td> |
85 |
<td><a href="subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->"># <!-- TMPL_VAR name="subscriptionid" --></a> </td> |
| 86 |
<td> <!--TMPL_IF name="periodicity1" --> |
86 |
<td> <!--TMPL_IF name="periodicity1" --> |
| 87 |
1/day |
87 |
1/day |
|
Lines 176-182
$(document).ready(function() {
Link Here
|
| 176 |
<!-- TMPL_LOOP NAME="years" --> |
176 |
<!-- TMPL_LOOP NAME="years" --> |
| 177 |
<div id="subscription-year-<!-- TMPL_VAR NAME="year" -->"> |
177 |
<div id="subscription-year-<!-- TMPL_VAR NAME="year" -->"> |
| 178 |
<table style="width:400px;"> |
178 |
<table style="width:400px;"> |
| 179 |
<tr> |
179 |
<tr> |
| 180 |
<!--TMPL_UNLESS Name="onesubscription"--> |
180 |
<!--TMPL_UNLESS Name="onesubscription"--> |
| 181 |
<th># Subs</th> |
181 |
<th># Subs</th> |
| 182 |
<!--/TMPL_UNLESS--> |
182 |
<!--/TMPL_UNLESS--> |
|
Lines 184-202
$(document).ready(function() {
Link Here
|
| 184 |
</th> |
184 |
</th> |
| 185 |
<th>Date received |
185 |
<th>Date received |
| 186 |
</th> |
186 |
</th> |
| 187 |
<th> Number |
187 |
<th>Number |
| 188 |
</th> |
188 |
</th> |
| 189 |
<th> Status |
189 |
<th>Status |
| 190 |
</th> |
190 |
</th> |
| 191 |
<th> Notes |
191 |
<th>Notes |
| 192 |
</th> |
192 |
</th> |
| 193 |
<th>branch |
193 |
<th>Branch |
| 194 |
</th> |
194 |
</th> |
| 195 |
<th>Edit |
195 |
<th>Edit |
| 196 |
</th> |
196 |
</th> |
| 197 |
</tr> |
197 |
</tr> |
| 198 |
<!-- TMPL_LOOP Name="serials" --> |
198 |
<!-- TMPL_LOOP Name="serials" --> |
| 199 |
<tr> |
199 |
<!-- TMPL_UNLESS NAME="__odd__" --><tr class="highlight"><!-- TMPL_ELSE --><tr><!-- /TMPL_UNLESS --> |
| 200 |
<!--TMPL_UNLESS Name="onesubscription"--> |
200 |
<!--TMPL_UNLESS Name="onesubscription"--> |
| 201 |
<td><a href="serials-collection.pl?subscriptionid=<!--TMPL_VAR Name="subscriptionid"-->"><!--TMPL_VAR Name="subscriptionid"--></a></td> |
201 |
<td><a href="serials-collection.pl?subscriptionid=<!--TMPL_VAR Name="subscriptionid"-->"><!--TMPL_VAR Name="subscriptionid"--></a></td> |
| 202 |
<!--/TMPL_UNLESS--> |
202 |
<!--/TMPL_UNLESS--> |
| 203 |
- |
|
|