Rev 10734 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4142 | guerimand | 1 | vcnt=!defof vcnt in wimshome/log/classes/$wims_class/vote/$vote.votes |
23 | reyssat | 2 | src=!replace internal & by & in $vote_src |
3 | src=!replace internal < by < in $src |
||
4 | |||
4950 | bpr | 5 | !if $vote_title=$empty |
12479 | bpr | 6 | vdata=!record $vote of $votedir/.votes |
7 | !distribute lines $vdata into bidon,vote_title,vote_option,vote_show,vote_whovoteshow |
||
5341 | czzmrn | 8 | !endif |
5340 | czzmrn | 9 | |
5369 | bpr | 10 | !if $reg_model isitemof $vmodellist |
12479 | bpr | 11 | !readproc adm/vfilter/listvarfilter.proc |
12 | !if $tv_listlocal=$empty |
||
10233 | guerimand | 13 | !set error=notechvar |
14 | !reset step |
||
12479 | bpr | 15 | !endif |
16 | !readproc models/$(reg_model).proc |
||
10233 | guerimand | 17 | !else |
12479 | bpr | 18 | reg_model=free |
19 | !reset reg_src |
||
5369 | bpr | 20 | !endif |
10233 | guerimand | 21 | |
10270 | guerimand | 22 | !reset up_namevar |