Esempio n. 1
0
	<script type="text/javascript">
		<?php 
include_once $SERVER_ROOT . '/config/googleanalytics.php';
?>
	</script>
	<script type="text/javascript" src="../js/symb/ident.key.js"></script>
</head>
<body>
	<?php 
$displayLeftMenu = isset($ident_keyMenu) ? $ident_keyMenu : true;
include $SERVER_ROOT . '/header.php';
if (isset($ident_keyCrumbs)) {
    if ($ident_keyCrumbs) {
        echo '<div class="navpath">';
        if ($dynClid) {
            if ($dataManager->getClType() == 'Specimen Checklist') {
                echo '<a href="' . $clientRoot . '/collections/list.php?tabindex=0">';
                echo 'Occurrence Checklist';
                echo '</a> &gt; ';
            }
        } else {
            echo $ident_keyCrumbs;
        }
        echo ' <b>' . $dataManager->getClName() . ' Key</b>';
        echo '</div>';
    }
} else {
    echo '<div class="navpath">';
    echo '<a href="../index.php">' . $LANG['HOME'] . '</a> &gt;&gt; ';
    if ($dynClid) {
        if ($dataManager->getClType() == 'Specimen Checklist') {
Esempio n. 2
0
	<script type="text/javascript">
		<?php 
include_once $serverRoot . '/config/googleanalytics.php';
?>
	</script>
	<script type="text/javascript" src="../js/symb/ident.key.js"></script>
</head>
<body>
	<?php 
$displayLeftMenu = isset($ident_keyMenu) ? $ident_keyMenu : true;
include $serverRoot . '/header.php';
if (isset($ident_keyCrumbs)) {
    if ($ident_keyCrumbs) {
        echo '<div class="navpath">';
        if ($dynClid) {
            if ($dataManager->getClType() == 'Specimen Checklist') {
                echo '<a href="' . $clientRoot . '/collections/list.php?tabindex=0">';
                echo 'Occurrence Checklist';
                echo '</a> &gt; ';
            }
        } else {
            echo $ident_keyCrumbs;
        }
        echo ' <b>' . $dataManager->getClName() . ' Key</b>';
        echo '</div>';
    }
} else {
    echo '<div class="navpath">';
    echo '<a href="../index.php">Home</a> &gt;&gt; ';
    if ($dynClid) {
        if ($dataManager->getClType() == 'Specimen Checklist') {