-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadmin.php
More file actions
251 lines (231 loc) · 13.7 KB
/
admin.php
File metadata and controls
251 lines (231 loc) · 13.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
<!DOCTYPE HTML>
<html>
<head>
<title>Admin Page</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<script type="text/javascript" src ="js/index.js"></script>
</head>
<body class="subpage">
<!-- Header -->
<header id="header">
<div class="logo"><a href="index.php">Powered <span>By Zone x 24</span></a></div>
<a href="#menu">Menu</a>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.php">Home</a></li>
<li><a href="ellaSriLanka.php">ella Srilanka</a></li>
<li><a href="Anuradhapura.php">anuradhapura</a></li>
<li><a href="galleSriLanka.php">galle srilanka</a></li>
<li><a href="udawalaweSrilanka.php">udawalawe srilanka</a></li>
<li><a href="#">Log Out</a></li>
</ul>
</nav>
<!-- Banner -->
<section class="banner half">
<article>
<img src="images/galle.jpg" alt="" />
<div class="inner">
<header>
<p></p>
<h3 style="font-size: 30px">Welcome to Adminstrative Page !!</h3>
</header>
</div>
</article>
</section>
<!-- Main -->
<div id="main" class="container">
<!-- Elements -->
<h2 id="elements" style="color: black; " >Ella - Sri Lanka</h2>
<div class="row 200%">
<div class="6u 12u$(medium)">
<!-- Text stuff -->
<p style="color: black">Enter the ID to View Comment</p>
<div class="id23" style="display: inline" >
<form action="controller/Admincontrol.php" method = "post">
<input type="text" name ="ella_id">
<input style="background-color: green; color:white;width:100%; margin-top: 20px; alignment: center; float: right; height: 40px; font-size: 10px;" type ="submit" name="submit" value="View comment"/>
</form>
</div>
<div id="id12324" style="margin-top: 100px;">
<form action=""method="post">
<p style="margin-top: 10px; margin-bottom:0px;">Comment</p>
<textarea rows="4" cols="50" name ="comment"></textarea>
<h1 style="padding-top: 10px; padding-bottom: 2px;">Name</h1>
<input type="text" id="text1" name ="name">
<h1 style=" padding-top: 10px; padding-bottom: 2px; " name ="email">Email</h1>
<input type="text" id="email" name ="email">
<h1 style="padding-top: 10px; padding-bottom: 2px;">WebSite</h1>
<input type="text" id="website" name ="website">
<div style="display: inline">
<input style="background-color: green; color:white;width: 150px alignment: center; margin-top: 20px; float: left" type ="submit" name="submit" value="Update comment"/>
<input style="background-color: red; alignment: center; margin-top: 20px; float: right" type ="submit" name="submit" value="DELETE COMMENT"/>
</div>
</form>
</div>
<br/>
<br/>
<hr />
<hr />
<header>
<h2>Welcome Admin</h2>
<p>Lorem ipsum dolor sit amet nullam id egestas urna aliquam</p>
</header>
<p>Nunc lacinia ante nunc ac lobortis. Interdum adipiscing gravida odio porttitor sem non mi integer non faucibus ornare mi ut ante amet placerat aliquet. Volutpat eu sed ante lacinia sapien lorem accumsan varius montes viverra nibh in adipiscing blandit tempus accumsan.</p>
<div class="element" style="margin-top: 100px;">
<!-- Text stuff -->
<h2 id="elements" style="color: black; " >Galle - Sri Lanka</h2>
<p style="color: black">Enter the ID to View Comment</p>
<div class="id23" style="display: inline" >
<input type="text" id="website" name ="website" style="height: 25px; width: 150px; float: left; margin-top: 15px;">
<input style="background-color: green; color:white;width:100px alignment: center; margin-top: 5px; float: right; height: 40px; font-size: 10px; margin-left: -5px;" type ="submit" name="submit" value="View comment"/>
</div>
<div id="id12324" style="margin-top: 100px;">
<form action=""method="post">
<p style="margin-top: 10px; margin-bottom:0px;">Comment</p>
<textarea rows="4" cols="50" name ="comment"></textarea>
<h1 style="padding-top: 10px; padding-bottom: 2px;">Name</h1>
<input type="text" id="text1" name ="name">
<h1 style=" padding-top: 10px; padding-bottom: 2px; " name ="email">Email</h1>
<input type="text" id="email" name ="email">
<h1 style="padding-top: 10px; padding-bottom: 2px;">WebSite</h1>
<input type="text" id="website" name ="website">
<div style="display: inline">
<input style="background-color: green; color:white;width: 150px alignment: center; margin-top: 20px; float: left" type ="submit" name="submit" value="Update comment"/>
<input style="background-color: red; alignment: center; margin-top: 20px; float: right" type ="submit" name="submit" value="DELETE COMMENT"/>
</div>
</form>
</div>
<hr />
<br/>
<hr />
<hr />
</div>
<!-- correct -->
<h2 id="elements" style="color: black; margin-right: 300px;"> Anuradhapura</h2>
<p style="color: black">Enter the ID to View Comment</p>
<div class="id23" style="display: inline" >
<input type="text" id="website" name ="website" style="height: 25px; width: 150px; float: left; margin-top: 15px;">
<input style="background-color: green; color:white;width:100px alignment: center; margin-top: 5px; float: right; height: 40px; font-size: 10px; margin-left: -5px;" type ="submit" name="submit" value="View comment"/>
</div>
<div id="id12324" style="margin-top: 100px;">
<form action=""method="post">
<p style="margin-top: 10px; margin-bottom:0px;">Comment</p>
<textarea rows="4" cols="50" name ="comment"></textarea>
<h1 style="padding-top: 10px; padding-bottom: 2px;">Name</h1>
<input type="text" id="text1" name ="name">
<h1 style=" padding-top: 10px; padding-bottom: 2px; " name ="email">Email</h1>
<input type="text" id="email" name ="email">
<h1 style="padding-top: 10px; padding-bottom: 2px;">WebSite</h1>
<input type="text" id="website" name ="website">
<div style="display: inline">
<input style="background-color: green; color:white;width: 150px alignment: center; margin-top: 20px; float: left" type ="submit" name="submit" value="Update comment"/>
<input style="background-color: red; alignment: center; margin-top: 20px; float: right" type ="submit" name="submit" value="DELETE COMMENT"/>
</div>
</form>
</div>
<br/>
<!-- <p style="color: black">Enter the ID of the comment you want to delete</p>-->
<!-- <input type="text" id="website" name ="website" style="height: 25px; width: 150px">-->
<!-- <input style="background-color: red; alignment: center; margin-top: 20px;" type ="submit" name="submit" value="DELETE COMMENT"/>-->
<hr />
<hr />
</div>
<div class="6u$ 12u$(medium)">
<!-- Image -->
<h3 style="color: #002a80">Beautiful Places </h3>
<span class="image fit"><img src="images/udawalawe.jpg" alt="" /></span>
<div class="box alt">
<div class="row 50% uniform">
<div class="4u"><span class="image fit"><img src="images/elephants1.jpg" alt="" /></span></div>
<div class="4u"><span class="image fit"><img src="images/ele2.jpg" alt="" /></span></div>
<div class="4u$"><span class="image fit"><img src="images/galle5.jpg" alt="" /></span></div>
<!-- Break -->
<div class="4u"><span class="image fit"><img src="images/deer1.jpg" alt="" /></span></div>
<div class="4u"><span class="image fit"><img src="images/galle6.jpg" alt="" /></span></div>
<div class="4u$"><span class="image fit"><img src="images/haggala.jpg" alt="" /></span></div>
<!-- Break -->
<div class="4u"><span class="image fit"><img src="images/anuradhapura.jpg" alt="" /></span></div>
<div class="4u"><span class="image fit"><img src="images/miriisa.jpg" alt="" /></span></div>
<div class="4u$"><span class="image fit"><img src="images/kandy.jpg" alt="" /></span></div>
</div>
</div>
<div class="element" style="margin-top: 100px;">
<!-- Text stuff -->
<h2 id="elements" style="color: black; " >Udawalawe Sri Lanka</h2>
<p style="color: black">Enter the ID to View Comment</p>
<div class="id23" style="display: inline" >
<input type="text" id="website" name ="website" style="height: 25px; width: 150px; float: left; margin-top: 15px;">
<input style="background-color: green; color:white;width:100px alignment: center; margin-top: 5px; float: right; height: 40px; font-size: 10px; margin-left: -5px;" type ="submit" name="submit" value="View comment"/>
</div>
<div id="id12324" style="margin-top: 100px;">
<form action=""method="post">
<p style="margin-top: 10px; margin-bottom:0px;">Comment</p>
<textarea rows="4" cols="50" name ="comment"></textarea>
<h1 style="padding-top: 10px; padding-bottom: 2px;">Name</h1>
<input type="text" id="text1" name ="name">
<h1 style=" padding-top: 10px; padding-bottom: 2px; " name ="email">Email</h1>
<input type="text" id="email" name ="email">
<h1 style="padding-top: 10px; padding-bottom: 2px;">WebSite</h1>
<input type="text" id="website" name ="website">
<div style="display: inline">
<input style="background-color: green; color:white;width: 150px alignment: center; margin-top: 20px; float: left" type ="submit" name="submit" value="Update comment"/>
<input style="background-color: red; alignment: center; margin-top: 20px; float: right" type ="submit" name="submit" value="DELETE COMMENT"/>
</div>
</form>
</div>
<br/>
<hr />
<hr />
</div>
<!-- Box -->
<h3>Box</h3>
<div class="box">
<p>Felis sagittis eget tempus primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Magna sed etiam ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus lorem ipsum dolor sit amet nullam.</p>
</div>
<!-- Preformatted Code -->
</div>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="content">
<section>
<h3>Sri Lanka</h3>
<p>Sri Lanka (formerly Ceylon) is an island nation south of India in the Indian Ocean. Its diverse landscapes range from rainforest and arid plains to highlands and sandy beaches. It’s famed for its ancient Buddhist ruins, including the 5th-century citadel Sigiriya, with its palace and frescoes. The city of Anuradhapura, Sri Lanka's ancient capital, has many ruins dating back more than 2,000 years.</p>
</section>
<section>
<h4>Sem turpis amet semper</h4>
<ul class="alt">
<li><a href="#">About us</a></li>
<li><a href="#">Home</a></li>
<li><a href="#">Articles</a></li>
<li><a href="#">Pages</a></li>
</ul>
</section>
<section>
<h4>Magna sed ipsum</h4>
<ul class="plain">
<li><a href="#"><i class="icon fa-twitter"> </i>Twitter</a></li>
<li><a href="#"><i class="icon fa-facebook"> </i>Facebook</a></li>
<li><a href="#"><i class="icon fa-instagram"> </i>Instagram</a></li>
</ul>
</section>
</div>
<div class="copyright">
© Alright Reserved.<a href="login.php">Login<a/> A Zone x 24 creation</a>.
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>