summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-mac.html
blob: 026923baaefd28052c50a0b5e176e717ba3a3cbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<% include('tr-td-label.html', @_ ) %>
 <TD>
      <% include('/elements/select-mac.html', %opt ) %>
 </TD>
</TR>

<%init>

my %opt = @_;

</%init>