Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 18.220.217.228
<script type="text/javascript">
$(function () {
$("#tabs").tabs();
});
$(function () {
$("#sub_tabs").tabs();
});
</script>
<div id="tabs">
<ul style="height: 20px">
<li></li>
</ul>
<div id="viewtabledata" hidden>
<table>
<tr>
<td align="right" style="font-size: 13px">Degree</td>
<td>
<select
name="degree"
id="degree_view"
placeholder="Degree"
style="width: 258px; height: 30px; margin: 5px; font-size: 13px"
onchange="viewConvocationDetails()"
></select>
<span
style="
background-color: #008cba;
border: none;
border-radius: 4px;
color: white;
padding: 6px 18px;
text-align: center;
text-decoration: none;
display: inline-block;
cursor: pointer;
font-size: 13px;
"
onclick="convocationReport();"
>Report</span
>
</td>
</tr>
</table>
<div id="viewdata"></div>
</div>
<div class="column" id="add_data">
<div style="position: absolute; right: 350px; margin-top: 8px">
<img
id="studphoto_img"
src="../img/photo.jpeg"
alt=""
style="
height: 200px;
width: 170px;
border: 1px solid lightblue;
border-radius: 6px;
"
/>
<table>
<tr>
<td>
<input
type="file"
id="photo"
placeholder="photo"
onchange="document.getElementById('studphoto_img').src = window.URL.createObjectURL(this.files[0])"
/>
</td>
</tr>
<tr>
<td>
<span
style="
margin-top: 20px;
background-color: #008cba;
border: none;
border-radius: 4px;
color: white;
padding: 6px 18px;
text-align: center;
text-decoration: none;
display: inline-block;
cursor: pointer;
font-size: 13px;
"
onclick="uploadPhoto();"
>Upload</span
>
</td>
</tr>
</table>
<h4 style="color: red; text-decoration: underline">Note:-</h4>
<p>1. Only jpg and jpeg file accepted</p>
</div>
<table>
<tr>
<td align="right" style="font-size: 13px">Reg. No.</td>
<td>
<input
name="regno"
id="regno"
placeholder="regno"
autofocus
style="width: 250px; height: 24px; margin: 5px; font-size: 13px"
/>
</td>
</tr>
<tr>
<td align="right" style="font-size: 13px">Degree</td>
<td>
<select
name="degree"
id="degree"
placeholder="Degree"
style="width: 258px; height: 30px; margin: 5px; font-size: 13px"
></select>
</td>
</tr>
<tr>
<td align="right" style="font-size: 13px">Name</td>
<td>
<input
name="name"
id="name"
placeholder="Name"
style="width: 250px; height: 24px; margin: 5px; font-size: 13px"
/>
</td>
</tr>
<tr>
<td align="right" style="font-size: 13px">Father Name</td>
<td>
<input
name="fatname"
id="fatname"
placeholder="Father Name"
style="width: 250px; height: 24px; margin: 5px; font-size: 13px"
/>
</td>
</tr>
<tr>
<td align="right" style="font-size: 13px">Mother Name</td>
<td>
<input
name="motname"
id="motname"
placeholder="Mother Name"
style="width: 250px; height: 24px; margin: 5px; font-size: 13px"
/>
</td>
</tr>
<tr>
<td align="right" style="font-size: 13px">Gender</td>
<td>
<select
name="gender"
id="gender"
style="width: 258px; height: 30px; margin: 5px; font-size: 13px"
>
<option>---select---</option>
<option value="male">Male</option>
<option value="female">Female</option>
<option value="other">Other</option>
</select>
</td>
</tr>
<tr>
<td align="right" style="font-size: 13px">Category</td>
<td>
<select
name="category"
id="category"
style="width: 258px; height: 30px; margin: 5px; font-size: 13px"
></select>
</td>
</tr>
<tr>
<td align="right" style="font-size: 13px">Percentage</td>
<td>
<input
name="percentage"
id="percent"
placeholder="Percentage"
style="width: 250px; height: 24px; margin: 5px; font-size: 13px"
/>
</td>
</tr>
<tr>
<td align="right" style="font-size: 13px">CGPA</td>
<td>
<input
name="cgpa"
id="cgpa"
placeholder="CGPA"
style="width: 250px; height: 24px; margin: 5px; font-size: 13px"
/>
</td>
</tr>
<tr>
<td align="right" style="font-size: 13px">Grade or Class</td>
<td>
<input
name="grade"
id="grade"
placeholder="Grade and Class"
style="width: 250px; height: 24px; margin: 5px; font-size: 13px"
/>
</td>
</tr>
<tr>
<td align="right" style="font-size: 13px">Exam Month Year</td>
<td>
<div style="display: flex">
<input
name="exam"
id="exam"
placeholder="Exam Month Year"
style="width: 250px; height: 24px; margin: 5px; font-size: 13px"
/>
<p>(ex: DECEMBER 2022)</p>
</div>
</td>
</tr>
</table>
<div style="border: 1px solid lightblue; border-radius: 10px">
<h3>Convocation Fee Details</h3>
<table>
<tr>
<td align="right" style="font-size: 13px">Amount</td>
<td>
<input
name="fee"
id="fees"
placeholder="Fee Collected"
style="width: 250px; height: 24px; margin: 5px; font-size: 13px"
/>
</td>
</tr>
<tr>
<td align="right" style="font-size: 13px">Reciept Number</td>
<td>
<input
name="feereceipt"
id="feereceipt"
placeholder="Fee Reciept"
style="width: 250px; height: 24px; margin: 5px; font-size: 13px"
/>
</td>
</tr>
<tr>
<td align="right" style="font-size: 13px">Reciept Date</td>
<td>
<input
name="date"
id="date"
placeholder="dd/mm/yyyy"
onkeypress="return acceptNumbersOnlyForModule(event);"
onkeydown="dmydateformat(event,this.id)"
style="width: 250px; height: 24px; margin: 5px; font-size: 13px"
/>
</td>
</tr>
</table>
</div>
</div>
</div>
|