Rev 12498 | Rev 15280 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12498 | Rev 14348 | ||
---|---|---|---|
Line 32... | Line 32... | ||
32 | !if $submitpublish_site!=$empty |
32 | !if $submitpublish_site!=$empty |
33 | !read wimshome/public_html/bases/sys/publishcenter/$submitpublish_site |
33 | !read wimshome/public_html/bases/sys/publishcenter/$submitpublish_site |
34 | zonepublishs=$zonepublish |
34 | zonepublishs=$zonepublish |
35 | !endif |
35 | !endif |
36 | wims_nw=job mod existing serial_number auth_login auth_passwd \ |
36 | wims_nw=job mod existing serial_number auth_login auth_passwd \ |
37 |
|
37 | original2 originalheader empty devdir fname target |
38 | wims_nr=wims_sesrandom |
38 | wims_nr=wims_sesrandom |
39 | 39 | ||
40 | ############################################################# |
40 | ############################################################# |
41 | jobs=modname create flist index edfile showfile delfile delconfirm\ |
41 | jobs=modname create flist index edfile showfile delfile delconfirm\ |
42 |
|
42 | backup restore copy move del publish prop diff binfile changefile changeconfirm |
43 | maxlist=100 |
43 | maxlist=100 |
44 | sellist=10 |
44 | sellist=10 |
45 | alnum=0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ |
45 | alnum=0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ |
46 | searchsymbol=.*+-_~\[]|()<> |
46 | searchsymbol=.*+-_~\[]|()<> |
47 | searchchars=$alnum$searchsymbol |
47 | searchchars=$alnum$searchsymbol |
48 | langlist=!words2items $wims_site_languages |
48 | langlist=!words2items $wims_site_languages |
49 | !read lang/langname.$modu_lang |
49 | !read lang/langname.$modu_lang |
50 | deflist=title, description, language, category, domain, \ |
50 | deflist=title, description, language, category, domain, \ |
51 |
|
51 | level, keywords, require, scoring, copyright,\ |
52 |
|
52 | author, address, version, wims_version, vardef, \ |
53 |
|
53 | translator, translator_address, data, maintainer, maintainer_address |
54 | 54 | ||
55 | wims_form_method=post |
55 | wims_form_method=post |
56 | !read tabletheme |
56 | !read tabletheme |
57 | 57 | ||
58 | !if $cmd=help or robot isin $session |
58 | !if $cmd=help or robot isin $session |