-
Notifications
You must be signed in to change notification settings - Fork 0
/
PV1_Assignment-5Change.html
141 lines (135 loc) · 6.83 KB
/
PV1_Assignment-5Change.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
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<link rel="icon"
type="image/png"
href="./images/m.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Professor Landing Page</title>
<link rel="stylesheet" href="css/profView.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
<script src="js/bootstrap.js" type="text/javascript"></script>
<script src="js/app.js" type="text/javascript"></script>
<script src="js/Chart.min.js" type="text/javascript"></script>
<script src="js/ankicharts.js" type="text/javascript"></script>
<script src="js/screenswitch.js" type="text/javascript"></script>
<script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>
<script src="js/jquery-1.11.0.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
//Default Action
$(".tab_content").hide(); //Hide all content
$("ul.tabs li:first").addClass("active").show(); //Activate first tab
$(".tab_content:first").show(); //Show first tab content
//On Click Event
$("ul.tabs li").click(function() {
$("ul.tabs li").removeClass("active"); //Remove any "active" class
$(this).addClass("active"); //Add "active" class to selected tab
$(".tab_content").hide(); //Hide all tab content
var activeTab = $(this).find("a").attr("href"); //Find the rel attribute value to identify the active tab + content
$(activeTab).fadeIn(); //Fade in the active content
return false;
});
});
</script>
</head>
<body>
<div class="container-fluid" style="width:100%; height:100px;">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="PV1_Home.html"><font size="6"><img src="./images/banner.png" alt="info_text1" width = "500px" height = "80px"></font></a>
</div>
<div class="navbar-collapse collapse" style="background-image: url(wallpaper.jpg); width:100%">
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Settings</a></li>
<li><a href="#">Profile</a></li>
<li><a href="#">Help</a></li>
</ul>
</div>
</div>
<div style="height:5px; width:100%; background-color:#FFFFFF;"></div>
<div id = "page_container" style=" width:100%" align="center">
<div id = "mysidebar" style="float:left; width:11%; height:277px; background-color:#FFFF;" >
<ul class="nav2 nav-sidebar">
<li><a href="PV1_Home.html">Calendar</a></li>
<li><a href="PV1_Assignment.html">Assignment</a></li>
<li><a href="PV1_Exams.html"><div id ="active2">Exams</div></a></li>
<li><a href="PV1_Labs.html">Labs</a></li>
<li><a href="PV1_Events.html">Events</a></li>
</ul>
</div>
<div id = "Page_content" style="float:left; width:89%; height:900px;">
<P><h2><b><u>Assignment 5</b></u></h2></P>
<!-- <div class="deck-screen-left">
<canvas id="canvas" height="200" width="400"></canvas>
<br>
</div>
</div> -->
<div id="mytables">
<table style="width:100%" align="center">
<tr>
<td><b><u><font color="black">Item Name</font></u></b></td>
<td><b><u><font color="black">% of Students with Conflicts</font></u></b></td>
<td><b><u><font color="black">Date</font></u></b></td>
<td><b><u><font color="black"></font></u></b></td>
</tr>
<tr>
<td><a href="PV1_Exams-M1Details.html"><b><font color="black">Assignment 5</font></b></a></td>
<td><span style="background-color:red; border-radius: 7px; padding: 0px 10px; "><font color="white">100%</font></span></td>
<td>March 2 2014</td>
<td><form action="PV1_Assignment.html">
<input type="submit" class='btn btn-success' value="Save Changes"></form></td>
</tr>
<tr>
<td><font color="white">.</font></td>
<td><font color="white">.</font></td>
</tr>
</table>
</div>
<P><i>Click on a bar in the bar graph to view Conflict Details for the selected day</i></P>
<img src="./images/444graph2.JPG" alt="info_text1" width = "990px" height = "400px" usemap ="#graphmap">
<map name="graphmap">
<area shape="rect" coords="110,20,150,400" alt="Sunday" href="PV1_Assignment-Sunday.html">
<area shape="rect" coords="240,20,280,400" alt="Monday" href="PV1_Assignment-Monday.html">
<area shape="rect" coords="370,20,410,400" alt="Tuesday" href="PV1_Assignment-Tuesday.html">
<area shape="rect" coords="500,20,540,400" alt="Wednesday" href="PV1_Assignment-Wednesday.html">
<area shape="rect" coords="632,20,672,400" alt="Thursday" href="PV1_Assignment-Thursday.html">
<area shape="rect" coords="762,20,802,400" alt="Friday" href="PV1_Assignment-Friday.html">
<area shape="rect" coords="894,20,934,400" alt="Saturday" href="PV1_Assignment-Saturday.html">
</map>
<table style="width:100%" align="center">
<tr>
<td><font color="white">...........</font></td>
<td><form action="#"><input type="submit" value="←" onclick="alert('Go to the week before')"></form></td>
<td><font color="white">..</font></td>
<td><form action="#"><input type="submit" value="Feb 23" onclick="alert('Changed Date of Assignment 5 to Feb 23')"></form></td>
<td><font color="white">..</font></td>
<td><form action="#"><input type="submit" value="Feb 24" onclick="alert('Changed Date of Assignment 5 to Feb 24')"></form></td>
<td><font color="white">..</font></td>
<td><form action="#"><input type="submit" value="Feb 25" onclick="alert('Changed Date of Assignment 5 to Feb 25')"></form></td>
<td><font color="white">...</font></td>
<td><form action="#"><input type="submit" value="Feb 26" onclick="alert('Changed Date of Assignment 5 to Feb 26')"></form></td>
<td><font color="white">..</font></td>
<td><form action="#"><input type="submit" value="Feb 27" onclick="alert('Changed Date of Assignment 5 to Feb 27')"></form></td>
<td><font color="white">...</font></td>
<td><form action="PV1_Assignment-5Change-2.html"><input type="submit" value="Feb 28" onclick="alert('Changed Date of Assignment 5 to Feb 28')"></form></td>
<td><font color="white">..</font></td>
<td><form action="#"><input type="submit" value="Feb 29" onclick="alert('Changed Date of Assignment 5 to Feb 29')"></form></td>
<td><form action="#"><input type="submit" value="→" onclick="alert('Go to the next week')"></form></td>
</tr>
<tr>
<td><font color="white">.</font></td>
<td><font color="white">.</font></td>
</tr>
</table>
</div>
<div id="footer_2" style="background-color:#000000;clear:both;text-align:center;"><font color="white">
Copyright TeamMinions.com</font></div>
</body>
</html>