/[web]/templates/bugzilla/trunk/admin/keywords/create.html.tmpl
ViewVC logotype

Contents of /templates/bugzilla/trunk/admin/keywords/create.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, 4 months ago) by dmorgan
File size: 1853 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): Terry Weissman <terry@mozilla.org>
19 # Vlad Dascalu <jocuri@softhome.net>
20 #%]
21
22 [%# INTERFACE:
23 # none
24 #%]
25
26 [% PROCESS global/header.html.tmpl
27 title = "Add keyword"
28 subheader = "This page allows you to add a new keyword."
29 %]
30
31 <form method="post" action="editkeywords.cgi">
32 <table border="0" cellpadding="4" cellspacing="0">
33 <tr>
34 <th align="right">Name:</th>
35 <td><input size="64" maxlength="64" name="name" value=""></td>
36 </tr>
37 <tr>
38 <th align="right">Description:</th>
39 <td>
40 [% INCLUDE global/textarea.html.tmpl
41 name = 'description'
42 minrows = 4
43 cols = 64
44 wrap = 'virtual'
45 %]
46 </td>
47 </tr>
48 </table>
49 <hr>
50 <input type="hidden" name="id" value="-1">
51 <input type="submit" id="create" value="Add">
52 <input type="hidden" name="action" value="new">
53 <input type="hidden" name="token" value="[% token FILTER html %]">
54 </form>
55
56 <p><a href="editkeywords.cgi">Edit other keywords</a>.</p>
57
58 [% PROCESS global/footer.html.tmpl %]

  ViewVC Help
Powered by ViewVC 1.1.30