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.191.234.125
<style>
.dropbtn {
background-color: #4CAF50;
color: white;
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
}
.dropbtn:hover,
.dropbtn:focus {
background-color: #3e8e41;
}
#myInput {
border-box: box-sizing;
background-image: url('searchicon.png');
background-position: 14px 12px;
background-repeat: no-repeat;
font-size: 16px;
padding: 14px 20px 12px 45px;
border: none;
border-bottom: 1px solid #ddd;
}
#myInput:focus {
outline: 3px solid #ddd;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f6f6f6;
min-width: 230px;
overflow: auto;
border: 1px solid #ddd;
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown a:hover {
background-color: #ddd;
}
.show {
display: block;
}
</style>
<script
type='text/javascript'>$(function () { $('#tabs').tabs(); }); $(function () { $('#sub_tabs').tabs(); });</script>
<script>$('#rec_date').datepicker({ showOn: 'button', showButtonPanel: true, changeMonth: true, changeYear: true, dateFormat: 'dd/mm/yy', buttonImage: 'images/date.gif', buttonImageOnly: true });</script>
<div id='tabs'>
<ul>
<li><a href='#teacher_entry'>Teacher Entry</a></li>
</ul>
<div id='teacher_entry' align='center' style='padding-top:8px;'>
<table id='tbl_menu' class='content-tbl' align='center' cellpadding='2' cellspacing='0' border='0'>
<div style="position: static; margin-left: 500px;">
<img id='student_entry_photo' src='images/default_photo.jpg' onchange='DiaplayUserSelectedPhoto()'
style='position:absolute;top:220px; height:184px; width:148px'></img>
<input type='file' id="student_entry_upload" size='20' name="student_entry_upload"
onchange="DisplayUserSelectedPhoto();"
style="position: absolute; top: 410px; height:23px;width:190px;">
</div>
</table>
<input type = 'hidden' id = 'photopath' value = ''/>
<table id='tbl_menu' class='content-tbl' cellspacing="1" cellpadding="3" border="0" width="100%" align="center">
<tbody>
<th class="ui-state-default ui-jqgrid-hdiv" colspan="9" style="text-align: left; padding: 3px;">Personal
Details
</th>
<tr>
<td style="width: 200px;">Staff Type</td>
<td>
<select id='stype' style="height:29px; width:106px;">
<option value='Teaching'>TEACHING</option>
<option value='Non Teaching'>NON TEACHING</option>
<option value='External'>External</option>
</select>
</td>
</tr>
<tr>
<td>Teacher Code</td>
<td>
<input type='text' class='ElementCount' id="teacher_code" style="color:gray;width:100px; text-align: center;">
</td>
</tr>
<tr>
<td>Teacher Name</td>
<td>
<select id="title" style="width:50px;height: 29px;">
<option value="Mr." >Mr.</option>
<option value="Mrs.">Mrs.</option>
<option value="Miss.">Miss</option>
<option value="Dr.">Dr.</option>
<option value="Prof.">Prof.</option>
</select>
<input id="teacher_name" type="text" style="width:250px;" maxlength="30" onblur="changeCase(this.id);" />
</td>
<tr>
<tr>
<td>Gender</td>
<td>
<select id="gender" style="width:106px;height: 29px;">
<option value="Male">Male</option>
<option value="Female">Female</option>
</select>
</td>
<tr>
<tr>
<td>Date of Birth</td>
<td>
<select id="student_entry_dob_date" onfocus="$g_focus_element='student_entry_date'"
style="width:66px;height: 29px;">
<option value="">Day</option>
<option>01</option>
<option>02</option>
<option>03</option>
<option>04</option>
<option>05</option>
<option>06</option>
<option>07</option>
<option>08</option>
<option>09</option>
<option>10</option>
<option>11</option>
<option>12</option>
<option>13</option>
<option>14</option>
<option>15</option>
<option>16</option>
<option>17</option>
<option>18</option>
<option>19</option>
<option>20</option>
<option>21</option>
<option>22</option>
<option>23</option>
<option>24</option>
<option>25</option>
<option>26</option>
<option>27</option>
<option>28</option>
<option>29</option>
<option>30</option>
<option>31</option>
</select>
<select id="student_entry_dob_month" onfocus="$g_focus_element='student_entry_month'"
style="width:66px;height: 29px;">
<option value="">Month</option>
<option>Jan</option>
<option>Feb</option>
<option>Mar</option>
<option>Apr</option>
<option>May</option>
<option>Jun</option>
<option>Jul</option>
<option>Aug</option>
<option>Sep</option>
<option>Oct</option>
<option>Nov</option>
<option>Dec</option>
</select>
<input class='ElementCount' type='text' id="student_entry_dob_year"
name="student_entry_dob_year" onkeypress="return acceptNumbersOnlyForModule(event);"
onfocus="$g_focus_element='student_entry_year'" maxlength="4" placeholder='YYYY'
style="width:60px; text-align: center;">
</td>
</tr>
<tr>
<td>Mobile No.</td>
<td><input type='text' class='ElementCount' id="mobile" name="mobile" style="width:250px;"
maxlength="10">
</td>
</tr>
<tr>
<td>Land Line No.</td>
<td><input type='text' class='ElementCount' id="land_line_no" name="land_line_no"
style="width:250px;" maxlength="20"></td>
</tr>
<tr>
<td>Email ID.</td>
<td><input type='text' class='ElementCount' id="email_id" name="email_id" style="width:250px;"></td>
</tr>
<tr>
<td>Aadhaar No.</td>
<td><input type='text' class='ElementCount' id="aadharno" name="Aadhar No." style="width:250px;"
maxlength="12"></td>
</tr>
<tr>
<td valign="top">Address</td>
<td>
<input id="addr1" class='ElementCount' type="text" maxlength="40"
onkeypress="return onlyAlphabets(event,this);" onblur="changeCase(this.id);"
onfocus="$g_focus_element='student_entry_comm_addr1'"
style="border-left:1px solid #000000; border-right:1px solid #000000; border-top:1px solid #000000; border-bottom:0px solid #000000; width:252px;" /></br>
<input id="addr2" class='ElementCount' type="text" maxlength="40"
onkeypress="return onlyAlphabets(event,this);" onblur="changeCase(this.id);"
onfocus="$g_focus_element='student_entry_comm_addr2'"
style="border-left:1px solid #000000; border-right:1px solid #000000; border-top:0px solid #000000; border-bottom:0px solid #000000; width:252px; " /></br>
<input id="addr3" class='ElementCount' type="text" maxlength="40"
onkeypress="return onlyAlphabets(event,this);" onblur="changeCase(this.id);"
onfocus="$g_focus_element='student_entry_comm_addr3'"
style="border-left:1px solid #000000; border-bottom:0px solid #000000; border-top:0px solid #000000; border-right:1px solid #000000; width:252px; " /></br>
<input id="addr4" class='ElementCount' type="text" maxlength="40"
onkeypress="return onlyAlphabets(event,this);" onblur="changeCase(this.id);"
onfocus="$g_focus_element='student_entry_comm_addr4'"
style="border-left:1px solid #000000; border-right:1px solid #000000; border-top:0px solid #000000; border-bottom:1px solid #000000; width:252px; " />
</td>
</tr>
<th class="ui-state-default ui-jqgrid-hdiv" colspan="9" style="text-align: left; padding: 3px;">Bank Details</th>
<tr>
<td>Bank Account No.</td>
<td><input type='text' class='ElementCount' id="accno" name="Bank Account No."
onblur="changeCase(this.id);" style="width:250px;" maxlength="20"></td>
</tr>
<tr>
<td>Bank IFSC Code</td>
<td><input type='text' class='ElementCount' id="ifsccode" name="IFSC Code"
onblur="changeCase(this.id);" style="width:250px;" maxlength="11"></td>
</tr>
<tr>
<td>Bank Name</td>
<td><input type='text' class='ElementCount' onkeypress="return onlyAlphabets(event,this);"
id="bankname" name="IFSC Code" onblur="changeCase(this.id);" style="width:250px;"
maxlength="20"></td>
</tr>
<tr>
<td>PAN No.</td>
<td><input type='text' class='ElementCount' id="panno" name="IFSC Code"
onblur="changeCase(this.id);" style="width:250px;" maxlength="10"></td>
</tr>
<!-- Subject Selection Begin -->
<!-- Header -->
<!-- Subject Selection End -->
</tbody>
</table>
</div>
</div>
|