~ubuntu-branches/debian/sid/bugzilla/sid

« back to all changes in this revision

Viewing changes to template/en/default/account/create.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
 
[%# INTERFACE
23
 
  # none
24
 
  # 
25
 
  # Param("maintainer") is used to display the maintainer's email.
26
 
  # Param("emailsuffix") is used to pre-fill the email field.
27
 
  #%]
28
 
 
29
 
[% PROCESS global/variables.none.tmpl %]
30
 
 
31
 
[% title = BLOCK %]
32
 
  Create a new [% terms.Bugzilla %] account
33
 
[% END %]
34
 
 
35
 
[% PROCESS global/header.html.tmpl
36
 
           title = title
37
 
           onload = "document.forms['account_creation_form'].login.focus();" %]
38
 
 
39
 
<p>
40
 
  To create a [% terms.Bugzilla %] account, all you need to do is to enter
41
 
  a legitimate e-mail address. You will receive an email at this address
42
 
  to confirm the creation of your account. <b>You will not be able to log
43
 
  in until you receive the email.</b> If it doesn't arrive within a
44
 
  reasonable amount of time, you can contact the maintainer of
45
 
  this [% terms.Bugzilla %] installation
46
 
  at <a href="mailto:[% Param("maintainer") %]">[% Param("maintainer") %]</a>.
47
 
</p>
48
 
 
49
 
<form id="account_creation_form" method="get" action="createaccount.cgi">
50
 
  <table>
51
 
    <tr>
52
 
      <td align="right">
53
 
        <b>E-mail address:</b>
54
 
      </td>
55
 
      <td>
56
 
        <input size="35" id="login" name="login">
57
 
        [% Param('emailsuffix') FILTER html %]
58
 
      </td>
59
 
    </tr>
60
 
  </table>
61
 
  <br>
62
 
  <input type="submit" id="send" value="Send">
63
 
</form>
64
 
 
65
 
[% PROCESS global/footer.html.tmpl %]