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.140.195.8


Current Path : /var/www/html/rcub/html_modules/
Upload File :
Current File : /var/www/html/rcub/html_modules/subjectwise_freezing.html

 <script type='text/javascript'>
     $(function () {
         $('#tabs').tabs();
     });
     $(function () {
         $('#sub_tabs').tabs();
     });
 </script>
 <div id='tabs'>
     <ul style='height:20px;'>
         <li></li>
     </ul>

     <div align="left" id="freeze_module_at_college_admin_subject" style="margin-top: 10px;">
         <table class='content-tbl' width="100%" border="0" cellspacing="0" cellpadding="6" align="center">
             <tr>
                 <td style="width: 140px" align="right"> Degree :</td>
                 <td>
                     <input id="fmacas_degree_code" type="text" maxlength="5" style="width:60px; text-align: center;"
                         onblur="getdegreeNames(); "
                         onkeydown="return keyboardDegreePopup(event,this.id,$('#fmacas_degree_code').val());"
                         onfocus="$g_focus_element='fmacas_degree_code'" />
                     <input id="fmacas_degree_name" type="text" tabindex="-1"
                         style="background-color: AliceBlue; width: 440px;" />
                 </td>

             </tr>
             <tr>
                 <td align="right">Exam No. :</td>
                 <td>
                     <input type="text" id="fmacas_sub_Examno" maxlength="1" style="width: 60px;text-align: center;"
                         onblur="getExamName($('#fmacas_degree_code').val(),this.id);"
                         onkeydown="return keyboardExamNoPopup(event,this.id,$('#fmacas_sub_Examno').val())"
                         onfocus="$g_focus_element='fmacas_sub_Examno';">
                     <input type="text" id="fmacas_sub_Exam_name" readonly tabindex="-1"
                         onfocus="$g_focus_element='fmacas_sub_Exam_name';"
                         style="width:440px; background-color: AliceBlue;">
                     &nbsp;
                     <span
                         style="background-color: #008CBA; border: none; color: white; padding: 4px 15px; text-align: center; text-decoration: none; display: inline-block; font-size: 12px; cursor: pointer;"
                         onclick="getFmacasSubjectDetails();">View</span>
                 </td>
             </tr>

             <tr>
                 <td colspan="9" align="center">
                     <span
                         style="padding: 15px; border: 1px solid #ccc;font-size: 13px;line-height: 20px; width: 90%;margin: 10px;">
                         <b>Instructions</b></br>
                         > Marks entry and freezing should be done before the last date.</br>
                         > Marks entry / corrections are not allowed once the marks are freezed (Ensure marks entry
                         before freezing)</br>
                         > It is mandatory to freeze the marks before the last date of marks entry.</br>
                     </span>
                 </td>
             </tr>

         </table>
         <br>
         <div align="left" id="fmacas_module_subject_data" style="overflow:auto;clear:both;"></div>
     </div>
     <div align="left" id="freeze_module_at_university_college" style="display:none; overflow:auto;">
         <div align="left" id="fmauc_module_colldeg_data" style="height:340px;overflow:auto;">
         </div>
     </div>