Rev 10241 | Rev 10721 | Go to most recent revision | 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 |
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 |
10233 | guerimand | 11 | !readproc adm/vfilter/listvarfilter.proc |
12 | !if $tv_listlocal=$empty |
||
13 | !set error=notechvar |
||
14 | !reset step |
||
15 | !endif |
||
16 | !let listlocalname=!item $tv_listlocal of $tv_listname |
||
17 | !let tmp=!line $tv_listlocal of $tv_listtechvar |
||
18 | !let listnumtechvar=!column 3 of $tmp |
||
10241 | guerimand | 19 | !readproc models/$(reg_model).proc |
10233 | guerimand | 20 | !else |
21 | !reset reg_src |
||
5369 | bpr | 22 | !endif |
10233 | guerimand | 23 | |
10270 | guerimand | 24 | !reset up_namevar |