container support built into fields and an example of usage in ComponentUI
[catagits/Reaction.git] / share / skin / base / layout / action.tt
CommitLineData
5a1a893e 1=for layout widget
2
f4f019bc 3<div class="action_form">
057a6f24 4 <form action="" method="[% method %]" enctype="multipart/form-data">
5a1a893e 5 [% header %]
599c1172 6 [% container_list %]
5a1a893e 7 [% buttons %]
8 [% footer %]
9 </form>
70737b6e 10</div>
5a1a893e 11
12=for layout header
13
599c1172 14=for layout container_list
5a1a893e 15
599c1172 16[% call_next %]
6ab43711 17
599c1172 18=for layout container
6ab43711 19
39733b97 20[% call_next %]
5a1a893e 21
664d660c 22=for layout buttons
23 [% message %]
24 [% ok_button_fragment %]
25 [% apply_button_fragment %]
26 [% cancel_button_fragment %]
27
2a7dc923 28=for layout message_layout
29
30<span class="action_message">[% as_string %]</span>
31
f3c72687 32=for layout standard_button
33
26ff73d7 34<span class="action_button">
f3c72687 35 <input type="submit" class="button" name="[% event_id %]" value="[% label %]" />
26ff73d7 36</span>
f3c72687 37
664d660c 38=for layout ok_button
39
f3c72687 40[% standard_button %]
664d660c 41
42=for layout apply_button
43
f3c72687 44[% standard_button %]
664d660c 45
46=for layout cancel_button
47
f3c72687 48[% standard_button %]
664d660c 49
5a1a893e 50=for layout footer
51
5a1a893e 52=cut