Revonzy Mini Shell

Revonzy Mini Shell

Şuanki Dizin: /home/wwwdreamtechnolo/public_html/uesmahilamahavidyalaya.org/old/admin/
Dosya Yükle :
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/uesmahilamahavidyalaya.org/old/admin/library-staff.php

<?php 
require_once('../lib/functions.php');

$db		=	new login_function();
	
if(isset($_SESSION['current_login_admin']))
{
	$current_login_admin	=	$_SESSION['current_login_admin'];
}
if(!isset($_SESSION['current_login_admin']))
{	
	header("location:index.php");
}
$page_id 		= 	"3";
$success_flag	=	0;
$title			=	"";
$content		=	"";

if(isset($_POST['add_btn']))
{	
	 $title = $_POST['title'];
	 $content = $_POST['php_post_text'];
	
	$db_id=$db->get_title_id($page_id);
	if($db_id=="")
	{
		$db->insert_home_contents($title,$content,$page_id);
		$success_flag	=	1;
	}
	else
	{
		
		$db->update_home_contents($title,$content,$db_id);
		$success_flag	=	2;
	}
}
	$home_data	=	array();
	$home_data	=	$db->get_library_details($page_id);
	
	if(!empty($home_data))
	{
		$title		=	$home_data[0];
		$content 	= $home_data[1];
	}			
?>



<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width initial-scale=1.0">
    <title><?php echo $project_title; ?></title>
    <!-- GLOBAL MAINLY STYLES-->
    <link href="css/bootstrap.min.css" rel="stylesheet" />
    <link href="css/font-awesome.min.css" rel="stylesheet" />
    <link href="css/line-awesome.min.css" rel="stylesheet" />
    <link href="css/themify-icons.css" rel="stylesheet" />
    <link href="css/animate.min.css" rel="stylesheet" />
    <link href="css/toastr.min.css" rel="stylesheet" />
    <link href="css/bootstrap-select.min.css" rel="stylesheet" />
	<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
  
    <!-- PLUGINS STYLES-->
    <!-- THEME STYLES-->
    <link href="css/main.min.css" rel="stylesheet" />
	 <link href="datatable/datatables.min.css" rel="stylesheet" />
    <!-- PAGE LEVEL STYLES-->
<style>
.col-md-12
{
	width:100%;
	margin:auto;
	margin-top:20px;
}
table,th,td
{
	text-align:center;
}
@media only screen and (max-width: 600px) {
	.col-md-12
	{
		width:100%;
	}
	.alert
	{
		width:100%;
	}
	.side-row
	{
		width:49%;
		display:inline-table;
	}
}

</style>

<link href="css/animate.css" rel="stylesheet" type="text/css" media="all">
<script src="js/wow.min.js"></script>
</head>

<body class="fixed-navbar">
<div class="page-wrapper">
<?php include('header.php'); ?>
<?php include('side-bar.php'); ?>
<div class="content-wrapper">
<div class="row">
<div class="col-md-12">
<?php 
if($success_flag == 1)
{
?>
<div class="alert alert-pink">
<span class="alert-link">Successfully ! </span> Record Added...
</div>	
<?php 
} 
if($success_flag == 2)
{
?>
<div class="alert alert-pink">
<span class="alert-link">Successfully ! </span> Record Updated .........
</div>	
<?php 
} 
?>

<div class="ibox">

<form class="form-pink" method="post" action="<?php echo $_SERVER['PHP_SELF']?>" name="myForm" onsubmit="return validateForm()" autocomplete="off" enctype="multipart/form-data">

<div class="ibox-head">
<div class="ibox-title"><i class="fas fa-list" style="margin-right:20px;"></i>Library Staff</div>
</div>
<div class="ibox-body">
<div class="row">
<div class="col-sm-12 form-group mb-12">
<label class="form-group mb-4 set-row"><b>Enter Title</b></label>
<div class="input-group-icon input-group-icon-left  set-row">
<input class="form-control form-control-air" placeholder="Enter Title" name="title" type="text" value="<?php echo $title; ?>"  required>
</div>
</div>
<div class="col-sm-12 form-group mb-12">
<label class="form-group mb-4 set-row"><b>Description</b></label>
<div class="input-group-icon input-group-icon-left  set-row">
 <textarea id="php_post_text" name="php_post_text" placeholder="Add Description" class="form-control" style="height:200px;"> <?php echo $content; ?></textarea>
</div>
</div>

<div class="col-sm-12 form-group mb-12">
<br />
<center><button class="btn btn-pink btn-air mr-2" type="submit" name="add_btn">ADD RECORD</button></center>
</div>

</div>
</div>

</form>
</div>

</div>
</div>
<?php include('footer.php'); ?>
</div>
    </div>
    <?php include('search.php'); ?>
    <!-- END SEARCH PANEL-->
    <!-- BEGIN THEME CONFIG PANEL-->
    
    <!-- END THEME CONFIG PANEL-->
    <!-- BEGIN PAGA BACKDROPS-->
    <div class="sidenav-backdrop backdrop"></div>
    <div class="preloader-backdrop">
        <div class="page-preloader">Loading</div>
    </div>
    <!-- END PAGA BACKDROPS-->
    <!-- New question dialog-->
    
    <!-- End New question dialog-->
    <!-- QUICK SIDEBAR-->
    <?php include('right-side-bar.php'); ?>
    <script src="js/jquery.min.js"></script>
    <script src="js/popper.min.js"></script>
    <script src="js/bootstrap.min.js"></script>
    <script src="js/metisMenu.min.js"></script>
    <script src="js/jquery.slimscroll.min.js"></script>
    <script src="js/idle-timer.min.js"></script>
    <script src="js/toastr.min.js"></script>
    <script src="js/jquery.validate.min.js"></script>
    <script src="js/bootstrap-select.min.js"></script>
    <!-- PAGE LEVEL PLUGINS-->
    <!-- CORE SCRIPTS-->
	<script src="datatable/datatables.min.js"></script>
    <script src="js/app.min.js"></script>
	<script type="text/javascript" src="http://js.nicedit.com/nicEdit-latest.js"></script> <script type="text/javascript">
//<![CDATA[
        bkLib.onDomLoaded(function() { nicEditors.allTextAreas() });
  //]]>
  </script>
	<script>
  $(function() {
            $('#example').DataTable({
                pageLength: 30,
                fixedHeader: true,
                responsive: true,
                "sDom": 'rtip',
                columnDefs: [{
                    targets: 'no-sort',
                    orderable: false
                }]
            });

            var table = $('#example').DataTable();
            $('#key-search').on('keyup', function() {
                table.search(this.value).draw();
            });
          
        });
</script>
	
    <!-- PAGE LEVEL SCRIPTS-->
</body>

</html>

EliteHackz.ORG
Revonzy Mini Shell
root@revonzy.com

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