Form:Statement: Difference between revisions
From devsummit
(Created page with "<includeonly> {{{info|page name=Statement:<unique number;start=1>|create title=Add a Statement}}} {| style="background-color:#f9f9f9;border:1px solid #dddddd;padding:5px;" | {...") |
No edit summary |
||
(20 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
{{{for template|Statement}}} | {{{for template|Statement}}} | ||
{| class="formtable" style="width:100%;margin:0px;" | {| class="formtable" style="width:100%;margin:0px;" | ||
! | ! First Name: | ||
| {{{field| | | {{{field|firstname|input type=text|size=96}}} | ||
|- | |||
! Last Name: | |||
| {{{field|lastname|input type=text|size=96|mandatory}}} | |||
|- | |- | ||
! Tags: | ! Tags: | ||
| style="font-size:11px;" | {{{field|tags|input type=tokens|size=100|values from property=Tag}}} | | style="font-size:11px;" | {{{field|tags|input type=tokens|size=100|values from property=Tag}}} | ||
|- | |||
! Primary Session: | |||
| style="font-size:11px;" | {{{field|primarysession|input type=combobox|size=100|values from category=Sessions|existing values only}}} | |||
|- | |||
! Secondary Sessions: | |||
| style="font-size:11px;" | {{{field|secondarysessions|input type=tokens|size=100|values from category=Sessions|existing values only|delimiter=;}}} | |||
|- | |||
! Statement: | |||
| {{{field|statement|input type=textarea|rows=20|cols=120|autogrow}}} | |||
|} | |} | ||
{{{end template}}} | {{{end template}}} | ||
|- | |- | ||
| {{{standard input|save|label=Save}}} {{{standard input|cancel|label=Cancel}}} | | {{{standard input|save|label=Save}}} {{{standard input|cancel|label=Cancel}}} | ||
|} | |} | ||
</includeonly> | </includeonly> |