-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
53 lines (49 loc) · 1.62 KB
/
template.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><!--XXXTITLEXXX--></title>
<link rel="stylesheet" type="text/css" href="./screen.css">
<link rel="stylesheet" type="text/css" href="./datatables/css/jquery.dataTables.min.css">
<script src="quizJava.js"></script>
<script src="jquery-1.11.0.min.js"></script>
<script src="./datatables/js/jquery.dataTables.min.js"></script>
</head>
<body>
<div id="wrapper">
<div id="page">
<div id="content">
<div id="header">
<div id="billboard">
<div id="billboard-contents">
<h1>QuizSplash</h1>
</div>
</div> <!--END BILLBOARD-->
<div id="authentication">
<div id="authentication-contents">
<p>You are logged-in as <!--XXXUSERNAMEXXX--></p>
<p>Click <a href="https://cas.iu.edu/cas/logout">here</a> to logout</p>
</div>
</div> <!--END AUTHENTICATION-->
<div id="topnav">
<ul>
<li><a href="./index.php">Home</a></li>
<li><a href="./listQuestionPools.php">Write Questions</a></li>
<li><a href="./listQuestions.php">Answer Questions</a></li>
<li><a href="./myWork.php">My Work</a></li>
<!--XXXADMINISTRATIONXXX-->
</ul>
</div> <!--END TOPNAV-->
</div> <!--END HEADER-->
<div id="pagecontent">
<!--XXXSPLITPOINTXXX-->
</div> <!--END PAGECONTENT-->
<div id="footer">
<p>© Copyright 2014</p>
</div> <!--END FOOTER-->
</div> <!--END CONTENT-->
<p> </p>
</div> <!--END PAGE-->
</div> <!--END WRAPPER-->
</body>
</html>