Beispiel #1
0
    echo DP::pretty($dp->getLiterature(), $internalLink);
    ?>
</span>
        </td>
      </tr>
	  <?php 
}
?>
	  <?php 
if ($dp->getNotes()) {
    ?>
      <tr>
        <th>Notes: </th>
        <td>
          <span class="dp-notes"><?php 
    echo DP::pretty($dp->getNotes(), $internalLink);
    ?>
</span>
        </td>
      </tr>
	  <?php 
}
?>
      <?php 
$relationsOut = $dp->getRelationsOut()->getData();
if (count($relationsOut) > 0) {
    ?>
		<tr>
		  <th>Relations: </th>
		  <td>
		    <ul>