示例#1
0
        ?>
										</div>
									</div>
									<?php 
    }
    ?>
								<div>
									<div style="float:left;width:120px;font-weight:bold;">Parent Taxon: </div>
									<div class="tsedit">
										<?php 
    echo $taxonEditorObj->getParentNameFull();
    ?>
									</div>
									<div class="tsedit" style="display:none;margin:3px;">
										<input id="parentstr" name="parentstr" type="text" value="<?php 
    echo $taxonEditorObj->getParentName();
    ?>
" />
										<input name="parenttid" type="hidden" value="<?php 
    echo $taxonEditorObj->getParentTid();
    ?>
" />
									</div>
								</div>
								<div class="tsedit" style="display:none;clear:both;">
									<input type="hidden" name="tid" value="<?php 
    echo $taxonEditorObj->getTid();
    ?>
" />
									<input type="hidden" name="taxauthid" value="<?php 
    echo $taxAuthId;