more work towards widgets, split up the templates and added some super basic POD
[catagits/Reaction.git] / share / skin / default / layout / field / file
1 =for layout widget
2
3 [% label %] [% field %] [% message %]
4
5 =for layout field
6
7 <input type="file" name="[% name | html%]" id="[% id | html %]" />
8
9 =for layout label
10
11 <!-- This conditional goes away when mst comes up with something better -->
12 [% IF content %]
13   <label for="[% id | html %]"> [% content | html %]: </label>
14 [% END %]
15
16 =for layout message
17
18 <!-- This conditional goes away when mst comes up with something better -->
19 [% IF content %]
20   <span> [% content | html %] </span>
21 [% END %]
22
23 =cut