~mortenoh/+junk/dhis2-detailed-import-export

« back to all changes in this revision

Viewing changes to dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/security/login.html

  • Committer: larshelge at gmail
  • Date: 2009-03-03 16:46:36 UTC
  • Revision ID: larshelge@gmail.com-20090303164636-2sjlrquo7ib1gf7r
Initial check-in

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 
2
<html>
 
3
  <head>
 
4
    <title>DHIS 2</title>
 
5
    <link type="text/css" rel="stylesheet" media="screen" href="../css/login.css">
 
6
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
7
  </head>
 
8
  <body>
 
9
    <div class="loginField" align="center">
 
10
      
 
11
      <p><img src="logo_banner.png"></p>
 
12
        
 
13
      <form action="../../dhis-web-commons-security/login.action" method="post">
 
14
      <table>
 
15
        <tr>
 
16
           <td colspan="2" style="height:40px">
 
17
        <tr>
 
18
        <tr>
 
19
          <td><label for="j_username">Username</label></td>
 
20
          <td><input type="text" id="j_username" name="j_username" style="width:18em"></td>
 
21
        </tr>
 
22
        <tr>
 
23
          <td><label for="j_password">Password</label></td>
 
24
          <td><input type="password" id="j_password" name="j_password" style="width:18em"></td>
 
25
        </tr>
 
26
        <tr>
 
27
          <td></td>
 
28
          <td><input type="submit" value="Login" style="width:9em"><input 
 
29
            type="reset" value="Clear" style="width:9em"></td>
 
30
        </tr>
 
31
      </table>
 
32
      </form>
 
33
      
 
34
    </div>
 
35
  </body>
 
36
</html>