30 lines
1.2 KiB
HTML
30 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="css/styles.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="card" style="width: 400px; margin-left:auto;margin-right: auto; height:auto;" id="header">
|
|
<h2 style="padding:16px 16px 0px 16px;font-size: 20px"> <u>Options</u> </h2>
|
|
<div>
|
|
<h2 style="padding: 5px 16px 5px 16px; font-weight: normal;display: inline-block;text-align:left;">Conflict
|
|
Highlighting</h2>
|
|
<button id="togglecourseConflictHighlight" class="matbut"
|
|
style="float:right; display:inline-block;font-size:medium;background:#F44336;">Turn
|
|
Off</button>
|
|
<h2 style="padding: 5px 16px 16px 16px; font-weight: normal;display: inline-block;text-align:left;">Scroll To
|
|
Load More Courses</h2>
|
|
<button id="toggleloadAll" class="matbut"
|
|
style="float: right;display:inline-block;font-size:medium;background:#F44336;">Turn
|
|
Off</button>
|
|
</div>
|
|
|
|
<p style="padding:0px 5px 5px 0px; float: right">(v<span id="version"></span>), Sriram Hariharan, 2018<p>
|
|
<script src="js/lib/jquery-3.3.1.min.js"></script>
|
|
<script src="js/options.js"></script>
|
|
</body>
|
|
|
|
</html> |