~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/security/login.html

  • Committer: Matt Giuca
  • Date: 2010-02-25 06:52:48 UTC
  • mto: This revision was merged to the branch mainline in revision 1731.
  • Revision ID: matt.giuca@gmail.com-20100225065248-p1t8oys3olxtwdlg
project-form no longer assumes the type of context; pass an extra projectset value.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
             py:content="error"></div>
24
24
        <div class="submit"><input type="submit" value="Log in" /></div>
25
25
      </form>
 
26
      <p py:if="msie" class="erroraction"><strong>Warning:</strong> You appear
 
27
        to be using Microsoft Internet Explorer. Internet Explorer is not a
 
28
        supported web browser for use in IVLE at this time. Please use another
 
29
        browser. We recommend <a href="http://getfirefox.com">Mozilla
 
30
        Firefox</a> or <a href="http://www.google.com/chrome/">Google
 
31
        Chrome</a>. If you continue, some functionality may not work.</p>
26
32
    </div>
27
33
  </body>
28
34
</html>