Ejemplo n.º 1
0
        }
        if (!$taxonManager->echoImages(0, 1, 0)) {
            echo "<div class='image' style='width:260px;height:260px;border-style:solid;margin-top:5px;margin-left:20px;text-align:center;'>";
            if ($isEditor) {
                echo "<a href='admin/tpeditor.php?category=imageadd&tid=" . $taxonManager->getTid() . "'><b>Add an Image</b></a>";
            } else {
                echo "<br/><br/><br/><br/><br/><br/>Images<br/>not yet<br/>available";
            }
            echo "</div>";
        }
        ?>
			</td>
			<td class="desc">
				<?php 
        //Middle Right Section (Description section)
        if ($descriptions = $taxonManager->getDescriptions()) {
            ?>
					<div id='desctabs'>
						<ul>
							<?php 
            $capCnt = 1;
            foreach ($descriptions as $k => $vArr) {
                $cap = $vArr["caption"];
                if (!$cap) {
                    $cap = "Description #" . $capCnt;
                }
                echo "<li><a href='#tab" . $k . "' class='selected'>" . $cap . "</a></li>\n";
                $capCnt++;
            }
            ?>
						</ul>