Form:Event: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Bryandamon (talk | contribs) (Added form link.) |
||
(10 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
{{#formlink:form=Event|link text=Add Event|link type=text}} | |||
[[Category:Framework Pages]] | [[Category:Framework Pages]] | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
Line 11: | Line 14: | ||
{{{for template|Event}}} | {{{for template|Event}}} | ||
{| class="formtable" style="width:100%;margin:0px;" | {| class="formtable" style="width:100%;margin:0px;" | ||
! [[Image:Blank.png|24px|link=]] MWstake Meeting? | ! style="min-width:200px;" | [[Image:Blank.png|24px|link=]] MWstake Meeting? | ||
| {{{field|mwstake-meeting|input type=radiobutton|values=Yes, No|default=Yes|show on select=Yes=>mwstake_title_div;No=>other_title_div|mandatory}}} | | {{{field|mwstake-meeting|input type=radiobutton|values=Yes, No|default=Yes|show on select=Yes=>mwstake_title_div;No=>other_title_div|mandatory}}} | ||
|- | |- | ||
! [[Image:Blank.png|24px|link=]] Title: | ! [[Image:Blank.png|24px|link=]] Title: | ||
| <div id="other_title_div">{{{field|title|input type=text|size= | | <div id="other_title_div">{{{field|title|input type=text|size=93|mandatory}}}</div><div id="mwstake_title_div">MWstake meeting</div> | ||
|- | |- | ||
! [[Image:Blank.png|24px|link=]] Start Date: | ! [[Image:Blank.png|24px|link=]] Start Date: | ||
Line 28: | Line 31: | ||
| | | | ||
{| | {| | ||
|{{{field|start-hour|input type=combobox| | |{{{field|start-hour|input type=combobox|class=hourminute|existing values only|values=00,01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24}}} | ||
|: | |: | ||
|{{{field|start-minute|input type=combobox| | |{{{field|start-minute|input type=combobox|class=hourminute|existing values only|values=00,15,30,45}}} | ||
|} | |} | ||
|- | |- | ||
Line 43: | Line 46: | ||
| | | | ||
{| | {| | ||
|{{{field|end-hour|input type=combobox| | |{{{field|end-hour|input type=combobox|class=hourminute|existing values only|values=00,01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24}}} | ||
|: | |: | ||
|{{{field|end-minute|input type=combobox| | |{{{field|end-minute|input type=combobox|class=hourminute|existing values only|values=00,15,30,45}}} | ||
|} | |} | ||
|- | |- | ||
! [[Image:Blank.png|24px|link=]] URL: | ! [[Image:Blank.png|24px|link=]] URL: | ||
| {{{field|url|input type=text|size= | | {{{field|url|input type=text|size=93}}} | ||
|- | |- | ||
! [[Image:Tag.png|24px|link=]] Tags: | ! [[Image:Tag.png|24px|link=]] Tags: | ||
Line 57: | Line 60: | ||
| {{{field|attendees|input type=tokens|size=100|values from property=Person}}} | | {{{field|attendees|input type=tokens|size=100|values from property=Person}}} | ||
{{{end template}}} | {{{end template}}} | ||
|} | |||
|} | |} | ||
|- | |- | ||
Line 65: | Line 69: | ||
|{{{standard input|save|label=Save}}} <span class="formcancel">Cancel</span> | |{{{standard input|save|label=Save}}} <span class="formcancel">Cancel</span> | ||
|} | |} | ||
</includeonly> |