| |
1 |
1 |
# -*- tcl-*- |
| |
2 |
2 |
::xowiki::Form new \ |
| |
3 |
3 |
-set name en:Parameter.form \ |
| |
4 |
4 |
-title "XoWiki Parameter Form" \ |
| |
5 |
5 |
-set anon_instances t \ |
| |
6 |
6 |
-set text {} \ |
| |
7 |
7 |
-set form {{<form> |
| |
8 |
|
@MenuBar@ |
| |
|
8 |
@MenuBar@ @MenuBarSymLinks@ |
| |
9 |
9 |
@top_includelet@ |
| |
10 |
10 |
@production_mode@ |
| |
11 |
11 |
@with_delicious@ @with_digg@ @with_general_comments@ |
| |
12 |
12 |
@with_notifications@ @with_tags@ @with_user_tracking@ |
| |
13 |
13 |
@ExtraMenuEntries@ @security_policy@ |
| |
14 |
14 |
@_description@ @_nls_language@ |
| |
15 |
15 |
</form>} text/html} \ |
| |
16 |
16 |
-set form_constraints { |
| |
17 |
17 |
MenuBar:boolean,horizontal=true |
| |
|
18 |
MenuBarSymLinks:boolean,horizontal=true,default=f |
| |
18 |
19 |
top_includelet:text,default=none |
| |
19 |
20 |
{_title:text,default=Parameter Page} |
| |
20 |
21 |
_creator:hidden |
| |
21 |
22 |
production_mode:boolean,horizontal=true,default=t |
| |
22 |
23 |
with_delicious:boolean,horizontal=true,default=f |
| |
23 |
24 |
with_digg:boolean,horizontal=true,default=f |
| |
24 |
25 |
{with_general_comments:boolean,horizontal=true,default=f,label=User Comments} |
| |
25 |
26 |
with_notifications:boolean,horizontal=true,default=f |
| |
26 |
27 |
with_tags:boolean,horizontal=true,default=f |
| |
27 |
28 |
with_user_tracking:boolean,horizontal=true |
| |
28 |
29 |
_page_order:omit _description:omit |
| |
29 |
30 |
{ExtraMenuEntries:textarea,cols=80,rows=4,default={form_link -name New.Extra.Workflow -label "#xowf.menu-New-Extra-Workflow#" -form en:workflow.form}} |
| |
30 |
31 |
security_policy:security_policy,default=::xowiki::policy1 |
| |
31 |
32 |
} |
| |
32 |
33 |
|
| |
33 |
34 |
|
| |
34 |
35 |
|