Form:Event: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Bryandamon (talk | contribs) (Added form link.) |
||
(6 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 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 38: | Line 41: | ||
|show reset button | |show reset button | ||
|date format=mm/dd/yy | |date format=mm/dd/yy | ||
}}} | }}} | ||
|- | |- | ||
Line 44: | 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}}} | ||
|} | |} | ||
|- | |- | ||
Line 58: | 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 66: | Line 69: | ||
|{{{standard input|save|label=Save}}} <span class="formcancel">Cancel</span> | |{{{standard input|save|label=Save}}} <span class="formcancel">Cancel</span> | ||
|} | |} | ||
</includeonly> |