diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 21 |
1 files changed, 16 insertions, 5 deletions
@@ -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> |