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