-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeletecase.php
48 lines (38 loc) · 1.09 KB
/
deletecase.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Felis Delete?</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="lib/css/felis.css">
</head>
<body>
<div class="case">
<nav>
<ul class="left">
<li><a href="./">The Felis Agency</a></li>
</ul>
<ul class="right">
<li><a href="staff.php">Staff</a></li>
<li><a href="cases.php">Cases</a></li>
<li><a href="./">Log out</a></li>
</ul>
</nav>
<header class="main">
<h1><img src="images/comfortable.png" alt="Felis Mascot"> Felis Delete? <img src="images/comfortable.png" alt="Felis Mascot"></h1>
</header>
<form>
<fieldset>
<legend>Delete?</legend>
<p>Are you sure absolutely certain beyond a shadow of
a doubt that you want to delete case 15-1234?</p>
<p>Speak now or forever hold your peace.</p>
<p><input type="submit" value="Yes"> <input type="submit" value="No"></p>
</fieldset>
</form>
<footer>
<p>Copyright © 2016 Felis Investigations, Inc. All rights reserved.</p>
</footer>
</div>
</body>
</html>