コード例 #1
0
ファイル: massupdate.php プロジェクト: jphilip124/Symbiota
        echo $langValue;
        ?>
" />
			 	</fieldset>
			</form>
			<?php 
    } else {
        $inheritStr = "&nbsp;<span title='State has been inherited from parent taxon'><b>(i)</b></span>";
        ?>
			<div><?php 
        echo $inheritStr;
        ?>
 = character state is inherited as true from a parent taxon (genus, family, etc)</div>
		 	<table class="styledtable">
				<?php 
        $muManager->echoTaxaList($clFilter, $taxonFilter, $generaOnly);
        ?>
				<tr>
					<td align='right' colspan='<?php 
        echo count($sList) + 1;
        ?>
'>
						<input type='submit' name='action' value='Save Changes' onclick='submitAttrs();' />
					</td>
				</tr>
			</table>
			<form name="submitform" action="massupdate.php" method="post">
				<input type='hidden' name='clf' value='<?php 
        echo $clFilter;
        ?>
' />