~ubuntu-branches/debian/squeeze/bugzilla/squeeze

« back to all changes in this revision

Viewing changes to template/en/default/account/password/set-forgotten-password.html.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Bossek
  • Date: 2008-06-27 22:34:34 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080627223434-0ib57vstn43bb4a3
Tags: 3.0.4.1-1
* Update of French, Russian and German translations. (closes: #488251)
* Added Bulgarian and Belarusian translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[%# 1.0@bugzilla.org %]
2
 
 [%# The contents of this file are subject to the Mozilla Public
3
 
  # License Version 1.1 (the "License"); you may not use this file
4
 
  # except in compliance with the License. You may obtain a copy of
5
 
  # the License at http://www.mozilla.org/MPL/
6
 
  #
7
 
  # Software distributed under the License is distributed on an "AS
8
 
  # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
9
 
  # implied. See the License for the specific language governing
10
 
  # rights and limitations under the License.
11
 
  #
12
 
  # The Original Code is the Bugzilla Bug Tracking System.
13
 
  #
14
 
  # The Initial Developer of the Original Code is Netscape Communications
15
 
  # Corporation. Portions created by Netscape are
16
 
  # Copyright (C) 1998 Netscape Communications Corporation. All
17
 
  # Rights Reserved.
18
 
  #
19
 
  # Contributor(s): Gervase Markham <gerv@gerv.net>
20
 
  #%]
21
 
 
22
 
[% title = "Change Password" %]
23
 
[% PROCESS global/header.html.tmpl %]
24
 
 
25
 
<p>
26
 
  To change your password, enter a new password twice:
27
 
</p>
28
 
 
29
 
<form method="post" action="token.cgi">
30
 
  <input type="hidden" name="t" value="[% token FILTER html %]">
31
 
  <input type="hidden" name="a" value="chgpw">
32
 
  <table>
33
 
    <tr>
34
 
      <th align="right">New Password:</th>
35
 
      <td>
36
 
        <input type="password" name="password" size="16" maxlength="16">
37
 
      </td>
38
 
    </tr>
39
 
    
40
 
    <tr>
41
 
      <th align="right">New Password Again:</th>
42
 
      <td>
43
 
        <input type="password" name="matchpassword" size="16" maxlength="16">
44
 
      </td>
45
 
    </tr>
46
 
    
47
 
    <tr>
48
 
      <th align="right">&nbsp;</th>
49
 
      <td>
50
 
        <input type="submit" id="update" value="Submit">
51
 
      </td>
52
 
    </tr>
53
 
  </table>
54
 
</form>
55
 
 
56
 
[% PROCESS global/footer.html.tmpl %]