示例#1
0
	<!-- This is inner text! -->
	<div  id="innertext">
		<h1></h1>

		<div id="quicksearchdiv">
			<div style="float:left;">
				<?php 
//---------------------------QUICK SEARCH SETTINGS---------------------------------------
//Title text that will appear.
$searchText = 'Search Taxon';
//Text that will appear on search button.
$buttonText = 'Search';
//---------------------------DO NOT CHANGE BELOW HERE-----------------------------
include_once $SERVER_ROOT . '/classes/PluginsManager.php';
$pluginManager = new PluginsManager();
$quicksearch = $pluginManager->createQuickSearch($buttonText, $searchText);
echo $quicksearch;
?>
			</div>
		</div>
		<div style="padding: 0px 10px;">
			Description and introduction of project
		</div>
	</div>

	<?php 
include $SERVER_ROOT . '/footer.php';
?>
 
</body>
</html>