<%- local rowcnt = 1 function rowstyle() rowcnt = rowcnt + 1 return (rowcnt % 2) + 1 end -%> <%+rtorrent/tabmenu%>
<%=self.description%>
<%- for i, k in pairs(self.children) do -%>
<%=ifattr(k.onclick, "onclick", k.onclick)%>><%=k.title%>
<%- end -%>
<%- for j, k in ipairs(self:cfgsections()) do section = k scope = { valueheader = "rtorrent/empty", valuefooter = "rtorrent/empty" } -%>
<%- for i, node in ipairs(self.children) do -%>
"> <%- node:render(section, scope or {}) -%>
">
<%- end -%>
<%- end -%>