-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
06cc2ff
commit 93a70af
Showing
3 changed files
with
133 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?php | ||
require('../inc/db_config.php'); | ||
require('../inc/essentials.php'); | ||
adminlogin(); | ||
|
||
if(isset($_POST['get_general'])){ | ||
|
||
$q = "SELECT * FROM `settings` WHERE `sr_no`=?"; | ||
$values = [1]; | ||
$res = select($q,$values,"i"); | ||
|
||
$data = mysqli_fetch_assoc($res); | ||
$json_data = json_encode($data); | ||
|
||
echo $json_data; | ||
} | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,87 +14,13 @@ | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script> | ||
|
||
<style> | ||
#dashboard-bar{ | ||
position: fixed; | ||
height:100%; | ||
} | ||
.custom-btn{ | ||
background-color: teal; | ||
color:white; | ||
} | ||
.custom-btn:hover{ | ||
background-color:teal; | ||
opacity: 70%; | ||
} | ||
@media screen and (max-width:990px) { | ||
#dashboard-bar{ | ||
height: auto; | ||
width:100%; | ||
} | ||
#main-content{ | ||
margin-top: 60px; | ||
} | ||
} | ||
</style> | ||
</head> | ||
<body class="bg-light"> | ||
|
||
<?php require('inc/header.php')?> | ||
|
||
|
||
<div class="container-fluid" id="main-content"> | ||
<div class="row"> | ||
<div class="col-lg-10 ms-auto p-4 overflow-hidden"> | ||
<h3 class="mb-4">SETTINGS</h3> | ||
<!-- general setting --> | ||
<div class="card" > | ||
<div class="card-body"> | ||
<div class="d-flex justify-content-between align-items-center"> | ||
<h5 class="card-title mb-3">General settings</h5> | ||
<!-- Button trigger modal --> | ||
<button type="button" class="btn btn-dark" data-toggle="modal" data-target="#exampleModal"> | ||
<i class="fa-solid fa-pen-to-square"></i> Edit | ||
</button> | ||
|
||
<!-- Modal --> | ||
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> | ||
<div class="modal-dialog" role="document"> | ||
<form> | ||
<div class="modal-content"> | ||
<div class="modal-header"> | ||
<h5 class="modal-title" id="exampleModalLabel">General Setting</h5> | ||
|
||
</div> | ||
<div class="modal-body"> | ||
<div class="mb-3"> | ||
<label class="form-label">Site Title</label> | ||
<input type="text" name="site_title" class="form-control shadow-none"> | ||
</div> | ||
<div class="mb-3"> | ||
<label class="form-label">Address</label> | ||
<textarea name="site_about" rows="6" class="form-control shadow-none"></textarea> | ||
</div> | ||
</div> | ||
<div class="modal-footer"> | ||
<button type="button" class="btn text-secondary" data-dismiss="modal">Cancel</button> | ||
<button type="button" class="btn custom-btn shadow-none">Submit</button> | ||
</div> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<h6 class="card-subtitle mb-1 fw-bold">Site title</h6> | ||
<p class="card-text">content.</p> | ||
<h6 class="card-subtitle mb-1 fw-bold">About Us</h6> | ||
<p class="card-text">content.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<?php require('inc/scripts.php') ?> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,126 @@ | ||
<?php | ||
require('inc/essentials.php'); | ||
adminlogin(); | ||
?> | ||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Admin Panel - settings</title> | ||
<?php require('inc/links.php')?> | ||
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script> | ||
|
||
<style> | ||
#dashboard-bar{ | ||
position: fixed; | ||
height:100%; | ||
} | ||
.custom-btn{ | ||
background-color: teal; | ||
color:white; | ||
} | ||
.custom-btn:hover{ | ||
background-color:teal; | ||
opacity: 70%; | ||
} | ||
@media screen and (max-width:990px) { | ||
#dashboard-bar{ | ||
height: auto; | ||
width:100%; | ||
} | ||
#main-content{ | ||
margin-top: 60px; | ||
} | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
|
||
<?php require('inc/header.php')?> | ||
|
||
<div class="container-fluid" id="main-content"> | ||
<div class="row"> | ||
<div class="col-lg-10 ms-auto p-4 overflow-hidden"> | ||
<h3 class="mb-4">SETTINGS</h3> | ||
<!-- general setting --> | ||
<div class="card" > | ||
<div class="card-body"> | ||
<div class="d-flex justify-content-between align-items-center"> | ||
<h5 class="card-title mb-3">General settings</h5> | ||
<!-- Button trigger modal --> | ||
<button type="button" class="btn btn-dark" data-toggle="modal" data-target="#exampleModal"> | ||
<i class="fa-solid fa-pen-to-square"></i> Edit | ||
</button> | ||
|
||
<!-- Modal --> | ||
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> | ||
<div class="modal-dialog" role="document"> | ||
<form> | ||
<div class="modal-content"> | ||
<div class="modal-header"> | ||
<h5 class="modal-title" id="exampleModalLabel">General Setting</h5> | ||
|
||
</div> | ||
<div class="modal-body"> | ||
<div class="mb-3"> | ||
<label class="form-label">Site Title</label> | ||
<input type="text" name="site_title" class="form-control shadow-none"> | ||
</div> | ||
<div class="mb-3"> | ||
<label class="form-label">Address</label> | ||
<textarea name="site_about " rows="6" class="form-control shadow-none"></textarea> | ||
</div> | ||
</div> | ||
<div class="modal-footer"> | ||
<button type="button" class="btn text-secondary" data-dismiss="modal">Cancel</button> | ||
<button type="button" class="btn custom-btn shadow-none">Submit</button> | ||
</div> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<h6 class="card-subtitle mb-1 fw-bold">Site title</h6> | ||
<p class="card-text">content.</p> | ||
<h6 class="card-subtitle mb-1 fw-bold">About Us</h6> | ||
<p class="card-text">content.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
<?php require('inc/scripts.php') ?> | ||
<script> | ||
let general_data; | ||
|
||
function get_general(){ | ||
|
||
let site_title; | ||
let site_about; | ||
|
||
let xhr = new XMLHttpRequest(); | ||
xhr.open("POST","ajax/settings_crud.php",true); | ||
xhr.setRequestHeader('Content-Type','application/x-www-form-urlencoded'); | ||
|
||
xhr.onload =function(){ | ||
general_data = this.responseText; | ||
console.log(general_data); | ||
} | ||
|
||
xhr.send('get-general'); | ||
} | ||
|
||
window.onload = function(){ | ||
get_general(); | ||
} | ||
</script> | ||
</body> | ||
</html> |