tag('div', $this->tagAnchor($this->url(['action' => 'edit', 'id_catalogue' => $this->catalogue->getId()]), Class_Admin_Skin::current() ->renderActionIconOn('edit', $this, ['alt' => $this->_('Modifier'), 'class' => 'ico', 'title' => $this->_('Modifier le domaine "%s"', $this->catalogue->getLibelle())])) . $this->tagAnchor($this->url(['action' => 'paniers', 'id_catalogue' => $this->catalogue->getId()]), Class_Admin_Skin::current() ->renderActionIconOn('basket', $this, ['alt' => $this->_('Paniers'), 'class' => 'ico', 'title' => $this->_('Paniers rattachés au domaine "%s"', $this->catalogue->getLibelle())])) . $this->tagPreview($this->url(['module' => 'opac', 'controller' => 'recherche', 'action' => 'simple', 'id_catalogue' => $this->catalogue->getId()], null, true), $this->_('Visualiser le domaine "%s" dans un nouvel onglet', $this->catalogue->getLibelle())), ['class' => 'header_actions']); if ($this->error) echo '

' . $this->error . '.

'; if (!$this->notices) echo '

' . $this->_('Ce domaine ne renvoie aucun résultat.') . '

'; else { echo $this->ligneInfos($this->_('Notices trouvées'), $this->nb_notices); echo $this->ligneInfos($this->_('Avec vignettes en cache'), $this->avec_vignettes); echo $this->Admin_GenerateImageCache( $this->url(['module' => 'admin', 'controller' => 'systeme', 'action' => 'makecacheimages', 'id_catalogue' => $this->catalogue->getId(), 'reset_no' => 1], null, true)); if (!$this->isPopup()) echo $this->button((new Class_Entity()) ->setText($this->_('Modifier le domaine ')) ->setAttribs(['title' => $this->_('Modifier le domaine : %s', $this->catalogue->getLibelle())]) ->setUrl($this->url(['action' => 'edit', 'id_catalogue' => $this->catalogue->getId()])) ->setImage($this->tagImg(Class_Admin_Skin::current() ->getIconUrl('buttons', 'configuration')))); } echo $this->pager($this->nb_notices, $this->nb_per_page, $this->page, $this->url(['module' => 'admin', 'controller' => 'catalogue', 'action' => 'tester', 'id_catalogue' => $this->catalogue->getId()], null, true)); if ($this->notices) { echo $this->listeNotices_Tableau($this->notices, ['liste_codes' => implode(';', [Class_Codification::CODE_THUMBNAIL, Class_TypeDoc::CODE_FACETTE, Class_Codification::CODE_TITRE, Class_CodifAuteur::CODE_FACETTE, Class_Codification::CODE_ANNEE ]), 'open_links_in_new_tab' => '1']); }