1[%# This Source Code Form is subject to the terms of the Mozilla Public
2  # License, v. 2.0. If a copy of the MPL was not distributed with this
3  # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4  #
5  # This Source Code Form is "Incompatible With Secondary Licenses", as
6  # defined by the Mozilla Public License, v. 2.0.
7  #%]
8
9[% PROCESS global/header.html.tmpl
10  title = "Add new classification"
11  style_urls = ['skins/standard/admin.css']
12%]
13
14<form method=post action="editclassifications.cgi">
15  <table id="admin_table_edit">
16
17    [% PROCESS "admin/classifications/edit-common.html.tmpl" %]
18
19  </table>
20  <hr>
21  <input type=submit value="Add">
22  <input type=hidden name="action" value="new">
23  <input type="hidden" name="token" value="[% token FILTER html %]">
24</FORM>
25
26[% PROCESS admin/classifications/footer.html.tmpl %]
27
28[% PROCESS global/footer.html.tmpl %]
29