Şuanki Dizin: /home/wwwdreamtechnolo/public_html/lbpmsolapur.org/ |
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/lbpmsolapur.org/supporting_document1.php |
<!-- Powered By - Dream Technology, Solapur. Contact No : +91 9595775120 Email ID - dream.technology@outlook.com --> <?php require_once("admin/lib/functions.php"); $db = new login_function(); ?> <DOCTYPE html> <html> <head> <link href="css/style.css" rel="stylesheet" type="text/css" media="all" /> <title>Laxmibai Bhaurao Patil Mahila Mahavidyalaya</title> <link rel="stylesheet" type="text/css" href="css/stylesheet.css"/> <style> .tab_data { background:#E91546; font-weight:bold; font-size:16px; color:white; border-right:1px solid black; } tr td { padding:10px; border:1px solid black; text-align:center; } th { padding:10px; } </style> </head> <body> <?php require_once("lib/header.php"); ?> <div name="tab_container"> <div class="main_container" style="min-height:1000px;"> <div class="page_highlighter" style="background:orange">Supporting Documents For SSR CYCLE 4</div> <?php require_once("highlights.php"); ?> <div class="data_container" style="margin-top:10px; min-height:700px; "> <!-- <div> --> <h1 style="font-size:30px; text-align:center;" onclick="showContent('supporting_doc')" >Supporting Documents For SSR CYCLE 4</h1> <br /><br /> <!-- tab --> <style> body { font-family: Arial, sans-serif; background-color: #f4f4f4; margin: 0; padding: 20px; } .tabs { display: flex; gap:3px; justify-content: space-around; margin-bottom: 20px; width: 40%; } .tab { padding: 10px 7px; background-color: #008080; color: #fff; border: 1px solid black; border-radius: 5px; cursor: pointer ; font-size: 19px; } .tab:hover { background-color: #00ACAC; color: black; } .tab-content { display: none; } .tab-content.active { display: block; } /* .profile-card { width: 300px; padding: 20px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); border-radius: 8px; background-color: #fff; text-align: center; margin: 0 auto; } */ .profile-card table{ width: 60%; } .profile-card img { width: 100px; height: 100px; border-radius: 50%; margin-bottom: 10px; } .profile-card p { font-size: 16px; color: #333; margin: 10px 0; } .profile-card button { padding: 10px 20px; font-size: 16px; color: #fff; background-color: #007bff; border: none; border-radius: 5px; cursor: pointer; } .profile-card button:hover { background-color: #0056b3; } button{ background-color: white; border: 1px solid black; border-radius: 3px; } .all-card h3{ padding: 5px 5px; background-color: #00B0B0; color: white; font-weight: 600; } .criteria-content{ width: 40%; } .table-bordered tr{ width: 100%; } .table-bordered{ width: 750px !important; } th{ padding: 4px 0px!important; } .top-tr th{ border: 1px solid black; } .top-tr1 th{ border: 1px solid black; background-color: #00B0B0; color: #000; } a{ color: blue; text-decoration: underline; font-weight: 600; } </style> <div class="criteria-content"> <div class="tabs"> <button class="tab" onclick="showContent('Extended_Profile')">Extended Profile</button> <button class="tab" onclick="showContent('criterion1')">Criterion I</button> <button class="tab" onclick="showContent('criterion2')">Criterion II </button> <button class="tab" onclick="showContent('criterion3')">Criterion III </button> <button class="tab" onclick="showContent('criterion4')">Criterion IV </button> <button class="tab" onclick="showContent('criterion5')">Criterion V </button> <button class="tab" onclick="showContent('criterion6')">Criterion VI </button> <button class="tab" onclick="showContent('criterion7')">Criterion VII </button> <!-- <button class="tab" onclick="showContent('criterion7')">CRITERION VII </button> --> </div> <!-- <div id="Extended_Profile" class="tab-content"> <div class="profile-card"> </div> </div> --> <!-- extended --> <div id="Extended_Profile" class="tab-content"> <div class="profile-card"> <div class="container2"> <table class="table table-bordered" > <tr class="top-tr"> <th width="200">METRIC NO.</th> <th width="200">PARTICULARS</th> <th>SUPPORTING DOCUMENTS</th> </tr> <tr class="top-tr1"> <th colspan="3" >EXTENDED PROFILE</th> </tr> <?php $select_data = $db->get_supporting_panel_data0(); if (!empty($select_data)) { $counter = 0; foreach ($select_data as $record) { $serial_no = $record[0]; $title = $record[1]; $cfile = $record[2]; ?> <tr> <td scope="row"><?php echo $serial_no; ?></td> <td scope="row"><?php echo $title; ?></td> <!-- <td scope="row"><?php echo $c_file; ?></td> --> <td scope="row"><a href="admin/supporting_document_4/<?php echo $cfile; ?>" target="_blank">View Document </a></td> </tr> <?php $counter++; } } else { // echo "<tr><td>No data found or an error occurred.</td></tr>"; } ?> </table> </div> </div> </div> <!-- 1 --> <div id="criterion1" class="tab-content"> <div class="profile-card"> <div class="container2"> <table class="table table-bordered" > <tr class="top-tr"> <th width="200">METRIC NO.</th> <th width="200">PARTICULARS</th> <th>SUPPORTING DOCUMENTS</th> </tr> <tr class="top-tr1"> <th colspan="3" >CRITERION 1 – CURRICULAR ASPECTS</th> </tr> <?php $select_data = $db->get_supporting_panel_data1(); if (!empty($select_data)) { $counter = 0; foreach ($select_data as $record) { $serial_no = $record[0]; $title = $record[1]; $cfile = $record[2]; ?> <tr> <td scope="row"><?php echo $serial_no; ?></td> <td scope="row"><?php echo $title; ?></td> <td scope="row"><a href="admin/supporting_document_4/<?php echo $cfile; ?>" target="_blank">View Document </a></td> </tr> <?php $counter++; } } else { // echo "<tr><td>No data found or an error occurred.</td></tr>"; } ?> </table> </div> </div> </div> <!-- 2 --> <div id="criterion2" class="tab-content"> <div class="profile-card"> <div class="container2"> <table class="table table-bordered" > <tr class="top-tr"> <th width="200">METRIC NO.</th> <th width="200">PARTICULARS</th> <th>SUPPORTING DOCUMENTS</th> </tr> <tr class="top-tr1"> <th colspan="3" >CRITERION 2 - TEACHING- LEARNING AND EVALUATION</th> </tr> <?php $select_data = $db->get_supporting_panel_data2(); if (!empty($select_data)) { $counter = 0; foreach ($select_data as $record) { $serial_no = $record[0]; $title = $record[1]; $cfile = $record[2]; ?> <tr> <td scope="row"><?php echo $serial_no; ?></td> <td scope="row"><?php echo $title; ?></td> <td scope="row"><a href="admin/supporting_document_4/<?php echo $cfile; ?>" target="_blank">View Document </a></td> </tr> <?php $counter++; } } else { // echo "<tr><td>No data found or an error occurred.</td></tr>"; } ?> </table> </div> </div> </div> <!-- 3 --> <div id="criterion3" class="tab-content"> <div class="profile-card"> <div class="container2"> <table class="table table-bordered" > <tr class="top-tr"> <th width="200">METRIC NO.</th> <th width="200">PARTICULARS</th> <th>SUPPORTING DOCUMENTS</th> </tr> <tr class="top-tr1"> <th colspan="3" >CRITERION 3 - RESEARCH, INNOVATIONS AND EXTENSION</th> </tr> <?php $select_data = $db->get_supporting_panel_data3(); if (!empty($select_data)) { $counter = 0; foreach ($select_data as $record) { $serial_no = $record[0]; $title = $record[1]; $cfile = $record[2]; ?> <tr> <td scope="row"><?php echo $serial_no; ?></td> <td scope="row"><?php echo $title; ?></td> <td scope="row"><a href="admin/supporting_document_4/<?php echo $cfile; ?>" target="_blank">View Document </a></td> </tr> <?php $counter++; } } else { // echo "<tr><td>No data found or an error occurred.</td></tr>"; } ?> </table> </div> </div> </div> <!-- 4 --> <div id="criterion4" class="tab-content"> <div class="profile-card"> <div class="container2"> <table class="table table-bordered" > <tr class="top-tr"> <th width="200">METRIC NO.</th> <th width="200">PARTICULARS</th> <th>SUPPORTING DOCUMENTS</th> </tr> <tr class="top-tr1"> <th colspan="3" >CRITERION 4 - INFRASTRUCTURE AND LEARNING RESOURCES</th> </tr> <?php $select_data = $db->get_supporting_panel_data4(); if (!empty($select_data)) { $counter = 0; foreach ($select_data as $record) { $serial_no = $record[0]; $title = $record[1]; $cfile = $record[2]; ?> <tr> <td scope="row"><?php echo $serial_no; ?></td> <td scope="row"><?php echo $title; ?></td> <td scope="row"><a href="admin/supporting_document_4/<?php echo $cfile; ?>" target="_blank">View Document </a></td> </tr> <?php $counter++; } } else { // echo "<tr><td>No data found or an error occurred.</td></tr>"; } ?> </table> </div> </div> </div> <!-- 5 --> <div id="criterion5" class="tab-content"> <div class="profile-card"> <div class="container2"> <table class="table table-bordered" > <tr class="top-tr"> <th width="200">METRIC NO.</th> <th width="200">PARTICULARS</th> <th>SUPPORTING DOCUMENTS</th> </tr> <tr class="top-tr1"> <th colspan="3" >CRITERION 5 - STUDENT SUPPORT AND PROGRESSION</th> </tr> <?php $select_data = $db->get_supporting_panel_data5(); if (!empty($select_data)) { $counter = 0; foreach ($select_data as $record) { $serial_no = $record[0]; $title = $record[1]; $cfile = $record[2]; ?> <tr> <td scope="row"><?php echo $serial_no; ?></td> <td scope="row"><?php echo $title; ?></td> <td scope="row"><a href="admin/supporting_document_4/<?php echo $cfile; ?>" target="_blank">View Document </a></td> </tr> <?php $counter++; } } else { // echo "<tr><td>No data found or an error occurred.</td></tr>"; } ?> </table> </div> </div> </div> <!-- 6 --> <div id="criterion6" class="tab-content"> <div class="profile-card"> <div class="container2"> <table class="table table-bordered" > <tr class="top-tr"> <th width="200">METRIC NO.</th> <th width="200">PARTICULARS</th> <th>SUPPORTING DOCUMENTS</th> </tr> <tr class="top-tr1"> <th colspan="3" >CRITERION 6- GOVERNANCE, LEADERSHIP AND MANAGEMENT</th> </tr> <?php $select_data = $db->get_supporting_panel_data6(); if (!empty($select_data)) { $counter = 0; foreach ($select_data as $record) { $serial_no = $record[0]; $title = $record[1]; $cfile = $record[2]; ?> <tr> <td scope="row"><?php echo $serial_no; ?></td> <td scope="row"><?php echo $title; ?></td> <td scope="row"><a href="admin/supporting_document_4/<?php echo $cfile; ?>" target="_blank">View Document </a></td> </tr> <?php $counter++; } } else { // echo "<tr><td>No data found or an error occurred.</td></tr>"; } ?> </table> </div> </div> </div> <!-- 7 --> <div id="criterion7" class="tab-content"> <div class="profile-card"> <div class="container2"> <table class="table table-bordered" > <tr class="top-tr"> <th width="200">METRIC NO.</th> <th width="200">PARTICULARS</th> <th>SUPPORTING DOCUMENTS</th> </tr> <tr class="top-tr1"> <th colspan="3" >CRITERION 7 – INSTITUTIONAL VALUES AND BEST PRACTICES</th> </tr> <?php $select_data = $db->get_supporting_panel_data7(); if (!empty($select_data)) { $counter = 0; foreach ($select_data as $record) { $serial_no = $record[0]; $title = $record[1]; $cfile = $record[2]; ?> <tr> <td scope="row"><?php echo $serial_no; ?></td> <td scope="row"><?php echo $title; ?></td> <td scope="row"><a href="admin/supporting_document_4/<?php echo $cfile; ?>" target="_blank">View Document </a></td> </tr> <?php $counter++; } } else { // echo "<tr><td>No data found or an error occurred.</td></tr>"; } ?> </table> </div> </div> </div> <!-- all --> <div id="supporting_doc" class="tab-content"> <div class="profile-card"> <div class="container2"> <table class="table table-bordered"> <tr class="top-tr"> <th width="220" >METRIC NO.</th> <th width="220">PARTICULARS</th> <th>SUPPORTING DOCUMENTS</th> </tr> </table> <table class="table table-bordered" > <tr class="top-tr1"> <th colspan="3" >EXTENDED PROFILE</th> </tr> <?php $select_data = $db->get_supporting_panel_data0(); if (!empty($select_data)) { $counter = 0; foreach ($select_data as $record) { $serial_no = $record[0]; $title = $record[1]; $cfile = $record[2]; ?> <tr> <td width="200" scope="row"><?php echo $serial_no; ?></td> <td width="200" scope="row"><?php echo $title; ?></td> <!-- <td scope="row"><?php echo $c_file; ?></td> --> <td scope="row"><a href="admin/supporting_document_4/<?php echo $cfile; ?>" target="_blank">View Document </a></td> </tr> <?php $counter++; } } else { // echo "<tr><td>No data found or an error occurred.</td></tr>"; } ?> </table> <br> <table class="table table-bordered" > <tr class="top-tr1"> <th colspan="3" >CRITERION 1 – CURRICULAR ASPECTS</th> </tr> <?php $select_data = $db->get_supporting_panel_data1(); if (!empty($select_data)) { $counter = 0; foreach ($select_data as $record) { $serial_no = $record[0]; $title = $record[1]; $cfile = $record[2]; ?> <tr> <td width="200" scope="row"><?php echo $serial_no; ?></td> <td width="200" scope="row"><?php echo $title; ?></td> <td scope="row"><a href="admin/supporting_document_4/<?php echo $cfile; ?>" target="_blank">View Document </a></td> </tr> <?php $counter++; } } else { // echo "<tr><td>No data found or an error occurred.</td></tr>"; } ?> </table> <br> <table class="table table-bordered" > <tr class="top-tr1"> <th colspan="3" >CRITERION 2 - TEACHING- LEARNING AND EVALUATION</th> </tr> <?php $select_data = $db->get_supporting_panel_data2(); if (!empty($select_data)) { $counter = 0; foreach ($select_data as $record) { $serial_no = $record[0]; $title = $record[1]; $cfile = $record[2]; ?> <tr> <td width="200" scope="row"><?php echo $serial_no; ?></td> <td width="200" scope="row"><?php echo $title; ?></td> <td scope="row"><a href="admin/supporting_document_4/<?php echo $cfile; ?>" target="_blank">View Document </a></td> </tr> <?php $counter++; } } else { // echo "<tr><td>No data found or an error occurred.</td></tr>"; } ?> </table> <br> <table class="table table-bordered" > <tr class="top-tr1"> <th colspan="3" >CRITERION 3 - RESEARCH, INNOVATIONS AND EXTENSION</th> </tr> <?php $select_data = $db->get_supporting_panel_data3(); if (!empty($select_data)) { $counter = 0; foreach ($select_data as $record) { $serial_no = $record[0]; $title = $record[1]; $cfile = $record[2]; ?> <tr> <td width="200" scope="row"><?php echo $serial_no; ?></td> <td width="200" scope="row"><?php echo $title; ?></td> <td scope="row"><a href="admin/supporting_document_4/<?php echo $cfile; ?>" target="_blank">View Document </a></td> </tr> <?php $counter++; } } else { // echo "<tr><td>No data found or an error occurred.</td></tr>"; } ?> </table> <br> <table class="table table-bordered" > <tr class="top-tr1"> <th colspan="3" >CRITERION 4 - INFRASTRUCTURE AND LEARNING RESOURCES</th> </tr> <?php $select_data = $db->get_supporting_panel_data4(); if (!empty($select_data)) { $counter = 0; foreach ($select_data as $record) { $serial_no = $record[0]; $title = $record[1]; $cfile = $record[2]; ?> <tr> <td width="200" scope="row"><?php echo $serial_no; ?></td> <td width="200" scope="row"><?php echo $title; ?></td> <td scope="row"><a href="admin/supporting_document_4/<?php echo $cfile; ?>" target="_blank">View Document </a></td> </tr> <?php $counter++; } } else { // echo "<tr><td>No data found or an error occurred.</td></tr>"; } ?> </table> <br> <table class="table table-bordered" > <tr class="top-tr1"> <th colspan="3" >CRITERION 5 - STUDENT SUPPORT AND PROGRESSION</th> </tr> <?php $select_data = $db->get_supporting_panel_data5(); if (!empty($select_data)) { $counter = 0; foreach ($select_data as $record) { $serial_no = $record[0]; $title = $record[1]; $cfile = $record[2]; ?> <tr> <td width="200" scope="row"><?php echo $serial_no; ?></td> <td width="200" scope="row"><?php echo $title; ?></td> <td scope="row"><a href="admin/supporting_document_4/<?php echo $cfile; ?>" target="_blank">View Document </a></td> </tr> <?php $counter++; } } else { // echo "<tr><td>No data found or an error occurred.</td></tr>"; } ?> </table> <br> <table class="table table-bordered" > <tr class="top-tr1"> <th colspan="3" >CRITERION 6- GOVERNANCE, LEADERSHIP AND MANAGEMENT</th> </tr> <?php $select_data = $db->get_supporting_panel_data6(); if (!empty($select_data)) { $counter = 0; foreach ($select_data as $record) { $serial_no = $record[0]; $title = $record[1]; $cfile = $record[2]; ?> <tr> <td width="200" scope="row"><?php echo $serial_no; ?></td> <td width="200" scope="row"><?php echo $title; ?></td> <td scope="row"><a href="admin/supporting_document_4/<?php echo $cfile; ?>" target="_blank">View Document </a></td> </tr> <?php $counter++; } } else { // echo "<tr><td>No data found or an error occurred.</td></tr>"; } ?> </table> <br> <table class="table table-bordered" > <tr class="top-tr1"> <th colspan="3" >CRITERION 7 – INSTITUTIONAL VALUES AND BEST PRACTICES</th> </tr> <?php $select_data = $db->get_supporting_panel_data7(); if (!empty($select_data)) { $counter = 0; foreach ($select_data as $record) { $serial_no = $record[0]; $title = $record[1]; $cfile = $record[2]; ?> <tr> <td width="200" scope="row"><?php echo $serial_no; ?></td> <td width="200" scope="row"><?php echo $title; ?></td> <td scope="row"><a href="admin/supporting_document_4/<?php echo $cfile; ?>" target="_blank">View Document </a></td> </tr> <?php $counter++; } } else { // echo "<tr><td>No data found or an error occurred.</td></tr>"; } ?> </table> </div> </div> </div> <!-- </div> --> </div> <script> document.addEventListener('DOMContentLoaded', (event) => { document.getElementById('supporting_doc').classList.add('active'); }); function showContent(id) { const contents = document.querySelectorAll('.tab-content'); contents.forEach(content => { content.classList.remove('active'); }); document.getElementById(id).classList.add('active'); } </script> <!-- end --> <br> <br> <br> <br> <!-- <?php function table_head_data() { ?> --> <table cellspacing='0' style="margin:0px;width:100%; background-color:#FFFFFF"> <!-- <thead> <tr style="background:#E91546"> <th width="20" class="tab_data">Sr.No</th> <th width="40" class="tab_data" >Serial No</th> <th width="150" class="tab_data">Title</th> <th width="30" class="tab_data">View</th> </tr> </thead> --> <tbody> <?php } function table_foot_data() { ?> </tbody> </table> <?php } function no_data_available() { ?> <div style="text-align:center; background-color:#FFFFFF; padding:10px;"> No data available </div> <?php } ?> <?php $select_data = array(); $select_data = $db->get_unique_dvv_document_details(); if(!empty($select_data)) { $counter = 0; foreach($select_data as $record) { $year = $record; ?> <div class="main_year" id="mainyear_<?php echo $counter; ?>"><?php echo $year; ?></div> <div class="display_main_contents" id="main_contents_<?php echo $counter; ?>" style="padding:25px; width:93%;"> </div> <?php $counter++; } } else { ?> <tr> <td colspan="3">No data to list</td> </tr> <?php } ?> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script> $(document).ready(function(){ $('body').click(function() { var id = event.target.id; if(id.indexOf('mainyear_') != -1){ const myArray = id.split("_"); var countr = myArray[1]; $('#main_contents_'+countr).toggle("slide"); return false; } }); $('#show').click(function() { $('.menu').toggle("slide"); }); }); </script> <!--<table cellspacing='0' style="margin:0px;width:100%" > <thead> <tr style="background:#E91546"> <th width="20" class="tab_data">Sr.No</th> <th width="30" class="tab_data">Year</th> <th width="30" class="tab_data">View</th> </tr> </thead> <tbody> <?php $select_data = array(); $select_data = $db->get_unique_dvv_document_details(); if(!empty($select_data)) { $counter = 0; foreach($select_data as $record) { $year = $record; ?> <tr> <td><?php echo $counter+1; ?></td> <td style="text-align:left"><?php echo $year; ?></td> <td><a href="qualitative-quantative.php?year=<?php echo $year; ?>" target="_blank">View</a></td> </tr> <?php $counter++; } } else { ?> <tr> <td colspan="3">No data to list</td> </tr> <?php } ?> </tbody> </table>--> </div> </div></div> </div> <?php require_once("lib/footer.php"); ?> </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