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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2010-01-30 01:49:18 UTC
  • mfrom: (1465.1.2 exercise-breadcrumbs)
  • Revision ID: grantw@unimelb.edu.au-20100130014918-bn9i82pp30hin59r
Add an 'Exercises' breadcrumb before the exercise name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
        Please log in to access your files and assessment.
11
11
      </p>
12
12
 
13
 
      <p py:if="defined('error')" class="error">${error}</p>
14
 
 
15
13
      <form action="${path}" method="post">
16
14
        <table>
17
15
          <tr><td>Username:</td><td><input name="user" type="text" /></td></tr>
18
16
          <tr><td>Password:</td><td><input name="pass" type="password" /></td></tr>
 
17
          <tr py:if="defined('error')"><td colspan="2" class="form_error" py:content="error"></td></tr>
19
18
          <tr><td colspan="2"><input type="submit" value="Login" /></td></tr>
20
19
        </table>
21
20
      </form>