0xV3NOMx
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 : 3.141.12.236


Current Path : /var/www/html/mum/html_modules/
Upload File :
Current File : /var/www/html/mum/html_modules/createAdmission.html

<script type='text/javascript'>$(function() {$('#tabs').tabs();});$(function() 
  {$('#sub_tabs').tabs();});
</script> 


<div id='tabs'>
 <ul>
    <li>
      <a href='#ack_rv_rt_application'>Create Admission Data</a></li>
 </ul>   

  <div align="center" id="ack_rv_rt_application" style="height:453; overflow:auto;">     
    
    <div style="padding: 0px 10px 10px 15px; font-size: 12px;">
      <div style='float:center;'>
        <span style="width: 180px;"></span>
          <table  width="100%" border="0" cellpadding="3" cellspacing="2">
            <tr>
              <td align="left">Degree</td>     
              <td>       
                <select  style='width:282px;height: 22px' name="combination" id="fdegree" class="selectInputEnabled" > 
              </select>        
              </td>
            </tr> 
             <tr>
              <td align="left">Name</td>     
              <td>       
                <input class='ElementCount' type="text" placeholder="Student Name" 
                onkeypress="return onlyAlphabets(event,this);"  
                id="fname"  style="width: 282px;margin-top: 5px;margin-bottom: 5px;">        
              </td>
            </tr>
            </tr> 
             <tr>
              <td align="left">Email</td>     
              <td>       
                <input class='ElementCount' type="text" id="femail" placeholder="Email Id" style="width: 282px;margin-top: 5px;margin-bottom: 5px;">        
              </td>
            </tr>
            <tr>
              <td align="left">Lateral Entry</td>     
              <td>       
                <select  style='width:250px;' name="Lateral Entry" id="LT" class="selectInputEnabled" >
                    <option value = "F" >No</option>
                    <option value = "T" >Yes</option>
                </select>
              </td>
            </tr>
            <tr>
              <td align="left">Mobile No. Not Exist</td>     
              <td>       
                <input type="checkbox" name="wom" id = "wom" onclick="checkwob()">
              </td>
            </tr>
            <tr>
              <td align="left">Mobile No.</td>     
              <td>       
                <input class='ElementCount' type="text" id="fmobileno"
                 placeholder="Mobile Number"  style="width: 282px;margin-top: 5px;margin-bottom: 5px;"
                 maxlength="10" onkeypress="return acceptNumbersOnlyForModule(event);">        
              </td>
            </tr>
            
            <tr>
              <td align="left" style="width:115px"> 
              </td>
              <td>
                <span class="raval_submit" style="margin-top: 2px;  width: 40px;float:left;margin-left:0px;cursor: pointer;color:#545345; line-height: 19px;font-size:12px;font-weight:bold;" onclick="savestudentdata();">Save</span>
              </td>
            </tr>
          </table>
          <div align="left" id="adm_applications" style="overflow:auto;width: 100%;margin-top: 1rem;"></div>
          <br>
      </div>

</div> 

</div>