Beispiel #1
0
											</div>
											<?php 
            }
            ?>
									</fieldset>
								</div>
								<?php 
        }
        ?>
						</div>
						<div style="margin:30px 0px"><hr/></div>
						<fieldset style='padding:10px;margin:30px 0px;width:400px;'>
					    	<legend><b>Synonyms</b></legend>
							<?php 
        //Display Synonyms
        if ($synonymArr = $tEditor->getSynonym()) {
            ?>
								<div style="float:right;" title="Edit Synonym Sort Order">
									<a href="#"  onclick="toggle('synsort');return false;"><img style="border:0px;width:12px;" src="../../images/edit.png"/></a>
								</div>
								<div style="font-weight:bold;margin-left:15px;">
									<ul>
										<?php 
            foreach ($synonymArr as $tidKey => $valueArr) {
                echo '<li>' . $valueArr["sciname"] . '</li>';
            }
            ?>
									</ul>
								</div>
								<div class="synsort" style="display:none;">
									<form name="synsortform" action="tpeditor.php" method="post">