diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2018-09-19 15:07:40 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2018-09-19 15:07:40 -0400 |
commit | 1b22d0df2382ccb50c8f2ecec3436081c275c730 (patch) | |
tree | 8965bab2670bf08c3e9a63b928ad59df9bce30c7 | |
parent | 5515cf27e8ef5ee0e4552d83ce5584f2ec477eb2 (diff) | |
download | yorku-course-query-1b22d0df2382ccb50c8f2ecec3436081c275c730.tar.xz yorku-course-query-1b22d0df2382ccb50c8f2ecec3436081c275c730.zip |
adjust style, add tips
-rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -19,11 +19,10 @@ <span id="sample-queries"> <a href="#" class="sample-query">biol</a>, <a href="#" class="sample-query">SB/ACTG 2010 3.00</a>, - <a href="#" class="sample-query">ADMS 1000 3</a>, + <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> @@ -34,7 +33,6 @@ </table> </form> </div> - <hr> <div id="error"> </div> <div id="link-container"> @@ -42,14 +40,16 @@ </div> <div id="warning"> </div> + <hr style="margin: 2em auto; width: 80%;"> <div> <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>pressing enter in the box opens the result. ctrl-enter opens 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> + <li>you can save this page to your hard drive (Ctrl-S). it isn't very useful without the actual YorkU course website, but you can if you want</li> </ul> </p> </div> |