~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/lib/ihris-qualify/sites/wamp/templates/login.html

  • Committer: litlfred at ibiblio
  • Date: 2009-10-23 12:59:28 UTC
  • Revision ID: litlfred@ibiblio.org-20091023125928-u5lkafz0urm9t8eq
updated ihris-suite to 4.0.1-prerelease -- not debugged

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<div id="siteContent">
2
 
  <form id="form1" method="post" action="login">
3
 
  <table border="0" cellspacing="0" cellpadding="0" class="loginTable">
4
 
    <tr>
5
 
      <td colspan="2"><h2>Please Log In</h2>
6
 
      <span style="font-size: 12px;">Enter your username and password.</span>
7
 
      <hr /><span id="error_message"></span></td>
8
 
    </tr>
9
 
    <tr>
10
 
      <th>Username:</th>
11
 
      <th>Password:</th>
12
 
    </tr>
13
 
    <tr>
14
 
      <td><input type="text" name="username" value="" /></td>
15
 
      <td><input type="password" name="password" value=""/></td>
16
 
    </tr>
17
 
 
18
 
    <tr>
19
 
      <td colspan="2">
20
 
        <input type="submit" value="Login" name="submit" class="button" />
21
 
        <span class="forgot"><a href="forgot">Forget username or password?</a></span>
22
 
      </td>
23
 
    </tr>
24
 
  </table>
25
 
  </form>
26
 
 
27
 
 
28
 
  <div class="welcomeIntro">
29
 
    This is the Windows version of iHRIS Qualify, designed for installation on a single desktop in locations with 
30
 
    limited or no Internet connectivity.
31
 
    
32
 
    If <strong>iHRIS Qualify</strong> may
33
 
    be appropriate for your organization,  please contact <a href="mailto://hris@capacityproject.org">The Capacity Project</a> 
34
 
    for assistance in   customization and implementation.
35
 
  </div>
36
 
 </div>
37