EPONAP

fluidtemplate Normdata

Oct 24th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.05 KB | None | 0 0
  1. <div class="person">
  2.     <h4 clasS="person">Normdaten</h4>
  3.  
  4.     <span clasS="person-cat">GND :</span>
  5.     <f:if condition ="{tx_eponastarter_gnd == 0}">
  6.         <span class="person-nolink">Kein Eintrag</span>
  7.         <f:else>
  8.             <f:link.external uri="http://d-nb.info/gnd/{data:tx_eponastarter_gnd}" title="Link zur GND-Normdatei für {data:tx_csseo_title}" class="person-link"
  9.         </f:else>
  10.     </f:if>
  11.  
  12.     <span clasS="person-cat">LCCN:</span>
  13.     <f:if condition ="{data:tx_eponastarter_lccn == 0}">
  14.         <span class="person-nolink">Kein Eintrag</span>
  15.         <f:else>
  16.             <f:link.external uri="http://id.loc.gov/authorities/names/{data:tx_eponastarter_lccn}" title="Link zur LCCN-Normdatei für {data:tx_csseo_title}" class="person-link"
  17.         </f:else>
  18.     </f:if>
  19.     <span clasS="person-cat">VIAF:</span>
  20.     <f:if condition ="{data:tx_eponastarter_viaf == 0}">
  21.         <span class="person-nolink">Kein Eintrag</span>
  22.         <f:else>
  23.             <f:link.external uri="http://viaf.org/viaf/{tx_eponastarter_viaf}" title="Link zur GND-Normdatei für {data:tx_csseo_title}" class="person-link"
  24.         </f:else>
  25.     </f:if>
  26. </div>
Advertisement
Add Comment
Please, Sign In to add comment