Rev 5815 | Rev 13617 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5815 | Rev 8515 | ||
---|---|---|---|
Line 19... | Line 19... | ||
19 | r=!record 0 of $input |
19 | r=!record 0 of $input |
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_asis=!getopt asis in $r |
|
- | 25 | model_asis=!items2words $model_asis |
|
24 | model_author=!getopt author in $r |
26 | model_author=!getopt author in $r |
25 | model_email=!getopt email in $r |
27 | model_email=!getopt email in $r |
26 | model_css=!getopt css in $r |
28 | model_css=!getopt css in $r |
27 | model_random=!getopt random in $r |
29 | model_random=!getopt random in $r |
28 | model_random=!items2words $model_random |
30 | model_random=!items2words $model_random |