build: remove some obsolete support scripts
[project/luci.git] / libs / uvldoc / luasrc / uvldoc / proto / xhtml / scheme.xml
1 <%- title = scheme -%>
2 <%+header.xml%>
3 <h1 class="section-title"><%=scheme-%>
4 <%-if package.title then%><dfn> - <%=package.title%></dfn><%end%></h1>
5 <div class="scheme-description"><%=package.description%></div>
6
7 <h3 class="scheme-title">Sections:</h3>
8 <table class="scheme-index">
9 <% for k, v in luci.util.kspairs(package.sections) do %>
10 <tr>
11 <th><a href="<%=self:_section_filename(scheme, k)%>"><%=k%></a></th>
12 <td><%=v.title%></td>
13 </tr>
14 <% end %>
15 </table>
16 <%+footer.xml%>