|
Lines 41-47
Link Here
|
| 41 |
<tr |
41 |
<tr |
| 42 |
id="row[% subscription.id | html %]" |
42 |
id="row[% subscription.id | html %]" |
| 43 |
[% IF tr_class %]class="[% tr_class | html %]"[% END %] |
43 |
[% IF tr_class %]class="[% tr_class | html %]"[% END %] |
| 44 |
[% IF tr_warning %]title="This resource has been reported more than [% tr_warning | html %] times, take care!"[% END %] |
44 |
[% IF tr_warning %] |
|
|
45 |
title="This resource has been reported more than [% tr_warning | html %] times, take care!" |
| 46 |
[% END %] |
| 45 |
> |
47 |
> |
| 46 |
<input type="hidden" hidden class="rowid" value="[% subscription.id | html %]" /> |
48 |
<input type="hidden" hidden class="rowid" value="[% subscription.id | html %]" /> |
| 47 |
<td>[% IF ( subscription.issn ) %][% subscription.issn | html %][% END %]</td> |
49 |
<td>[% IF ( subscription.issn ) %][% subscription.issn | html %][% END %]</td> |
| 48 |
- |
|
|