Form:Module questionnaire: Difference between revisions
Line 7: | Line 7: | ||
<tr><td>{{#input:type=hidden|name=formmailer}}</td><td>{{#input:type=hidden|name=title|value=:Organization}}</td></tr> | <tr><td>{{#input:type=hidden|name=formmailer}}</td><td>{{#input:type=hidden|name=title|value=:Organization}}</td></tr> | ||
<tr><td>First Name:</td><td>{{#input:type=text|name=First name }}</td></tr> | <tr><td>First Name:</td><td>{{#input:type=text|name=First name|size=20 }}</td></tr> | ||
<tr><td>Last Name:</td><td>{{#input:type=text|name=Last name}}</td></tr> | <tr><td>Last Name:</td><td>{{#input:type=text|name=Last name|size=20}}</td></tr> | ||
<tr><td>Type of contact:</td><td{{#input:name= | <tr><td>Type of contact:</td><td>{{#input:name=typecontact|type=select|value={{{typecontact|}}}| | ||
<tr><td>Institute / Organization:</td><td> {{#input:type=text|name=Institute}}</td></tr> | *Type: | ||
*Technical contact | |||
*Project manager | |||
*Model developer | |||
}}</td></tr> | |||
<tr><td>Institute / Organization:</td><td> {{#input:type=text|name=Institute|size=30}}</td></tr> | |||
<tr><td> | <tr><td>Postal address 1:</td><td>{{#input:type=text|name=Postal address 1|size=30}}</td></tr> | ||
<tr><td>Postal address | <tr><td>Postal address 2:</td><td>{{#input:type=text|name=Postal address 2|size=30}}</td></tr> | ||
<tr><td>Town/City:</td><td> {{#input:type=text|name=Town/City}}</td></tr> | <tr><td>Town/City:</td><td> {{#input:type=text|name=Town/City}}</td></tr> | ||
Line 24: | Line 27: | ||
<tr><td>Postal code:</td><td>{{#input:type=text|name=Postal code}}</td></tr> | <tr><td>Postal code:</td><td>{{#input:type=text|name=Postal code}}</td></tr> | ||
<tr><td>State:</td><td>{{#input:type=text|name= | <tr><td>State:</td><td>{{#input:name=State|type=select|value={{{State|}}}| | ||
*State: | |||
*NO STATE | |||
*Alabama | |||
*Alaska | |||
*Arizona | |||
*Arkansas | |||
*California | |||
*Colorado | |||
*Connecticut | |||
*D.C. | |||
*Delaware | |||
*Florida | |||
*Georgia | |||
*Hawaii | |||
*Idaho | |||
*Illinois | |||
*Indiana | |||
*Iowa | |||
*Kansas | |||
*Kentucky | |||
*Louisiana | |||
*Maine | |||
*Maryland | |||
*Massachusetts | |||
*Michigan | |||
*Minnesota | |||
*Mississippi | |||
*Missouri | |||
*Montana | |||
*Nebraska | |||
*Nevada | |||
*New Hampshire | |||
*New Jersey | |||
*New Mexico | |||
*New York | |||
*North Carolina | |||
*North Dakota | |||
*Ohio | |||
*Oklahoma | |||
*Oregon | |||
*Pennsylvania | |||
*Rhode Island | |||
*South Carolina | |||
*South Dakota | |||
*Tennessee | |||
*Texas | |||
*Utah | |||
*Vermont | |||
*Virginia | |||
*Washington | |||
*West Virginia | |||
*Wisconsin | |||
*Wyoming | |||
}}</td></tr> | |||
<tr><td>Country:</td><td>{{#input:type=text|name=Country|size=20}}</td></tr> | |||
<tr><td>Email address:</td><td>{{#input:type=text|name=Email address|size=30}}</td></tr> | |||
<tr><td>Phone:</td><td> {{#input:type=text|name=Phone|size=15}}</td></tr> | |||
<tr><td>Fax:</td><td> {{#input:type=text|name=Fax|size=15}}</td></tr> | |||
<tr><td>2nd developer first name:</td><td>{{#input:type=text|name=2nd_First name|size=20 }}</td></tr> | |||
<tr><td>2nd developer last name:</td><td>{{#input:type=text|name=2nd_Last name|size=20}}</td></tr> | |||
<tr><td>Type of contact:</td><td>{{#input:name=typecontact2|type=select|value={{{typecontact2|}}}| | |||
*Type: | |||
*Technical contact | |||
*Project manager | |||
*Model developer | |||
}}</td></tr> | |||
<tr><td>3nd developer first name:</td><td>{{#input:type=text|name=3nd_First name|size=20 }}</td></tr> | |||
<tr><td> | <tr><td>3nd developer last name:</td><td>{{#input:type=text|name=3nd_Last name|size=20}}</td></tr> | ||
<tr><td> | <tr><td>Type of contact:</td><td>{{#input:name=typecontact3|type=select|value={{{typecontact3|}}}| | ||
*Type: | |||
*Technical contact | |||
*Project manager | |||
*Model developer | |||
}}</td></tr> | |||
<tr><td>Choose workgroup:<br><i>More than one option possible</i></td><td>{{#input:type=checkbox|name=terrestrial}} Terrestrial</td></tr> | <tr><td>Choose workgroup:<br><i>More than one option possible</i></td><td>{{#input:type=checkbox|name=terrestrial}} Terrestrial</td></tr> |
Revision as of 17:40, 7 March 2008
Model Questionnaire
STILL WORKING ON THIS (ALBERT)
{{#input:type=hidden|name=formmailer}} | {{#input:type=hidden|name=title|value=:Organization}} |
First Name: | {{#input:type=text|name=First name|size=20 }} |
Last Name: | {{#input:type=text|name=Last name|size=20}} |
Type of contact: | {{#input:name=typecontact|type=select|value=|
|
Institute / Organization: | {{#input:type=text|name=Institute|size=30}} |
Postal address 1: | {{#input:type=text|name=Postal address 1|size=30}} |
Postal address 2: | {{#input:type=text|name=Postal address 2|size=30}} |
Town/City: | {{#input:type=text|name=Town/City}} |
Postal code: | {{#input:type=text|name=Postal code}} |
State: | {{#input:name=State|type=select|value=|
|
Country: | {{#input:type=text|name=Country|size=20}} |
Email address: | {{#input:type=text|name=Email address|size=30}} |
Phone: | {{#input:type=text|name=Phone|size=15}} |
Fax: | {{#input:type=text|name=Fax|size=15}} |
2nd developer first name: | {{#input:type=text|name=2nd_First name|size=20 }} |
2nd developer last name: | {{#input:type=text|name=2nd_Last name|size=20}} |
Type of contact: | {{#input:name=typecontact2|type=select|value=|
|
3nd developer first name: | {{#input:type=text|name=3nd_First name|size=20 }} |
3nd developer last name: | {{#input:type=text|name=3nd_Last name|size=20}} |
Type of contact: | {{#input:name=typecontact3|type=select|value=|
|
Choose workgroup: More than one option possible | {{#input:type=checkbox|name=terrestrial}} Terrestrial |
{{#input:type=checkbox|name=Coastal}} Coastal | |
{{#input:type=checkbox|name=Marine}} Marine | |
{{#input:type=checkbox|name=EKT}} Coastal | |
{{#input:type=checkbox|name=Cyberinformatics}} Cyberinformatics | |
Description of your CSDMS-related interests: (max 300 characters) | {{#input:type=textarea|cols=40|rows=4|name=interest}} |
{{#input:type=submit|value=Submit}} |
{{#form: name= demo |action=/index.php|
{{#input: name= title |type= hidden | value = Special:Call/Catlist }}
namespace | {{#input: name= namespace |type= select | value = |
|
but not | {{#input: name= notnamespace |type= select | value = |
}} |
category | {{#input: name= category | value = |type= select
| *? {{#dpl: namespace=Category | format=,\n*%TITLE%,, }} }} |
but not | {{#input: name= notcategory | value = |type= select
| *? {{#dpl: namespace=Category | format = ,\n*%TITLE%,, }} }} |
and category | {{#input: name= category2 | value = |type= select
| *? {{#dpl: namespace=Category | format=,\n*%TITLE%,, }} }} |
and not | {{#input: name= notcategory2 | value = |type= select
| *? {{#dpl: namespace=Category | format = ,\n*%TITLE%,, }} }} |
uses | {{#input: name= uses | value = |type= select
| *? {{#dpl: namespace=Template | format=,\n*%TITLE%,, }} }} |
but not | {{#input: name= notuses | value = |type= select
| *? {{#dpl: namespace=Template | format=,\n*%TITLE%,, }} }} |
links to | {{#input: name= linksto | value = }} | but not to | {{#input: name= notlinksto | value = }} |
created by | {{#input: name= createdby | value = |type= select
| *? {{#dpl: namespace=User |titleregexp=^[^/]+$ | format=,\n*%TITLE%,, }} }} |
modified by | {{#input: name= modifiedby | value = |type= select
| *? {{#dpl: namespace=User | titleregexp=^[^/]+$ | format=,\n*%TITLE%,, }} }} |
last rev. before | {{#input: name= lastrevisionbefore | value = YYYY-MM-DD }} | first rev. since | {{#input: name= firstrevisionsince | value = YYYY-MM-DD }} |
all revs. before | {{#input: name= allrevisionsbefore | value = YYYY-MM-DD }} | all revs. since | {{#input: name= allrevisionssince | value = YYYY-MM-DD }} |
show: namespace {{#input: name= shownamespace
|type= select | value = |
- yes
- no
}}categories {{#input: name= addcategories
|type= select | value = |
- no
- yes
}}visits {{#input: name= addpagecounter
|type= select | value = |
- no
- yes
}}size {{#input: name= addpagesize
|type= select | value = |
- no
- yes
}}user {{#input: name= adduser
|type= select | value = |
- no
- yes
}}editdate {{#input: name= addeditdate
|type= select | value = |
- no
- yes
}}touch date: {{#input: name= addpagetoucheddate
|type= select | value = |
- no
- yes
}} ordermethod: {{#input: name= ordermethod |type= select | value = |
- -
- category,firstedit
- category,lastedit
- category,pagetouched
- category,sortkey
- categoryadd
- counter
- firstedit
- lastedit
- pagetouched
- size
- title
- titlewithoutnamespace
- user,firstedit
- user,lastedit
}}order: {{#input: name= order
|type= select | value = |
- ascending
- descending
}}escapelinks: {{#input: name= escapelinks
|type= select | value = |
- true
- false
}}randomcount: {{#input: name= randomcount
|type= select | value = |
- -
- 1
- 3
- 5
- 10
}}export: {{#input: name= export
|type= select | value = |
- no
- yes
}}
title(%) {{#input: name= titlematch | value = }} columns {{#input: name= columns |type= select | value = |
}}maxrecords {{#input: name= count | value = | size = 2 }}offset {{#input: name= offset | value = | size = 2 }} {{#input: type = submit | value = List members }} reset graph |
}}