예제 #1
0
    }
} else {
    echo "<a href='../../index.php'>Home</a> &gt;&gt; ";
    echo "<a href='../index.php'>Collection Search Page</a> &gt;&gt; ";
    echo "<b>" . ($collData ? $collData["collectionname"] : "Collection Profiles") . " Details</b>";
}
echo "</div>";
?>

	<!-- This is inner text! -->
	<div id="innertext">
		<?php 
if ($editCode > 1) {
    if ($action == 'UpdateStatistics') {
        echo '<h2>Updating statistics related to this collection...</h2>';
        $collManager->updateStatistics(true);
        echo '<hr/>';
        $collData = $collManager->getCollectionData();
    }
}
if ($editCode > 0 && $collid) {
    ?>
			<div style="float:right;margin:3px;cursor:pointer;" onclick="toggleById('controlpanel');" title="Toggle Manager's Control Panel">
				<img style='border:0px;' src='../../images/edit.png' />
			</div>
			<?php 
}
if ($collid) {
    $extrastatsArr = array();
    $famArr = array();
    $countryArr = array();