Пример #1
0
    ?>
					<input type='hidden' value='<?php 
    echo $treeId;
    ?>
' id='treetype_id'
					name='treetype_id' />
					<?php 
} else {
    $listTemp = array();
    foreach ($list as $k) {
        if ($treeEntryList[$k->id] == '') {
            $listTemp[$k->id] = $k;
        }
        // continue
    }
    echo makeTreelist($listTemp, "treetype_id", $treetype_id, "addVolume", 0, "class='required'");
}
?>
</td>
			
			
			<tr>
			
				<span  style='display:none'  id="defaultValue"></span>
				<input type='hidden' value='<?php 
echo $unitPriceValue;
?>
' id='unitPrice'
					name='unitPrice'  style='width:40px;'/>
				
		<tr>
Пример #2
0
echo $markDetailId;
?>
' name='markId'  id='markId' />
<table align="center" width="90%" border="0" cellspacing="0"
	cellpadding="">
	<tr>
		<td colspan="2" align="center" class="fill"><b>Trees Filled</b> <br></br>
		</td>
	</tr>
	<tr>
		<td class="fill"><?php 
echo $ctreetype;
?>
</td>
		<td><?php 
echo makeTreelist($list, "treetype_id", $treetype_id, "", 0, "class='required'");
?>
</td>
	</tr>
	
	<tr>
		<td colspan="2" class="fill"><?php 
echo $labelPrevious;
?>
</td>
	</tr>
	<tr>
		<td colspan="2">
		<table>
			<tr>
				<td class="fill"><em>*</em><?php