Rev 5724 | Rev 8515 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5724 | Rev 5815 | ||
---|---|---|---|
Line 21... | Line 21... | ||
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 | model_email=!getopt email in $r |
25 | model_email=!getopt email in $r |
- | 26 | model_css=!getopt css in $r |
|
26 | model_random=!getopt random in $r |
27 | model_random=!getopt random in $r |
27 | model_random=!items2words $model_random |
28 | model_random=!items2words $model_random |
28 | model_computed=!getopt computed in $r |
29 | model_computed=!getopt computed in $r |
29 | model_computed=!items2words $model_computed |
30 | model_computed=!items2words $model_computed |
30 | model_helped=$model_random $model_computed |
31 | model_helped=$model_random $model_computed |
Line 122... | Line 123... | ||
122 | !if $(name$i)!=$empty |
123 | !if $(name$i)!=$empty |
123 | parms=!append item $i to $parms |
124 | parms=!append item $i to $parms |
124 | !endif |
125 | !endif |
125 | :loopend |
126 | :loopend |
126 | !next i |
127 | !next i |
127 | - | ||
128 | - |