Şuanki Dizin: /home/wwwdreamtechnolo/public_html/atsevairag.com/ |
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/atsevairag.com/rajya-nikal-yadi.php |
<?php ob_start(); require_once("lib/class/functions.php"); $db = new functions(); $current_page = ""; //create object of class file $db = new functions(); $current_page = ""; // $rajya_standard = ""; if(isset($_GET['rajya_standard'])) { $rajya_standard = $_GET['rajya_standard']; $_SESSION['rajya_standard'] = $rajya_standard; } if(isset($_SESSION['rajya_standard'])) { $rajya_standard = $_SESSION['rajya_standard']; } ?> <DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>ए. टी. एस. ई. वैराग - राज्यस्तरीय निकाल यादी</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> <link rel="stylesheet" type="text/css" href="/css/stylesheet.css" /> <style> body{ background-color:#EFEFEF; } .dt_header_title_1 { font-size:35px; } thead td { background-color:AliceBlue; padding:10px; font-weight:bold; font-size:16px; } tr td { padding:10px; font-weight:bold; } .sub_head { font-weight:bold; } </style> </head> <body> <div class="wrapper"> <div id="header" style="margin-top:-20px;"> <div style="width:100%; margin:auto;"> <img src="/images/maharshi-cut-img.gif" class="header-icons" style="float:right;" /> <img src="/images/garud-cut-img.gif" class="header-icons" /> <a href="/" style="text-decoration:none;"> <div class="dt_header_title_2"> Maharshi Valmiki Shikshan Prasarak Mandal Vairag Sanchalit </div> <div class="dt_header_title_1" style="margin-bottom:0px;"> <div class="infront_tm">राज्यस्तरीय ए. टी. एस. प्रज्ञाशोध परीक्षा<!--ASPIRATION TALENT SEARCH EXAMINATION--></div> </div> <div class="dt_header_title_2"> ( State Level Aspiration Talent Search Examination ) </div> </a> </div> </div> <div class="sub_head"> राज्यस्तरीय निकाल यादी : इयत्ता - <?php echo $rajya_standard; ?> </div> <div class="list_of_students"> <table border="1" class="centre_tab" style="font-size:14px; width:100%;" cellpadding="0" cellspacing="0"> <thead style="background-color:#EFEFEF;"> <td width="20">अ. क्र.</td> <td width="80">बैठक क्र.</td> <td width="250">विद्यार्थ्याचे नाव</td> <td width="250">शाळेचे नाव</td> <td width="50">एकूण गुण</td> <td width="100">राज्यस्तरीय गुणवत्ता क्रमांक</td> </thead> <?php $res_id = ""; $res_rajyastariy_limit = ""; $res_jilhastariy_limit = ""; $res_kendrastariy_limit = ""; $levels_of_result = $db->get_value_of_result_setting_from_exam_result($rajya_standard); if(!empty($levels_of_result)) { $res_id = $levels_of_result[0]; $section = $levels_of_result[1]; $res_rajyastariy_limit = $levels_of_result[2]; } $student_data = $db->get_student_result_data_from_standard_for_rajya($rajya_standard,$res_rajyastariy_limit); if(!empty($student_data)) { $cntr = 0; $shera_cntr = ""; $current_mark = ""; foreach($student_data as $record) { $result_exam_seat_number = $record['exam_seat_number']; $sirname = $record['sirname']; $name = $record['name']; $father_name = $record['father_name']; $bhasha_ganit = $record['bhasha_ganit']; $eng_buddhimatta = $record['eng_buddhimatta']; $total_marks = $record['total_marks']; $shera = $record['shera']; $school_details = $record['school_details']; if($current_mark=="" AND $current_mark!="0") { $shera_cntr = 1; $current_mark = $total_marks; } else { if($current_mark==$total_marks) { $shera_cntr = $shera_cntr; $current_mark = $total_marks; } else if($current_mark>$total_marks) { $shera_cntr++; $current_mark = $total_marks; } } if($shera_cntr<=$res_rajyastariy_limit) { ?> <tr> <td><?php echo $cntr + 1; ?></td> <td><?php echo $result_exam_seat_number; ?></td> <td><?php echo $sirname." ".$name." ".$father_name; ?></td> <td><?php echo $school_details; ?></td> <td><?php echo $total_marks; ?></td> <td> <?php $form_status = $db->get_shrera_status(); if($form_status=="on") { echo $shera; } else { echo "-"; } ?> </td> </tr> <?php } $cntr++; if($shera_cntr==$res_rajyastariy_limit+1) { break; } } } else { ?> <tr> <td colspan="5">माहिती उपलब्ध नाही</td> </tr> <?php } ?> </table> </div> </div> </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