X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-ddns%2Fluasrc%2Fview%2Fddns%2Fdetail_lvalue.htm;fp=applications%2Fluci-ddns%2Fluasrc%2Fview%2Fddns%2Fdetail_lvalue.htm;h=d516837b2bb493f625ffbea5edd7fcf3b44ff805;hp=0000000000000000000000000000000000000000;hb=c09f8a7e41b2fa9eb949756cff0c83d7357102a6;hpb=bb388f0873b5f9b88c45af5c7d35e9eb9f4ac8ac diff --git a/applications/luci-ddns/luasrc/view/ddns/detail_lvalue.htm b/applications/luci-ddns/luasrc/view/ddns/detail_lvalue.htm new file mode 100644 index 000000000..d516837b2 --- /dev/null +++ b/applications/luci-ddns/luasrc/view/ddns/detail_lvalue.htm @@ -0,0 +1,22 @@ + + + +  +<% 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%> +