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 = "Создание раздела"
11%]
12
13<form method=post action="editclassifications.cgi">
14  <table border=0 cellpadding=4 cellspacing=0>
15
16    [% PROCESS "admin/classifications/edit-common.html.tmpl" %]
17
18  </table>
19  <hr>
20  <input type=submit value="Создать">
21  <input type=hidden name="action" value="new">
22  <input type="hidden" name="token" value="[% token FILTER html %]">
23</FORM>
24
25[% PROCESS admin/classifications/footer.html.tmpl %]
26
27[% PROCESS global/footer.html.tmpl %]
28