-
Notifications
You must be signed in to change notification settings - Fork 0
/
alertModule.html
65 lines (49 loc) · 2.35 KB
/
alertModule.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Alert_You</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/themes/default/jquery.mobile-1.4.5.min.css">
<link rel="stylesheet" href="css/themes/theme-classic/theme-classic.css">
<!-- //body content -->
<script src="js/jquery.js"></script>
<script src="css/js/jquery.min.js"></script>
<script src="js/jquery.mobile-1.4.5.min.js"></script>
<script src="swipe-page.js"></script>
<!-- //Graphs -->
<script src="css/main_lib/d3.min.js" charset="utf-8"></script>
<script src="css/main_lib/nv.d3.js"></script>
<link href="css/nv.d3.css" rel="stylesheet" type="text/css">
<script src="js/home/localStorage_test.js"></script>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!-- content -->
<a href="newyork.html" data-transition="flip" class="ui-icon-delete ui-corner-all ui-shadow ui-btn-inline">XXXX</a>
<!-- content -->
<div data-dialog="true" data-external-page="true" tabindex="0" class="ui-page ui-page-theme-b ui-dialog ui-page-active" style="height: 1700px; position:relative;top:2em;">
<div role="dialog" class="ui-dialog-contain ui-overlay-shadow ui-corner-all" style="overflow-x:visible;overflow-y:visible;">
<div data-role="header" data-theme="b" role="banner" class="ui-header ui-bar-b">
<a href="newyork.html" class="ui-btn ui-corner-all ui-icon-delete ui-btn-icon-notext ui-btn-left" data-rel = "back">Close</a>
<h1 style="overflow-x:visible;overflow-y:visible;" class="ui-title" role="heading" aria-level="1">You have an Alert!</h1>
</div>
<div role="main" class="ui-content">
<h1 id="badAlert">Alert</h1>
<p><h3 class="white">Re: Jason Jones</h3>Today, Jason received a D+ on his exam and his GPA could be in jeopardy as it pertains to his athletic eligibility!" Ms. Johnson</p>
<p>Subject: Economics</p>
<p><a href="paris.html">Help</a></p>
<a href="#" data-rel="back" class="ui-btn ui-shadow ui-corner-all ui-btn-a">Details</a>
<a href="#" data-rel="back" class="ui-btn ui-shadow ui-corner-all ui-btn-a">Save</a>
</div>
</div>
</div>
<!-- content -->
<style type="text/css">
.ui-btn-left .ui-btn .ui-btn-icon-notext .ui-corner-all{
background-size: 100px;
}
</style>
</body>
</html>