app_mbo.overall.html 1.35 KB
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
<div id="overall">
	<form name="myForm">
		<br/>
		<div class="row">
			<div class="col-md-12" >
				<h4><strong>5 - OVERALL COMMENT FROM APPRAISERS</strong></h4>
				<hr style="border-top: 5px solid #6F6F6F;" />
			</div>
		</div>
		<table class="table table-bordered">
			<col width="100%" />
			<tr>
				<th class="bluehead bold-center">Project Manager or Director with functional link</th>
			</tr>
			<tr class="more-data-lg">
				<td style="vertical-align:top !important;">
					<textarea style="width:100%;height:100px;"></textarea>
				</td>
			</tr>
		</table>
		<table class="table table-bordered">
			<col width="100%" />
			<tr>
				<th class="bluehead bold-center">If applicable, leader of CFT, V-up or any task force</th>
			</tr>
			<tr class="more-data-lg">
				<td style="vertical-align:top !important;">
					<textarea style="width:100%;height:100px;"></textarea>
				</td>
			</tr>
		</table>
		<table class="table table-bordered">
			<col width="100%" />
			<tr>
				<th class="bluehead bold-center">Appraiser + 1</th>
			</tr>
			<tr class="more-data-lg">
				<td style="vertical-align:top !important;">
					<textarea style="width:100%;height:100px;"></textarea>
				</td>
			</tr>
		</table>
		
		<!-- <center>
			<a href="#" class="btn btn-primary">Save Draft</a> 
			<a href="#" class="btn btn-primary">Submit</a> 
		</center></br></br> -->
	</form>
</div>