diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -33,23 +33,26 @@ </table> </form> </div> - <div id="error"> + <div id="error" style="display: none"> + Errors (fix these to generate a link): + <ul id="error-list"></ul> </div> <div id="link-container" style="display: none"> <p><a id="link" rel="noopener noreferrer">Course Query</a></p> </div> - <div id="warning"> + <div id="warning" style="display: none"> + Warnings (you can probably ignore these): + <ul id="warning-list"></ul> </div> <hr style="margin: 2em auto; width: 80%;"> <div> <p> Tips: <ul> - <li id="ywh-ad">it is highly recommended to install YorkU Web Helper, available for Firefox and for Chrome.</li> - <li><strong>no more "You have exceeded the maximum time limit"!</strong> bookmark the generated link, and it will always bring you to the right page. works best with YorkU Web Helper.</li> + <li id="ywh-ad">it is highly recommended to install YorkU Web Helper, available <a href="">for Firefox</a> and <a href="">for Chrome</a>.</li> + <li><strong>no more "You have exceeded the maximum time limit"!</strong> bookmark the generated link, and it will always bring you to the right page. works best with YorkU Web Helper for automatic schedule loading</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>this tries to remember your favorite subject. you need to open the search page though, otherwise it doesn't know when you're done typing.</li> </ul> </p> </div> |