Şuanki Dizin: /home/wwwdreamtechnolo/public_html/panel.atsevairag.com/ |
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/panel.atsevairag.com/index.php |
<!-- Powered By - Dream Technology, Solapur. Contact No : +91 9595775120 Email ID - dream.technology@outlook.com --> <?php // ini_set('display_errors', 1); // ini_set('display_startup_errors', 1); // error_reporting(E_ALL); require_once('lib/class/functions.php'); $db = new functions(); $current_page = "home"; ?> <DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>ए. टी. एस. ई. वैराग</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes, minimum-scale=1.0, maximum-scale=1.0"> <meta name="keywords" content="atse, atse vairag, atse exam, spardha pariksha, competitive exams" /> <link rel="stylesheet" type="text/css" href="css/stylesheet.css"/> <script type="text/javascript" src="js/jquery-1.9.1.min.js"></script> <script type="text/javascript" src="js/jssor.slider.mini.js"></script> <script> jQuery(document).ready(function ($) { var jssor_1_options = { $AutoPlay: true, $ArrowNavigatorOptions: { $Class: $JssorArrowNavigator$ }, $ThumbnailNavigatorOptions: { $Class: $JssorThumbnailNavigator$, $Cols: 9, $SpacingX: 3, $SpacingY: 3, $Align: 260 } }; var jssor_1_slider = new $JssorSlider$("jssor_1", jssor_1_options); //responsive code begin //you can remove responsive code if you don't want the slider scales while window resizes function ScaleSlider() { var refSize = jssor_1_slider.$Elmt.parentNode.clientWidth; if (refSize) { refSize = Math.min(refSize, 600); jssor_1_slider.$ScaleWidth(refSize); } else { window.setTimeout(ScaleSlider, 30); } } ScaleSlider(); $(window).bind("load", ScaleSlider); $(window).bind("resize", ScaleSlider); $(window).bind("orientationchange", ScaleSlider); //responsive code end }); </script> <style> /* jssor slider arrow navigator skin 02 css */ /* .jssora02l (normal) .jssora02r (normal) .jssora02l:hover (normal mouseover) .jssora02r:hover (normal mouseover) .jssora02l.jssora02ldn (mousedown) .jssora02r.jssora02rdn (mousedown) */ .jssora02l, .jssora02r { display: block; position: absolute; /* size of arrow element */ width: 55px; height: 55px; cursor: pointer; background: url('img/a02.png') no-repeat; overflow: hidden; } .jssora02l { background-position: -3px -33px; } .jssora02r { background-position: -63px -33px; } .jssora02l:hover { background-position: -123px -33px; } .jssora02r:hover { background-position: -183px -33px; } .jssora02l.jssora02ldn { background-position: -3px -33px; } .jssora02r.jssora02rdn { background-position: -63px -33px; } /* jssor slider thumbnail navigator skin 03 css */ /* .jssort03 .p (normal) .jssort03 .p:hover (normal mouseover) .jssort03 .pav (active) .jssort03 .pdn (mousedown) */ .jssort03 .p { position: absolute; top: 0; left: 0; width: 62px; height: 32px; } .jssort03 .t { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } .jssort03 .w, .jssort03 .pav:hover .w { position: absolute; width: 60px; height: 30px; border: white 1px dashed; box-sizing: content-box; } .jssort03 .pdn .w, .jssort03 .pav .w { border-style: solid; } .jssort03 .c { position: absolute; top: 0; left: 0; width: 62px; height: 32px; background-color: #000; filter: alpha(opacity=45); opacity: .45; transition: opacity .6s; -moz-transition: opacity .6s; -webkit-transition: opacity .6s; -o-transition: opacity .6s; } .jssort03 .p:hover .c, .jssort03 .pav .c { filter: alpha(opacity=0); opacity: 0; } .jssort03 .p:hover .c { transition: none; -moz-transition: none; -webkit-transition: none; -o-transition: none; } </style> </head> <body> <?php require_once("lib/header.php"); ?> <div id="jssor_1" style="position: relative; background-color:#FFFFFF; margin: 0 auto; top: 0px; left: 0px; width:1070px; height: 470px; overflow: hidden; visibility: hidden;"> <!-- Loading Screen --> <div data-u="loading" style="position: absolute; top: 0px; left: 0px;"> <div style="filter: alpha(opacity=70); opacity: 0.7; position: absolute; display: block; top: 0px; left: 0px; width: 100%; height: 100%;"></div> <div style="position:absolute;display:block;background:url('img/loading.gif') no-repeat center center;top:0px;left:0px;width:100%;height:100%;"></div> </div> <div data-u="slides" style="cursor: default; position: relative; top: 0px; left: 0px; width: 1070px; height: 470px; overflow: hidden;"> <?php $images_data = array(); $images_data = $db->get_all_slideshow_images(); if(!empty($images_data)) { $count = 0; foreach($images_data as $image) { $current_img_id = $images_data[$count]['id']; $slide_image = $images_data[$count]['img_name']; ?> <div data-p="112.50" style="display: none;"> <img data-u="image" src="slideshow-images/<?php echo $slide_image; ?>" /> <img data-u="thumb" src="slideshow-images/<?php echo $slide_image; ?>" /> </div> <?php $count++; } } else { ?> <div data-p="112.50" style="display: none;"> <img data-u="image" src="/images/slide-images.png" /> <img data-u="thumb" src="/images/slide-images.png" /> </div> <?php } ?> </div> <!-- Thumbnail Navigator --> <div u="thumbnavigator" class="jssort03" style="position:absolute;left:0px;bottom:0px;width:600px;height:60px;" data-autocenter="1"> <div style="position: absolute; top: 0; left: 0; width: 100%; height:100%; background-color: #000; filter:alpha(opacity=30.0); opacity:0.3;"></div> <!-- Thumbnail Item Skin Begin --> <div u="slides" style="cursor: default;"> <div u="prototype" class="p"> <div class="w"> <div u="thumbnailtemplate" class="t"></div> </div> <div class="c"></div> </div> </div> <!-- Thumbnail Item Skin End --> </div> <!-- Arrow Navigator --> <span data-u="arrowleft" class="jssora02l" style="top:123px;left:8px;width:55px;height:55px;" data-autocenter="2"></span> <span data-u="arrowright" class="jssora02r" style="top:123px;right:8px;width:55px;height:55px;" data-autocenter="2"></span> </div> <div name="tab_container" > <div class="main_container" style="min-height:610px;"> <div class="page_highlighter">Home</div> <div style="display:flex;"> <?php require_once("highlights.php"); ?> <div class="data_container" style="margin-top:16px; padding-top:0px;"> <?php require_once("news-feed.php"); ?> <div class="info-section"> <!-- * १९ फेब्रुवारी २०१७ रोजी घेण्यात आलेल्या ए. टी. एस. प्रज्ञाशोध परीक्षेचा सुधारित निकाल दिनांक २५ एप्रिल २०१७ रोजी आमच्या वेबसाईटवर प्रसिद्ध करण्यात आला आहे.<br /><br />br /><br />--> <?php $fees_data = array(); $fees_data = $db->get_all_main_page_info(); if(!empty($fees_data)) { $count = 0; foreach($fees_data as $data) { $id = $fees_data[$count][0]; $info = $fees_data[$count][1]; $date = $fees_data[$count][2]; $time = $fees_data[$count][3]; ?> * <?php echo $info; ?> <br /><br /> <?php $count++; } } else { ?> <center> <img data-u="image" src="images/comingsoon.png" height="500" style="padding:5px; border:0px solid #DFDFDF;" /></center> <?php } ?> </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