Şuanki Dizin: /home/wwwdreamtechnolo/www/panel.atsevairag.com/old2/atse_admin_panel007/ |
Şuanki Dosya : /home/wwwdreamtechnolo/www/panel.atsevairag.com/old2/atse_admin_panel007/print-hall-ticket.php |
<?php require_once("../lib/class/functions.php"); $db = new functions(); $post_center_name = ""; $jilha = ""; $school_name = ""; $post_standard = ""; $post_level = ""; if(isset($_SESSION['from_page'])) { $post_center_name = $_SESSION['center_name']; $jilha = $_SESSION['jilha']; $school_name = $_SESSION['school_name']; $post_standard = $_SESSION['standard']; $post_level = $_SESSION['madhyam_and_fees']; } $current_page = ""; $current_print_student_id = ""; $stud_id_from = ""; $stud_id_to = ""; if(isset($_GET['stud_id']) OR isset($_SESSION['from_seat_number']) AND isset($_SESSION['to_seat_number'])) { if(isset($_SESSION['from_seat_number']) AND isset($_SESSION['to_seat_number']) AND !isset($_GET['stud_id'])) { $stud_id_from = $_SESSION['from_seat_number']; $stud_id_to = $_SESSION['to_seat_number']; } if(isset($_GET['stud_id'])) { $current_print_student_id = $_GET['stud_id']; } } $id = ""; $center_name = ""; $standard = ""; $madhyam_and_fees= ""; $sirname = ""; $name = ""; $father_name = ""; $mother_name = ""; $contact_number = ""; $principal_details= ""; $school_details = ""; $jilha = ""; $dd_number = ""; $date = ""; $time = ""; $result_exam_seat_number= ""; $subject = ""; if(isset($_SESSION['subject'])) { $subject = $_SESSION['subject']; } if($stud_id_from!="" AND $stud_id_to!="") { $student_print_data = $db->get_student_receipt_print_data_by_seat_number($stud_id_from,$stud_id_to,$post_center_name,$jilha,$school_name,$post_standard,$post_level); } else { $student_print_data = $db->get_student_receipt_print_data($current_print_student_id); } $counter = 0; ?> <html> <head> <meta charset="UTF-8"> <title>ATSE Exam Hall Ticket</title> <link rel="stylesheet" type="text/css" href="/css/stylesheet.css" /> <style type="text/css"> @page { size:A4 Portrait; margin:0px; } .hall_ticket_container { width:800px; margin:0px; } .receipt_titles { margin-top:0px; font-size:12px; width:80px; } .receipt_stud_details { margin-top:0px; font-size:12px; width:350px; } .receipt_mid_container { width:680px; } .receipt_tab tr td { font-size:11px; padding:1px; } .receipt_bullets { height:7px; margin-left:4px; } .signature_section { margin-top:20px; } footer { page-break-after: always; } </style> </head> <body style="background-image:none"> <?php $cntr = 1; if(!empty($student_print_data)) { foreach($student_print_data as $records) { $id = $student_print_data[$counter]['id']; $center_name = $student_print_data[$counter]['center_name']; $standard = $student_print_data[$counter]['standard']; $madhyam_and_fees= $student_print_data[$counter]['madhyam_and_fees']; $sirname = $student_print_data[$counter]['sirname']; $name = $student_print_data[$counter]['name']; $father_name = $student_print_data[$counter]['father_name']; $mother_name = $student_print_data[$counter]['mother_name']; $contact_number = $student_print_data[$counter]['contact_number']; $principal_details= $student_print_data[$counter]['principal_details']; $school_details = $student_print_data[$counter]['school_details']; $jilha = $student_print_data[$counter]['jilha']; $dd_number = $student_print_data[$counter]['dd_number']; $date = $student_print_data[$counter]['date']; $time = $student_print_data[$counter]['time']; $result_exam_seat_number= $student_print_data[$counter]['exam_seat_number']; $school_id = $student_print_data[$counter]['school_id']; $center_id = $student_print_data[$counter]['center_id']; ?> <div class="hall_ticket_container" style="margin:auto; margin-top:10px; margin-bottom:10px;"> <div class="receipt_header" style="padding:5px;"> <img src="/images/maharshi-cut-img.gif" class="receipt_icon" style="float:right; margin-top:0px; height:55px; margin-top:5px;" /> <img src="/images/garud-cut-img.gif" class="receipt_icon" style="float:left; margin-top:0px; height:55px; margin-top:5px;" /> <div class="receipt_mid_container"> <div class="dt_header_title_2_receipt" style="font-size:13px;"> Maharshi Valmiki Shikshan Prasarak Mandal Vairag Sanchalit </div> <div class="dt_header_title_1_receipt" style="margin:0px;"> <div class="infront_tm" style="font-size:19px; font-weight:bold; line-height:17px; margin:0px; letter-spacing: 2px; ">राज्यस्तरीय ए. टी. एस. प्रज्ञाशोध परीक्षा<!--ASPIRATION TALENT SEARCH EXAMINATION--></div> </div> <div class="dt_header_title_2_receipt"> ( State Level Aspiration Talent Search Examination ) </div> </div> </div> <div class="receipt_body"> <div class="receipt_titles" style="font-weight:bold;">विद्यार्थ्याचे नाव <label class="receipt_cols">:</label> </div> <div class="receipt_stud_details" style="width:475px;"><?php echo $sirname." ".$name." ".$father_name; ?></div> <div class="receipt_titles" style="width:65px;font-weight:bold;">इयत्ता <label class="receipt_cols">:</label></div> <div class="receipt_stud_details" style="width:95px;"><?php echo $standard; ?></div> <br /> <div class="receipt_titles" style="font-weight:bold;">शाळेचे नाव <label class="receipt_cols">:</label></div> <div class="receipt_stud_details" style="width:475px"><?php echo $school_details; ?></div> <div class="receipt_titles" style="width:65px;font-weight:bold;">उत्तरपत्रिका क्र. <label class="receipt_cols">:</label></div> <div class="receipt_stud_details" style="width:95px;"><?php echo $result_exam_seat_number; ?></div> <br /> <div class="receipt_titles" style="font-weight:bold;">परीक्षा केंद्र <label class="receipt_cols">:</label></div> <div class="receipt_stud_details" style="width:475px;"><?php echo $center_name; ?></div> <div class="receipt_titles" style="width:65px;font-weight:bold;">केंद्र क्र. <label class="receipt_cols">:</label></div> <div class="receipt_stud_details" style="width:95px;"><?php echo $center_id; ?></div> <!--<div class="receipt_titles" style="font-weight:bold;">नोंदणी क्र. :</div> <div class="receipt_stud_details" style="width:90px;"><?php echo $id; ?></div>--> <br /> <div class="receipt_titles" style="width:80px;font-weight:bold;">माध्यम<label class="receipt_cols">:</label></div> <div class="receipt_stud_details" style="width:475px;"> <?php $mystring = $madhyam_and_fees; $findme = 'रु.'; $pos = strpos($mystring, $findme); echo $madhyam_and_fees = substr($madhyam_and_fees,0,$pos); // echo $madhyam_and_fees; ?></div> <!--<div class="receipt_titles">माध्यम आणि फी <label class="receipt_cols">:</label> </div> <div class="receipt_stud_details" style="width:90px;"><?php echo $madhyam_and_fees; ?></div>--> <div class="receipt_titles" style="width:65px;font-weight:bold;">बैठक क्र. <label class="receipt_cols">:</label></div> <div class="receipt_stud_details" style="width:95px;"><?php echo $result_exam_seat_number; ?></div> <div class="receipt_titles" style="font-size:10px; width:100%;"> <center> <table class="receipt_tab" cellspacing="0" cellpadding="0" style="width:100%;"> <tr> <td colspan="3" style="border-right:1px solid #0066CC;">परीक्षेचे वेळापत्रक</td> </tr> <tr class="tab_titles_tab"> <td width="190">विषय</td> <td width="190">दिनांक</td> <td width="190" style="border-right:1px solid #0066CC;">वेळ</td> </tr> <?php $res_sub_maths_time = ""; $res_sub_buddhimatta_english_time = ""; if($standard=="दुसरी" OR $standard=="पहिली") { $time_data = $db->get_exam_date_and_time_for_first_and_second(); if(!empty($time_data)) { $res_sub_maths_time = $time_data[0]; $res_sub_buddhimatta_english_time = $time_data[1]; } } else { $time_data = $db->get_exam_date_and_time_for_third_to_seventh(); if(!empty($time_data)) { $res_sub_maths_time = $time_data[0]; $res_sub_buddhimatta_english_time = $time_data[1]; } } $exam_date = $db->get_exam_date(); ?> <tr> <td>भाषा (मराठी) + गणित</td> <td rowspan="3" style="border-bottom:1px solid #0066CC;"><?php echo $exam_date; ?></td> <td style="border-right:1px solid #0066CC;"><?php echo $res_sub_maths_time; ?></td> </tr> <tr> <td style="border-bottom:1px solid #0066CC;">इंग्रजी + बुद्धिमत्ता चाचणी</td> <td style="border-right:1px solid #0066CC;border-bottom:1px solid #0066CC;"><?php echo $res_sub_buddhimatta_english_time; ?></td> </tr> </table> </center> <span style="margin-bottom:5px; display:inline-table; float:left; font-weight:bold; font-size:10px;">सूचना : </span> <img src="/images/news-icon.gif" class="receipt_bullets" />परीक्षेचे संपूर्ण नियोजन, कार्यवाही व परीक्षेचे अधिकार आयोजकांना राहतील. <img src="/images/news-icon.gif" class="receipt_bullets" />परीक्षा आयोजन, पर्यवेक्षण व गुणदान निपक्षपतीपणे करण्यात येईल. या संबंधीचे व सर्व अधिकार परीक्षा आयोजकांना असतील. <img src="/images/news-icon.gif" class="receipt_bullets" />परीक्षार्थी विद्यार्थ्यांना परीक्षा केंद्रापर्यंत ने-आण करण्याची जबाबदारी संबंधित पालक अथवा शिक्षक यांचेवर राहील. <img src="/images/news-icon.gif" class="receipt_bullets" />परीक्षेत होणारे गैरवर्तन, चुकीचा हस्तक्षेप यासंबंधी आलेल्या तक्रारीची शहानिशा करून दोषी विद्यार्थ्याला अपात्र ठरवण्यात येईल. <img src="/images/news-icon.gif" class="receipt_bullets" />परीक्षा प्रवेश पत्रावर टाईप केलेल्या नावात बदल असल्यास परीक्षेपूर्वी वरच्या पत्त्यावर लेखी कळवावी. परीक्षेत कोणताही बदल केला जाणार नाही. <img src="/images/news-icon.gif" class="receipt_bullets" />परीक्षेचे प्रवेशपत्र निकालापर्यंत जपून ठेवावे. <img src="/images/news-icon.gif" class="receipt_bullets" />परीक्षा केंद्रावर येताना विद्यार्थ्याने प्रवेशपत्र, पॅड, परीक्षेसाठी आवश्यक असणारे लेखन साहित्य व आपल्या गरजेच्या वस्तू सोबत आणाव्यात. <img src="/images/news-icon.gif" class="receipt_bullets" />उदा. :- पाण्याची बाटली , जेवणाचा डब्बा इत्यादि. <img src="/images/news-icon.gif" class="receipt_bullets" />परीक्षेविषयीच्या कायदेशीर बाबी जिल्हा न्यायालय सोलापूर यांच्या कक्षेअंतर्गत येतील. </div> <div class="signature_section" style="float:right; margin-right:70px;"> <img src="/images/vinod-koli-sign.png" height="32" width="80" style="position:absolute; margin-top:-30px; margin-left:-12px;" /> परीक्षा प्रमुख </div> <div class="signature_section" style="margin-left:22px;"> विद्यार्थ्याची सही </div> <!--<div class="signature_section" style="margin-left:150px;"> मुख्याधापक सही आणि शिक्का </div>--> </div> </div> <hr style="border:1px dashed #333333" /> <?php if($cntr%3==0) { ?> <footer></footer><br /><br /> <?php } $counter++; $cntr++; } } ?> </body> </html>
Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4