예제 #1
0
<div class="bodyline">
<?php 
$theform->startForm($pageTitle);
?>
	<fieldset id="fsAttributes">
		<legend>Attributes</legend>

                <p><?php 
$theform->showField("type");
?>
</p>

		<p>
			<label for="tabledefid">report table</label><br />
			<?php 
$thetable->displayTables("tabledefid", $therecord["tabledefid"]);
?>
<br />
		</p>

		<p>
			<?php 
$theform->showField("displayorder");
?>
<br />
		</p>

		<p><?php 
$theform->showField("roleid");
?>
</p>