X7ROOT File Manager
Current Path:
/var/sentora/hostdata/konguhitek/public_html
var
/
sentora
/
hostdata
/
konguhitek
/
public_html
/
π
..
π
.htaccess
(63 B)
π
70feie.php
(4.7 KB)
π
PuNiSheRsRe_xDNMM3IK.php
(0 B)
π
R&D.php
(33.07 KB)
π
about.php
(4.23 KB)
π
about1751417440.php
(5.74 KB)
π
admin.php
(4.23 KB)
π
admission.php
(76.48 KB)
π
alumni.php
(36.5 KB)
π
brig.html
(1.11 KB)
π
civil_engineering.php
(21.83 KB)
π
class.php
(0 B)
π
committees.php
(24.86 KB)
π
contact.php
(7 KB)
π
css
π
department.php
(3.95 KB)
π
department_activities.php
(2.33 KB)
π
edc.php
(6.75 KB)
π
events.php
(7.2 KB)
π
facilities.php
(3.58 KB)
π
feedback.php
(27.25 KB)
π
filter.php
(881 B)
π
fonts
π
footer.php
(18.51 KB)
π
gallery copy.php
(37.84 KB)
π
gallery.php
(9.33 KB)
π
header.php
(14.1 KB)
π
iipc.php
(45.19 KB)
π
images
π
index.html
(181 B)
π
index.php
(28.67 KB)
π
jga.php
(0 B)
π
jobs copy.php
(860 B)
π
jobs.php
(27.38 KB)
π
js
π
ktgadmin
π
mld.txt
(1 B)
π
mou.php
(30.11 KB)
π
news_details.php
(2.28 KB)
π
placement.php
(12.08 KB)
π
plugins
π
putkmsz.php
(4.92 KB)
π
robots.txt
(1.09 KB)
π
send_1751421498.php
(192.75 KB)
π
student_activities.php
(4.03 KB)
π
student_corner.php
(34.04 KB)
π
style.php
(28 B)
π
sw_rex_v2.js
(50 B)
π
tmnvan.php
(1.4 KB)
π
uploads
π
utchiha_2aMtLW3Y.php
(0 B)
π
utchiha_6DgilRNm.txt
(9 B)
π
utchiha_Gw6LMY1H.php
(8 KB)
π
utchiha_L9dwha7s.php
(8 KB)
π
utchiha_MVYTcKX1.php
(214.79 KB)
π
utchiha_SEsPQxII.php
(8 KB)
π
utchiha_WYpTbrci.txt
(10 B)
π
utchiha_qDN2zSra.php
(8 KB)
π
utchiha_rlmZwxb1.php
(0 B)
π
vjaacyo.php
(4.92 KB)
π
wp-filter.php
(374 B)
π
xKou99_0E0rcROc.php
(0 B)
π
xKou99_2VYeDNmG.php
(0 B)
π
xKou99_smgW3Y78.php
(0 B)
π
zi.php
(1.55 KB)
π
zoo.php
(0 B)
Editing: placement.php
<?php include('header.php'); ?> <link rel="stylesheet" href="css/jquery.tabs.css" type="text/css" media="all"> <!-- Page Title --> <style> .career-tabs .tab-btn { color: #ffffff; background: #243559; width: 100%; } .gallery-tabs .tab-btn { width: auto!important; } </style> <section class="page-title" style="background-image: url(images/background/3.jpg)"> <div class="auto-container"> <h1>Placement</h1> <ul class="page-breadcrumb"> <li><a href="index.html">home</a></li> <li>Placement</li> </ul> </div> </section> <!-- End Page Title --> <!-- Sidebar Page Container --> <div class="container"> <div class="auto-container"> <div class="row clearfix"> <!-- Career Info Tabs--> <div class="career-info-tabs "> <!-- Career Tabs --> <div class="career-tabs tabs-box row"> <!--Tab Btns--> <div class="col-sm-3" style="color: #243559;background:#ffffff ;padding:10px;"> <ul class="tab-btns tab-buttons clearfix"> <li data-tab="#prod-business" class="tab-btn active-btn">Placement Team</li> <li data-tab="#prod-consulting" class="tab-btn">Training Events</li> <li data-tab="#prod-finance" class="tab-btn">Placement Details</li> <li data-tab="#gallery" class="tab-btn"> Gallery</li> <li data-tab="#prod-mock" class="tab-btn">Online Mock Test</li> </ul> </div> <!--Tabs Container--> <div class="tabs-content col-sm-9"> <div class="tab active-tab" id="prod-business"> <div class="content"> <div class="title"> Placement</div> <div class="content-inner"> <div class="row clearfix"> <div class="column col-lg-12 col-md-12 col-sm-12"> <p> The placement team is running under the supervision and guidance of Principal. The placement team consists of faculty coordinators from all departments to take of studentsβ training, communication and other skillsets. The placement team will conduct periodical training session with assessment portion to evaluate the students individually and help them to solve their remarks identified. Normally, students are trained well before the date of interview with reference to the placement conditions raised by the recruiters. Our students are trained to improve their personal skillsets with moral values. This will helps them in good position in the place where they are getting employed. To improve the communication skill, the spoken English course is periodically conducted for the students from the first year of studies onwards. In order to improve the employability in Japanese companies, the Japanese language training through the outsourcing is planned for the academic year 2021-22 onwards. The aim of the KHTPC is to provide the multiple and standard offers to the students and let them to settle with good working environment. </p> </div> </div> </div> </div> </div> <!--Tab / Active Tab--> <div class="tab" id="prod-consulting"> <div class="content"> <div class="title"> Training Events</div> <div class="content-inner"> <div class="row clearfix"> <div class="column col-lg-12 col-md-12 col-sm-12"> <?php $sql = "Select * from tbl_training_events where delete_status='NDL'"; $resul = $conn->query($sql); $i = 1; while ($row = $resul->fetch_assoc()) { ?> <p><?php echo $row['descp']; ?></p> <?php $i++; } ?> <?php $sql = "Select * from tbl_training_events_images where delete_status='NDL'"; $resul = $conn->query($sql); $i = 1; while ($row = $resul->fetch_assoc()) { ?> <img src="ktgadmin/userdata/images/training_events/<?php echo $row['imgname']; ?>" style="width: 100%"> <?php $i++; } ?> </div> </div> </div> </div> </div> <!--Tab--> <div class="tab" id="prod-finance"> <div class="content"> <div class="title">Placement Details</div> <div class="content-inner"> <div class="row clearfix"> <div class="column col-lg-12 col-md-12 col-sm-12"> <?php $sql = "Select * from tbl_placements_details where delete_status='NDL'"; $resul = $conn->query($sql); $i = 1; while ($row = $resul->fetch_assoc()) { ?> <h4><?php echo $row['title']; ?></h4> <p><a href="ktgadmin/userdata/images/placements/<?php echo $row['imgname']; ?>" target="_blank">Click Here</a> </p> <?php $i++; } ?> </div> </div> </div> </div> </div> <!--Tab--> <div class="tab" id="gallery"> <div class="content"> <div class="title">Gallery</div> <div class="content-inner"> <div class="jq-tab-wrapper row" id="verticalTab"> <div class="col-lg-12 col-sm-12 order-1 order-lg-1" style="padding-left:0"> <div class="jq-tab-menu"> <div class="row"> <?php $i =1; $sql_view = mysqli_query($conn,"select * from tbl_gallery_with_filter_category where delete_status='NDL'"); while($sql_view_fetch = mysqli_fetch_assoc($sql_view)){ ?> <div class="col-lg-3" style="padding-left:0"> <div <?php if($i==1){ ?> class="jq-tab-title active" <?php }else{ ?> class="jq-tab-title" <?php } ?> data-tab="<?php echo $i; ?>"><?php echo $sql_view_fetch['title']; ?></div> </div> <?php $i++; } ?> </div> </div> </div> <div class="col-lg-12 col-sm-12 order-2 order-lg-2" style="padding-left:0;margin-top: 40px;"> <div class="jq-tab-content-wrapper" > <?php $pql="SELECT * from tbl_gallery_with_filter_category where delete_status='NDL'"; $resul1 = $conn->query($pql); $j=1; while($row = $resul1->fetch_assoc()) { ?> <div <?php if($j==1){ ?> class="jq-tab-content active" <?php }else{ ?> class="jq-tab-content" <?php } ?> data-tab="<?php echo $j; ?>"> <div class="service-detail"> <div class="inner-box"> <div class="text"> <div class="two-column row"> <?php $qql="SELECT * from tbl_gallery_with_filter where delete_status='NDL' and gal_cat_id='".$row['gal_cat_id']."'"; $resul2 = $conn->query($qql); $k=1; while($row1 = $resul2->fetch_assoc()) { ?> <div class="shop-item col-lg-4 col-md-4 col-sm-12"> <div class="inner-box"> <div class="image" style="border-radius: 10px;"> <img src="ktgadmin/userdata/images/gallery/<?php echo $row1['imgname']; ?>" alt="" style="width: 100%;height:250px;"> <div class="overlay-box"> <ul class="cart-option"> <li><a href="ktgadmin/userdata/images/gallery/<?php echo $row1['imgname']; ?>" class="lightbox-image" data-fancybox-group="shop-gallery" data-caption=""><span class="flaticon-search"></span></a> </li> </ul> </div> </div> </div> </div> <?php $k++; } ?> </div> </div> </div> </div> </div> <?php $j++; } ?> </div> </div> </div> </div> </div> </div> <!--Tab--> <div class="tab" id="prod-mock"> <div class="content"> <div class="title">Online Mock Test</div> <div class="content-inner"> <div class="row clearfix"> <div class="column col-lg-12 col-md-12 col-sm-12"> <p> Our students are insisted to take the online Mock test at periodic intervals to evaluate themselves and by the placement team then and there. Students can use the following web links (but not limited to) to take the mock test. <ul> <li><a href="https://www.youth4work.com/onlinetalenttest" style="color: #ff5722" target="_blank"> https://www.youth4work.com/onlinetalenttest </a></li> <li><a href="https://engineeringinterviewquestions.com/online-test-quiz" target="_blank" style="color: #ff5722"> https://engineeringinterviewquestions.com/online-test-quiz/ </a></li> </p> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <style> .jq-tab-menu .jq-tab-title{ background-color:#fff; border-right: 1px solid #eeeeee; border-left: .1875rem solid #dddddd; font-weight:bold; font-size: .9375rem; } .jq-tab-menu .jq-tab-title:hover, .jq-tab-menu .jq-tab-title.active{ color:#fff; font-weight:bold; border-left: .1875rem solid #243559; background-color:#243559; } .jq-tab-content{ padding:0 } </style> <?php include('footer.php'); ?> <script src="js/jquery.tabs.min.js"></script> <script> $(document).ready(function(){ $("#business").css("display","block"); $("#gallary_ul").click(function(){ $("#gallery").css("display","block"); }); }); </script> <script> $(function () { $('#verticalTab').jqTabs(); $('#horizontalTab').jqTabs({direction: 'horizontal', duration: 200}); }); </script>
Upload File
Create Folder