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


Current Path : /var/www/html/college/html_modules/
Upload File :
Current File : /var/www/html/college/html_modules/qnmarksreportpopup.html

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

<div
  id="batch_popup_div"
  align="center"
  style="padding-top: 8px; padding-left: 30px; width: 350px"
>
  <div id="qnreportpopup"></div>
  <table
    id="tbl_menu"
    align="center"
    cellpadding="2"
    cellspacing="0"
    border="0"
    width="100%"
  >
  <tr>
    <td>
      <select
        id="stype"
        style="width: 100%; height: 29px; border-radius: 8px"
      >
        <option value="Detailed">Detailed</option>
        <option value="Summary">Summary</option>
      </select>
    </td>
  </tr>  
  <tr>
      <td>
        <select
          id="rtype"
          style="width: 100%; height: 29px; border-radius: 8px"
        >
          <option value="pdf">PDF</option>
          <option value="excel">Excel</option>
        </select>
      </td>
    </tr>
    <tr>
      <td align="center">
        <input
          type="button"
          style="padding-bottom: 1px; margin-top: 20px"
          class="ui-state-default ui-corner-all"
          value="Generate"
          onclick="reportExcelAndPdf();"
        />
        <input
          type="button"
          style="padding-bottom: 1px; margin-top: 20px"
          class="ui-state-default ui-corner-all"
          value="Cancel"
          onclick=" $('#batch_dialog').dialog('close');"
        />
      </td>
    </tr>
  </table>
</div>