示例#1
0
								<?php 
    echo $taxonEditorObj->getNotes();
    ?>
							</div>
							<div class="editfield" style="display:none;">
								<input type="text" id="notes" name="notes" value="<?php 
    echo $taxonEditorObj->getNotes();
    ?>
" style="width:475px;" />
							</div>
						</div>
						<div style="clear:both;">
							<div style="float:left;width:110px;font-weight:bold;">Source: </div>
							<div class="editfield">
								<?php 
    echo $taxonEditorObj->getSource();
    ?>
							</div>
							<div class="editfield" style="display:none;">
								<input type="text" id="source" name="source" style="width:475px;" value="<?php 
    echo $taxonEditorObj->getSource();
    ?>
" />
							</div>
						</div>
						<div style="clear:both;">
							<div style="float:left;width:110px;font-weight:bold;">Locality Security: </div>
							<div class="editfield">
								<?php 
    switch ($taxonEditorObj->getSecurityStatus()) {
        case 0: