Şuanki Dizin: /home/wwwdreamtechnolo/public_html/panel.atsevairag.com/ |
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/panel.atsevairag.com/downloads-section.php |
<!-- Powered By - Dream Technology, Solapur. Contact No : +91 9595775120 Email ID - dream.technology@outlook.com --> <?php require_once("lib/class/functions.php"); $db = new functions(); $current_page = "downloads_section"; ?> <DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>ए. टी. एस. ई. वैराग</title> <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:500px;"> <div class="page_highlighter">Downloads Section</div> <div style="display:flex;"> <?php require_once("highlights.php"); ?> <div class="data_container"> <div class="tab_div" style="float:none; background-color:#FFFFFF; width:770px; margin:0px; padding:5px; padding-bottom:10px; min-height:400px; text-align:left;"> <div style="margin-left:20px;"> <br /> <br /> <table border="0" class="centre_tab"> <?php $download_files = array(); $download_files = $db->get_all_download_files(); $ext = ""; if(!empty($download_files)) { $count = 0; foreach($download_files as $data) { $id = $download_files[$count]['id']; $download_title = $download_files[$count]['download_title']; $attachment_title = $download_files[$count]['attachment_title']; $date = $download_files[$count]['date']; $time = $download_files[$count]['time']; list($txt, $ext) = explode(".", $attachment_title); ?> <tr> <td width="50"><img src="/images/download-icon.png" height="22" /></td> <td width="200" style="text-align:left;"><?php echo $download_title; ?></td> <?php if($ext=="pdf") { ?> <td width="80"><a href="/downloads/<?php echo $attachment_title; ?>" target="_blank" class="download_lnk">- डाऊनलोड</a></td> <?php } else { ?> <td width="80"><a href="view-download-file.php?file_id=<?php echo $id; ?>" target="_blank" class="download_lnk">- डाऊनलोड</a></td> <?php } ?> </tr> <?php $count++; } } ?> </table> </div> <!-- <a href="/images/admission-form.jpg" target="_blank">1. डाऊनलोड परीक्षा फॉर्म</a> <br /> <a href="/mahitipatrak.php" target="_blank">2. माहिती पत्रक</a> <br /> <a href="/schools-registration-form.php" target="_blank">3. शाळेसाठी नोंदणी फॉर्म</a> --> </div> </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