示例#1
0
    ?>
&genusstr=<?php 
    echo $taxonEditorObj->getUnitName1();
    ?>
">Delete</a></li>
				</ul>
				<div id="editdiv" style="height:400px;">
					<div style="float:right;cursor:pointer;" onclick="toggleEditFields()" title="Toggle Taxon Editing Functions">
						<img style='border:0px;' src='../../images/edit.png'/>
					</div>
					<form id="taxoneditform" name="taxoneditform" action="taxonomyeditor.php" method="post" onsubmit="return validateTaxonEditForm(this)">
						<div style="clear:both;">
							<div style="float:left;width:110px;font-weight:bold;">UnitName1: </div>
							<div class="editfield">
								<?php 
    echo $taxonEditorObj->getUnitInd1() . " " . $taxonEditorObj->getUnitName1();
    ?>
							</div>
							<div class="editfield" style="display:none;">
								<div style="float:left;">
									<input type="text" id="unitind1" name="unitind1" style="width:20px;border-style:inset;" value="<?php 
    echo $taxonEditorObj->getUnitInd1();
    ?>
" />
								</div>
								<div>
									<input type="text" id="unitname1" name="unitname1" style="width:300px;border-style:inset;" value="<?php 
    echo $taxonEditorObj->getUnitName1();
    ?>
" />
								</div>