Rev 3390 | Rev 5724 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3390 | Rev 4846 | ||
---|---|---|---|
Line 20... | Line 20... | ||
20 | model_def=$r |
20 | model_def=$r |
21 | model_type=!getopt type in $r |
21 | model_type=!getopt type in $r |
22 | model_textarea=!getopt textarea in $r |
22 | model_textarea=!getopt textarea in $r |
23 | model_textarea=!items2words $model_textarea |
23 | model_textarea=!items2words $model_textarea |
24 | model_author=!getopt author in $r |
24 | model_author=!getopt author in $r |
25 | - | ||
- | 25 | model_email=!getopt email in $r |
|
26 | model_random=!getopt random in $r |
26 | model_random=!getopt random in $r |
27 | model_random=!items2words $model_random |
27 | model_random=!items2words $model_random |
28 | model_computed=!getopt computed in $r |
28 | model_computed=!getopt computed in $r |
29 | model_computed=!items2words $model_computed |
29 | model_computed=!items2words $model_computed |
30 | model_helped=$model_random $model_computed |
30 | model_helped=$model_random $model_computed |
Line 49... | Line 49... | ||
49 | v=!word 1 of $v |
49 | v=!word 1 of $v |
50 | !if $v iswordof title author email css |
50 | !if $v iswordof title author email css |
51 | name$i=$v |
51 | name$i=$v |
52 | model_$v=!embraced extract $r |
52 | model_$v=!embraced extract $r |
53 | !if $oef_author!=$empty |
53 | !if $oef_author!=$empty |
54 | model_author=$oef_author |
54 | !default model_author=$oef_author |
55 | model_email=$oef_email |
55 | !default model_email=$oef_email |
56 | !endif |
56 | !endif |
57 | val$i=$(model_$v) |
57 | val$i=$(model_$v) |
58 | sps=!append item $i to $sps |
58 | sps=!append item $i to $sps |
59 | !endif |
59 | !endif |
60 | !goto loopend |
60 | !goto loopend |