~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: 2009-02-24 05:59:10 UTC
  • mto: This revision was merged to the branch mainline in revision 1119.
  • Revision ID: matt.giuca@gmail.com-20090224055910-gevty3r7urdsq4zw
File browser: Re-styled the path area, now has a yellow 3D-looking gradient
    thing.
    Added image-source/filepathbar-bg.svg, and corresponding png.
    Changed filesystem/browser/media/browser.css to the new style.
    (Note: This breaks the two bars below it; that's OK, we're about to
    restyle them too).
Removed redundant span from filesystem/browser/template.html.

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
 
13
15
      <form action="${path}" method="post">
14
16
        <table>
15
17
          <tr><td>Username:</td><td><input name="user" type="text" /></td></tr>
16
18
          <tr><td>Password:</td><td><input name="pass" type="password" /></td></tr>
 
19
          <tr><td colspan="2"><input type="submit" value="Login" /></td></tr>
17
20
        </table>
18
 
        <div py:if="defined('error')" class="form_error"
19
 
            py:content="error"></div>
20
 
        <div><input type="submit" value="Login" /></div>
21
21
      </form>
22
22
    </div>
23
23
  </body>