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


Current Path : /var/www/oasis/html_modules/
Upload File :
Current File : /var/www/oasis/html_modules/convdet.html

<script type="text/javascript">
  $(function() {
    $("#tabs").tabs();
  });
  $(function() {
    $("#sub_tabs").tabs();
  });
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<div id="tabs">
  <ul>
    <li><a href="#ECHblk">Update Convocation Details</a></li>
  </ul>

  <div align="left" id="ECHblk" style="height:453; overflow:auto;">
    <table width="100%" border="0" cellpadding="2" cellspacing="3">
      <tr>
        <td style="width: 100px" align="right">Degree: <br /></td>
        <td>
          <input
            id="ech_degree_code"
            type="text"
            maxlength="5"
            style="width:50px;"
            onblur="getdegreeNames(); "
            onkeydown="return keyboardDegreePopup(event,this.id,$('#ech_degree_code').val());"
            onfocus="$g_focus_element='ech_degree_code'"
          />&nbsp;&nbsp;
          <input
            id="ech_degree_name"
            type="text"
            tabindex="-1"
            style="width:240px; background-color: AliceBlue;"
            onclick="PopupMarkEntrySubGetSubjectDetails();"
          />
        </td>
      </tr>
      <tr>
        <td style="width: 100px" align="right"></td>
        <td class="">
          <span
            onclick="getStudentsforconv();"
            style="background-color: darkgrey;cursor: pointer;padding: 4;"
            >Submit</span
          >
        </td>
      </tr>
    </table>

    <br />
    <!-- <div
      class="raval_submit"
      style="width:42px;float:left;margin-left:375px;margin-bottom:1%;"
    >
      <span
        onclick="getStudentsforblcking();"
        style="margin-top: 2px;margin-left:8px;cursor: pointer; color:#545345;line-height: 19px;font-size:14px;font-weight:bold;"
        >Submit</span
      >
    </div> -->

    <div
      align="left"
      id="ech_module_student_data"
      style="height:340px;clear:both;width: 100%;"
    ></div>
  </div>
</div>

<!-- <script
  type="text/javascript"
  src="https://www.google.com/jsapi?key=D88tFFXK"
></script> -->

<script type="text/javascript" src="gtransapi.js"></script>

<script type="text/javascript">
  google.load("elements", "1", { packages: "transliteration" });
</script>

<!-- <script type="text/javascript">
  google.load("elements", "1", { packages: "transliteration" });
  var control;
  function onLoad() {
    var options = {
      //Source Language
      sourceLanguage: google.elements.transliteration.LanguageCode.ENGLISH,
      // Destination language to Transliterate
      destinationLanguage: [google.elements.transliteration.LanguageCode.HINDI],
      shortcutKey: "ctrl+g",
      transliterationEnabled: true
    };
    control = new google.elements.transliteration.TransliterationControl(
      options
    );
    control.makeTransliteratable(["txtMessage"]);
  }
  google.setOnLoadCallback(onLoad);
</script> -->