~intrahealth+informatics/ihris-plan/1.0.4-release

« back to all changes in this revision

Viewing changes to sites/wamp/templates/login.html

  • Committer: Luke Duncan
  • Date: 2008-09-09 09:12:29 UTC
  • mfrom: (40.1.6 plan)
  • Revision ID: lduncan@intrahealth.org-20080909091229-9z7bin8z8srlg1o1
Merged in changes from 1.0.0 release branch.

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
        <!--<input type="submit" value="Login as Guest" name="submit" class="button" />-->
 
22
        <span class="forgot"><a href="forgot">Forget username or password?</a></span>
 
23
      </td>
 
24
    </tr>
 
25
  </table>
 
26
  </form>
 
27
 
 
28
 
 
29
  <div class="welcomeIntro">
 
30
    This is the Windows offline version of iHRIS Manage, designed for installation on a single desktop in locations with 
 
31
    limited or no Internet connectivity.
 
32
    If <strong>iHRIS Manage</strong> may
 
33
    be appropriate for your organization,  please contact <a href="mailto://hris@capacityproject.org">Intrahealth</a> 
 
34
    for assistance in   customization and implementation.
 
35
  </div>
 
36
 
 
37
</div>
 
38