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 : 18.118.164.100


Current Path : /var/www/oasis/html_modules_old/
Upload File :
Current File : /var/www/oasis/html_modules_old/changeMobile.html

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


<div id='tabs'>
 <ul>
    <li>
      <a href='#ack_rv_rt_application'>Change Mobile</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">Old Mobile No.</td>     
              <td>       
                <input class='ElementCount' type="text" placeholder="Old Mobile Number" 
                maxlength="10" onkeypress="return acceptNumbersOnlyForModule(event);" 
                onblur="getoldmobileno()" 
                id="oldmobileno"  style="width: 282px;margin-top: 5px;margin-bottom: 5px;">        
              </td>
            </tr>
            <tr>
              <td align="left">Name</td>     
              <td>       
                <input class='ElementCount' type="text" disabled="true" 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" disabled="true" id="femail" placeholder="Email Id" style="width: 282px;margin-top: 5px;margin-bottom: 5px;">        
              </td>
            </tr>
            <tr>
              <td align="left">New Mobile No.</td>     
              <td>       
                <input class='ElementCount' type="text" id="fmobileno"
                 placeholder="New Mobile Number" disabled="true" 
                 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="savestudentmobno();">Save</span>
              </td>
            </tr>
          </table>
          <div align="left" id="adm_applications" style="overflow:auto;width: 100%;margin-top: 1rem;"></div>
          <br>
      </div>

</div> 

</div>