summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2018-09-19 11:12:54 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2018-09-19 11:12:54 -0400
commite8d499f682950d02fb143b504ced7cefac23534a (patch)
treea8258e1c15b4c80bb1f474c38937b6ab5b0f4eea /index.html
parent87c3ae27d68cdecb967d91a56146dc7874867a8b (diff)
downloadyorku-course-query-e8d499f682950d02fb143b504ced7cefac23534a.tar.xz
yorku-course-query-e8d499f682950d02fb143b504ced7cefac23534a.zip
Update
Diffstat (limited to 'index.html')
-rw-r--r--index.html21
1 files changed, 16 insertions, 5 deletions
diff --git a/index.html b/index.html
index 806ab96..6417825 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Unofficial York University Course Query</title>
- <script src="script.js"></script>
+ <script async src="script.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
@@ -21,25 +21,36 @@
<a href="#" class="sample-query">ADMS 1000 3</a>,
<a href="#" class="sample-query">LE EECS 3000 Cr=3.00 A Term:F Professional Practice in Computing</a>
</span>
+ </div>
+ <hr>
<div>
<form method="GET">
<table>
<tr>
- <td><input type="text" id="input"></td>
+ <td style="width: 100%"><input type="text" id="input"></td>
<td><select id="sessions" size="2"></select></td>
</tr>
</table>
</form>
</div>
<hr>
- <div>
- <span id="error"></span>
+ <div id="error">
</div>
<div id="link-container">
<p><a id="link" rel="noopener noreferrer">Course Query</a></p>
</div>
+ <div id="warning">
+ </div>
<div>
- <span id="warning"></span>
+ <p>
+ Tips:
+ <ul>
+ <li id="ywh-ad">works best with YorkU Web Helper, available for Firefox and Chrome</li>
+ <li><strong>you can bookmark the link, and it will always bring you to the right page (no more "Your session has expired"!)</strong></li>
+ <li>ctrl-enter in the box opens the result in a new tab, shift-enter opens in a new window</li>
+ <li>remember to select the session you want on the right of the search box</li>
+ </ul>
+ </p>
</div>
</div>
</body>