Lines 116-126
Link Here
|
116 |
<input type="checkbox" name="import_record_id" id="record_[% biblio.import_record_id | html %]" value="[% biblio.import_record_id | html %]" /> |
116 |
<input type="checkbox" name="import_record_id" id="record_[% biblio.import_record_id | html %]" value="[% biblio.import_record_id | html %]" /> |
117 |
<span class="citation"> |
117 |
<span class="citation"> |
118 |
[%- biblio.import_biblio.title | html -%] |
118 |
[%- biblio.import_biblio.title | html -%] |
119 |
[% biblio.import_biblio.author -%] |
119 |
[% biblio.import_biblio.author | html -%] |
120 |
[% IF (biblio.import_biblio.isbn || biblio.import_biblio.issn) -%]( |
120 |
[% IF (biblio.import_biblio.isbn || biblio.import_biblio.issn) -%]( |
121 |
[% biblio.import_biblio.isbn -%] |
121 |
[% biblio.import_biblio.isbn | html -%] |
122 |
[%- IF (biblio.import_biblio.isbn && biblio.import_biblio.issn ) %] & [%- END -%] |
122 |
[%- IF (biblio.import_biblio.isbn && biblio.import_biblio.issn ) %] & [%- END -%] |
123 |
[%- biblio.import_biblio.issn %] |
123 |
[%- biblio.import_biblio.issn | html %] |
124 |
) |
124 |
) |
125 |
[%- END -%] |
125 |
[%- END -%] |
126 |
</span> |
126 |
</span> |
127 |
- |
|
|