Şuanki Dizin: /home/wwwdreamtechnolo/public_html/lbpmsolapur.org/ |
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/lbpmsolapur.org/cultural-commitee.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> <style> table a:link { color: #666; font-weight: bold; text-decoration:none; } table a:visited { color: #999999; font-weight:bold; text-decoration:none; } table a:active, table a:hover { color: #bd5a35; text-decoration:underline; } table { width:100%; font-family:Arial, Helvetica, sans-serif; color:#666; font-size:12px; <!--text-shadow: 1px 1px 0px #fff;--> background:#eaebec; margin:20px; border:black 1px solid; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; -moz-box-shadow: 0 1px 2px #d1d1d1; -webkit-box-shadow: 0 1px 2px #d1d1d1; box-shadow: 0 1px 2px #d1d1d1; } table th { padding:21px 25px 22px 25px; border-top:1px solid #fafafa; border-bottom:1px solid #e0e0e0; background: #ededed; background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb)); background: -moz-linear-gradient(top, #ededed, #ebebeb); } table th:first-child { text-align: left; padding-left:20px; } table tr:first-child th:first-child { -moz-border-radius-topleft:3px; -webkit-border-top-left-radius:3px; border-top-left-radius:3px; } table tr:first-child th:last-child { -moz-border-radius-topright:3px; -webkit-border-top-right-radius:3px; border-top-right-radius:3px; } table tr { text-align: center; padding-left:20px; } table td:first-child { text-align: left; padding-left:20px; border-left: 0; } table td { padding:18px; border-top: 1px solid #ffffff; border-bottom:1px solid #e0e0e0; border-left: 1px solid #e0e0e0; background: #fafafa; background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa)); background: -moz-linear-gradient(top, #fbfbfb, #fafafa); } table tr.even td { background: #f6f6f6; background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6)); background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6); } table tr:last-child td { border-bottom:0; } table tr:last-child td:first-child { -moz-border-radius-bottomleft:3px; -webkit-border-bottom-left-radius:3px; border-bottom-left-radius:3px; } table tr:last-child td:last-child { -moz-border-radius-bottomright:3px; -webkit-border-bottom-right-radius:3px; border-bottom-right-radius:3px; } table tr:hover td { background: #f2f2f2; background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0)); background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0); } </style> <link rel="stylesheet" type="text/css" href="css/stylesheet.css"/> </head> <body> <?php require_once("lib/header.php"); ?> <div name="tab_container"> <div class="main_container" style="min-height:610px;"> <div class="page_highlighter" style="background-color:orange">Cultural Commitee</div> <?php require_once("highlights.php"); ?> <div class="data_container" style="margin-top:16px; min-height:700px; width:100%;"> <div> <?php // $details = $db->activity_title_name(); if(!empty($details)) { $counter = 0; foreach($details as $record) { $id = $details[$counter][0]; $name = $details[$counter][1]; ?> <table style="margin:auto;margin-top:20px; border:1px solid black" cellpadding="5" cellspacing="0" > <thead> <tr> <th colspan="6" style="border:black;text-align:center;color:white;font-size:18px;background:#E91546"><?php echo $name; ?></th> </tr> </thead> <?php $activity_added = $db->get_activity_data($id); if(!empty($activity_added)) { $counter1 = 0; foreach($activity_added as $record1) { $added_id = $activity_added[$counter1][0]; $got_title_id = $activity_added[$counter1][1]; $got_data = $activity_added[$counter1][2]; $got_image = $activity_added[$counter1][3]; $got_date = $activity_added[$counter1][4]; $got_time = $activity_added[$counter1][5]; if($got_image=="") { ?> <tr> <td style="border:1px solid black;width:750;font-size:13px;line-height:20px;"><b><?php echo $got_data; ?></b></td> </tr> <?php } if($got_data=="") { ?> <tr > <td style="border:1px solid black"><img src="img/activity/<?php echo $got_image; ?>" class="icons_imgs" height="250" width="500" style="float:none;margin-left:180px;width:300px;border:1px solid grey" /></td> </tr> <?php } else if($got_data!="" AND $got_image!="") { ?> <tr> <td style="border:1px solid black" width="750"><b><?php echo $got_data; ?></b></td> <tr><td style="border:1px solid black"><img src="img/activity/<?php echo $got_image; ?>" class="icons_imgs" height="250" width="500" style="float:none; width:300px;margin-left:180px;border:1px solid grey" /></td></tr> </tr> <?php } ?> </tr> <?php $counter1++; } } ?> </table> <?php $counter++; } } else { ?> <?php } ?> <html> <head> <style> th, td { padding:15px; text-align:left; } th ,tr:nth-child(odd) { background:#f2f2f2; } .commitee_members_dtl tr td { text-align:left; } </style> <title> College Development Commitee </title> </head> <body> <br /> <!-- <table class="commitee_members_dtl" border="1" style="border-collapse:collapse;margin:auto;border:1px solid #ccc;font-size:15px;"> <tr> <td style="font-weight:bold; text-align:center;">No.</td> <td style="font-weight:bold; text-align:center;">Name</td> <td style="font-weight:bold; text-align:center;">Designation</td> </tr> <?php $sr_no = 0; ?> <tr> <td><?php echo $sr_no = $sr_no+1; ?>.</td> <td>Ma. Sanjeev Patil</td> <td>Chairman</td> </tr> <tr> <td><?php echo $sr_no = $sr_no+1; ?>.</td> <td>Ma.Dr. Mrs. Suhasini Shaha</td> <td>Member</td> </tr> <tr> <td><?php echo $sr_no = $sr_no+1; ?>.</td> <td>Prin. Dr. Ravsaheb Dhawan</td> <td>Member</td> </tr> <tr> <td><?php echo $sr_no = $sr_no+1; ?>.</td> <td>Prin. Dr. Rajendrasinha Lokhande</td> <td>Member</td> </tr> <tr> <td><?php echo $sr_no = $sr_no+1; ?>.</td> <td>prin. Manisha Tank</td> <td>Member</td> </tr> <tr> <td><?php echo $sr_no = $sr_no+1; ?>.</td> <td>Prin.Suresh Dhere</td> <td>Member</td> </tr> <tr> <td><?php echo $sr_no = $sr_no+1; ?>.</td> <td>Shri. Suryakant Vijapure</td> <td>Member</td> </tr> <tr> <td><?php echo $sr_no = $sr_no+1; ?>.</td> <td>Ma.Sneha Save</td> <td>Member</td> </tr> <tr> <td><?php echo $sr_no = $sr_no+1; ?>.</td> <td>Ma.Annasaheb Patil</td> <td>Member</td> </tr> <tr> <td><?php echo $sr_no = $sr_no+1; ?>.</td> <td>Ma.Sonali Giri</td> <td>Member</td> </tr> <tr> <td><?php echo $sr_no = $sr_no+1; ?>.</td> <td>Ma.seema Kinikar</td> <td>Member</td> </tr> <tr> <td><?php echo $sr_no = $sr_no+1; ?>.</td> <td>Prin.Dr.Santosha Rajguru</td> <td>Member</td> </tr> <tr> <td><?php echo $sr_no = $sr_no+1; ?>.</td> <td>Adhayshya, Mahavidyalaya vidhyathri Parishad</td> <td>Member</td> </tr> <tr> <td><?php echo $sr_no = $sr_no+1; ?>.</td> <td>Sachiv, Mahavidyalaya vidhyathri Parishad</td> <td>Member</td> </tr> <tr> <td><?php echo $sr_no = $sr_no+1; ?>.</td> <td>Prin,Laxmibai Bhaurao Patil Mahila Mahavidyalaya,Solapur </td> <td>Member</td> </tr> </table> <br /><br /> --> <style> .commitee-table { border-collapse:collapse; margin:auto; border:1px solid #ccc; font-size:15px; text-align:left; } .commitee-table tr td{ text-align:left; } </style> <center><h2><em><span style="color:red;font-size:20px;">Cultural Committee</span></em></h2> <br /> <br /> <div class="PDF"> <object data="dept_pdf/cultural commitee.pdf" type="application/pdf" width="100%" height="800"> alt : <a href="dept_pdf/cultural commitee.pdf">CULTURAL COMMITEE</a> </object> </div> <br /> </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