Rev 10286 | Rev 10736 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10286 | Rev 10615 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | max_parms=!defof MAX_VOTES in wimshome/public_html/bases/sys/define.conf |
2 | max_parms=!defof MAX_VOTES in wimshome/public_html/bases/sys/define.conf |
3 | 3 | ||
- | 4 | !! NEED TO BE FIXED |
|
4 | !!wims_prefix=user class |
5 | !!wims_prefix=user class sharable sharing |
5 | !!wims_trustfile=primitives.phtml primitives/checkbox.phtml primitives/list.phtml primitives/list.phtml primitives/uservar.phtml |
6 | !!wims_trustfile=primitives.phtml primitives/checkbox.phtml primitives/list.phtml primitives/list.phtml primitives/uservar.phtml |
6 | !!wims_readable=wims_read_parm noprint serial prim parmcnt |
7 | !!wims_readable=wims_read_parm noprint serial prim parmcnt |
7 | !!wims_writable=serial prim parms wims_read_parm |
8 | !!wims_writable=serial prim parms wims_read_parm |
8 | 9 | ||
9 | !if $wims_class=$empty or $wims_user=$empty |
10 | !if $wims_class=$empty or $wims_user=$empty |
Line 104... | Line 105... | ||
104 | !default reg_whovoteshow=$vote_whovoteshow |
105 | !default reg_whovoteshow=$vote_whovoteshow |
105 | !if $vote<1 |
106 | !if $vote<1 |
106 | job=home |
107 | job=home |
107 | !endif |
108 | !endif |
108 | 109 | ||
- | 110 | !! don't allow to use model if vote is sharing or sharable (waiting sharin/sharable techvar) |
|
- | 111 | test_share=!defof sharable_vote,sharing_vote in wimshome/log/classes/$wims_class/neighbors |
|
- | 112 | test_share=!nonempty item $test_share |
|
- | 113 | !if $test_share=$empty |
|
109 | !set vmodellist=accessvar,group |
114 | !set vmodellist=accessvar,group |
110 | !set name_vmodellist=$(name_accessvar), $(name_group) |
115 | !set name_vmodellist=$(name_accessvar), $(name_group) |
111 | 116 | !else |
|
- | 117 | vmodellist=$empty |
|
- | 118 | name_vmodellist=$empty |
|
- | 119 | !endif |
|
112 | !read $job.proc |
120 | !read $job.proc |
113 | 121 |