system: Linux mars.sprixweb.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
<AOA:output>if $message!="" </AOA:output>
<div id="dialog" title="Success">
<p><AOA:output>$message</AOA:output></p>
</div>
<AOA:output>/if</AOA:output>
<AOA:output>if $error_message ne "" </AOA:output>
<div id="dialog" title="Error in Validation">
<AOA:output>$error_message</AOA:output>
</div>
<AOA:output>/if</AOA:output>
<AOA:output>if count($errmsg) gt 0</AOA:output>
<div id="dialog" title="Error in Validation">
<p>
<AOA:output>foreach name=err item=err from=$errmsg</AOA:output>
<AOA:output>$err</AOA:output><br>
<AOA:output>/foreach</AOA:output>
</p>
</div>
<AOA:output>/if</AOA:output>
<div class="grid_9">
<div class="box round first">
<h2>Add New Certificate</h2>
<div class="block ">
<form method="post" enctype="multipart/form-data" action="?do=certificate&action=insert">
<table class="form">
<tr>
<td class="col1">
<label>Roll Number </label>
</td>
<td class="col02">
<input type="text" name="txtusername" style="width:200px;" placeholder="Enter Roll Number" value="<AOA:output>$errval.$txtusername</AOA:output>" >
</td>
</tr>
<tr>
<td class="col1">
<label>Full Name </label>
</td>
<td class="col02">
<select class="form-control" name="txttitle">
<option value="Mr.">Mr.</option>
<option value="Ms.">Ms.</option>
<option value="Mrs.">Mrs.</option>
</select>
<input type="text" name="txtname" style="width:200px;" placeholder="Enter Members Name" value="<AOA:output>$errval.txtname</AOA:output>">
<select class="form-control" name="txtof">
<option value="S/O">S/O</option>
<option value="D/O">D/O</option>
<option value="W/O">W/O</option>
</select>
<input type="text" name="txtfname" style="width:200px;" placeholder="Enter Father/Husband Name" value="<AOA:output>$errval.txtfname</AOA:output>">
</td>
</tr>
<tr>
<td class="col1">
<label>Exam Centre </label>
</td>
<td class="col02">
<input type="text" name="txtcenter" class="form-control" placeholder="Enter Exam centre" value="<AOA:output>$errval.txtcenter</AOA:output>">
</td>
</tr>
<tr>
<td class="col1">
<label>Theory </label>
</td>
<td class="col02">
<input type="text" name="txttheory" class="form-control" placeholder="Enter theory" value="<AOA:output>$errval.txttheory</AOA:output>">
</td>
</tr>
<tr>
<td class="col1">
<label>Drafting </label>
</td>
<td class="col02">
<input type="text" name="txtdrafting" class="form-control" placeholder="Enter drafting" value="<AOA:output>$errval.txtdrafting</AOA:output>">
</td>
</tr>
<tr>
<td class="col1">
<label>Book Practical </label>
</td>
<td class="col02">
<input type="text" name="txtpractical" class="form-control" placeholder="Enter Book Practical" value="<AOA:output>$errval.txtpractical</AOA:output>">
</td>
</tr>
<tr>
<td class="col1">
<label>Marks </label>
</td>
<td class="col02">
<input type="text" name="txtmarks" class="form-control" placeholder="Enter Marks" value="<AOA:output>$errval.txtmarks</AOA:output>">
</td>
</tr>
<tr>
<td class="col1">
<label>Grade </label>
</td>
<td class="col02">
<input type="text" name="txtgrade" class="form-control" placeholder="Enter Grade" value="<AOA:output>$errval.txtgrade</AOA:output>">
</td>
</tr>
<tr>
<td class="col1">
<label>Teacher </label>
</td>
<td class="col02">
<input type="text" name="txtteacher" class="form-control" placeholder="Enter Teacher" value="<AOA:output>$errval.txtteacher</AOA:output>">
</td>
</tr>
<tr>
<td class="col1">
<label>Contact Number</label>
</td>
<td class="col02">
<input type="text" name="txtphone" style="width:200px;" placeholder="Enter Contact Number" value="<AOA:output>$errval.txtphone</AOA:output>">
</td>
</tr>
<tr>
<td class="col1">
<label>Date Of Joining</label>
</td>
<td class="col02">
<input type="text" name="txtdoj" style="width:200px;" placeholder="Enter Of Joining" value="<AOA:output>$errval.txtdoj</AOA:output>">
</td>
</tr>
<tr>
<td class="col1">
<label>Closing Dates</label>
</td>
<td class="col02">
<input type="text" name="txtcod" style="width:200px;" placeholder="Enter Closing Date" value="<AOA:output>$errval.txtcod</AOA:output>">
</td>
</tr>
<tr>
<td class="col1">
<label>Image</label>
</td>
<td class="col02">
<input type="file" name="image" size="45" >
</td>
</tr>
<tr>
<td class="" colspan="5">
<center><button type="submit" class="btn btn-success">Add Certificate</button></center>
</td>
</tr>
</table>
</form>
</div>
</div>
</div>
<div class="clear">
</div>