/[web]/templates/bugzilla/trunk/account/email/confirm.html.tmpl
ViewVC logotype

Contents of /templates/bugzilla/trunk/account/email/confirm.html.tmpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 48 - (show annotations) (download)
Fri Nov 26 14:56:29 2010 UTC (13 years, 5 months ago) by dmorgan
File size: 1543 byte(s)
Add custom template with identity support
1 [%# The contents of this file are subject to the Mozilla Public
2 # License Version 1.1 (the "License"); you may not use this file
3 # except in compliance with the License. You may obtain a copy of
4 # the License at http://www.mozilla.org/MPL/
5 #
6 # Software distributed under the License is distributed on an "AS
7 # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
8 # implied. See the License for the specific language governing
9 # rights and limitations under the License.
10 #
11 # The Original Code is the Bugzilla Bug Tracking System.
12 #
13 # The Initial Developer of the Original Code is Netscape Communications
14 # Corporation. Portions created by Netscape are
15 # Copyright (C) 1998 Netscape Communications Corporation. All
16 # Rights Reserved.
17 #
18 # Contributor(s): John Vandenberg <zeroj@null.net>
19 #%]
20
21 [%# INTERFACE:
22 # token: string. The token to be used in this address change.
23 #%]
24
25 [% title = "Confirm Change Email" %]
26 [% PROCESS global/header.html.tmpl %]
27
28 <p>
29 To change your email address, please enter the old email address:
30 </p>
31
32 <form method="post" action="token.cgi">
33 <input type="hidden" name="t" value="[% token FILTER html %]">
34 <input type="hidden" name="a" value="chgem">
35 <table>
36 <tr>
37 <th align="right">Old Email Address:</th>
38 <td><input type="text" name="email" size="36"></td>
39 </tr>
40 <tr>
41 <th align="right">&nbsp;</th>
42 <td><input type="submit" id="confirm" value="Submit"></td>
43 </tr>
44 </table>
45 </form>
46
47 [% PROCESS global/footer.html.tmpl %]

  ViewVC Help
Powered by ViewVC 1.1.30