<% local utl = require "luci.util" local title = luci.i18n.translate(data.title or "Search") local width = data.width or "100%" if type(width) == "number" then width = width .. "px" end %>

<%=title%>


<% local checked = " checked" for k, v in ipairs(data.engine) do local e = utl.split(v, "|") local name = e[1] local url = e[2] if name and url then %> > <%=name%>
<% end checked = "" end %>