<%+cbi/valueheader%> <% if self.widget == "select" then %> <% elseif self.widget == "radio" then local c = 0 for i, key in pairs(self.keylist) do c = c + 1 %> /> ><%=self.vallist[i]%> <% if c == self.size then c = 0 %><% if self.orientation == "horizontal" then %> <% else %>
<% end %> <% end end %> <% end %> <%+cbi/valuefooter%>