Project

General

Profile

« Previous | Next » 

Revision 2411

Added by sgarg about 19 years ago

Fixed formatting of the html page generated by using tables in all ldap files.

(Commit done by Saurabh Garg for Veronique)

View differences:

ldapResetPass.tmpl
1
    <h2>Forgot your KNB Password?</h2>
2
    <p>Fill out the form below to reset your KNB password.  
3
    You will need to know your username.  We will change the password
4
    for you to a new random password, and email it to you at the 
5
    address registered for the account. 
6
    </p>
7
    <p>Required fields are shown in red.</p>
8
    <p class="emphasis">[% errorMessage %]<p>
9
    <p>
1
    
2
  <table class="intro" cellpadding="3" cellspacing="0">
3
    <tr><td align="left"><span class="emphasis">Forgot your KNB password?</span></td></tr>
4
    <tr><td align="left"><span class="regtext">Enter the required information below to reset your KNB password.  
5
    You will need to know your username and organization.  We will change the password
6
    for you to a new random password, and send it to you at the e-mail 
7
    address registered for the account. Required fields are denoted by an asterisk (*).</td></tr>
8
   
9
       
10
    <tr><td align="left"><span class="label">[% errorMessage %]</td></tr>
11
   </table>
12
    
13
    
14
    <table class="intro" cellpadding="3" cellspacing="0"><tr><td>
10 15
    <form name="passwdForm" action="@cgiurl@" method="post">
11 16
      <input type="hidden" name="stage" value="[% stage %]"/>
12 17
      <input type="hidden" name="cfg" value="[% cfg %]"/>
18
          
19
      <p>&nbsp;</p>
13 20
      <table border="0">
14 21
        <tr>
15
          <td align="left" class="required">
16
            Username:
22
          <td align="left" class="label">
23
            *Username:
17 24
          </td>
18 25
          <td align="right">
19 26
            <input name="uid" type="text"
......
23 30
          </td>
24 31
        </tr>
25 32
        <tr>
26
          <td align="left" class="required">
27
            Organization:
33
          <td align="left" class="label">
34
            *Organization:
28 35
          </td>
29 36
          <td align="right">
30 37
            <select name="o">
......
47 54
        </tr>
48 55
      </table>
49 56
    </form>
50
    </p>
57
    </td></tr></table>

Also available in: Unified diff