示例#1
0
	</script>
	<script type="text/javascript">
		<?php 
include_once $serverRoot . '/config/googleanalytics.php';
?>
	</script>
</head>
 
<body>
<?php 
$displayLeftMenu = isset($checklists_surveyMenu) ? $checklists_surveyMenu : "true";
include $serverRoot . "/header.php";
if ($proj) {
    echo '<div class="navpath">';
    echo '<a href="../index.php">Home</a> &gt; ';
    echo '<a href="' . $clientRoot . '/projects/index.php?pid=' . $clManager->getPid() . '">';
    echo $clManager->getProjName();
    echo '</a> &gt; ';
    echo '<b>' . $clManager->getSurveyName() . '</b>';
    echo '</div>';
} else {
    if (isset($checklists_surveyCrumbs)) {
        if ($checklists_surveyCrumbs) {
            echo "<div class='navpath'>";
            echo "<a href='../index.php'>Home</a> &gt; ";
            echo $checklists_surveyCrumbs;
            echo " <b>" . $clManager->getSurveyName() . "</b>";
            echo "</div>";
        }
    } else {
        echo '<div class="navpath">';