1 2 3 4 5 6 7 8
|
<h3>Classifications</h3>
<div>
<?php if (!empty($this->item->jcfields[18]->value)) {echo $this->item->jcfields[18]->label .": " . $this->item->jcfields[18]->value ;}/*notre genre,case*/ ?>
<?php if (!empty($this->item->jcfields[125]->value)) {echo "<br />Commission de liaison interprofessionnelle du livre (CLIL): " . $this->item->jcfields[125]->value ;}/*indice CLIL, txt*/ ?>
<?php if (!empty($this->item->jcfields[126]->value)) {echo "<br />classification documentaire de Dewey: " . $this->item->jcfields[126]->value ;}/*indice dewey, txt*/ ?>
<?php if (!empty($this->item->jcfields[82]->value)) {echo "<br />Collection éditeur: " . $this->item->jcfields[82]->value;}/*collection editeur, txt*/ ?>
</div> |
Partager