build: remove some obsolete support scripts
[project/luci.git] / libs / uvldoc / luasrc / uvldoc / proto / xhtml / scheme.xml
index 91043bf..f4fe22e 100644 (file)
@@ -1,13 +1,14 @@
+<%- title = scheme -%>
 <%+header.xml%>
 <h1 class="section-title"><%=scheme-%>
-<%-if package.title then%>: <%=package.title%><%end%></h1>
+<%-if package.title then%><dfn> - <%=package.title%></dfn><%end%></h1>
 <div class="scheme-description"><%=package.description%></div>
 
 <h3 class="scheme-title">Sections:</h3>
 <table class="scheme-index">
 <% for k, v in luci.util.kspairs(package.sections) do %>
 <tr>
-       <td><a href="<%=self:_section_filename(scheme, k)%>"><%=k%></a></td>
+       <th><a href="<%=self:_section_filename(scheme, k)%>"><%=k%></a></th>
        <td><%=v.title%></td>
 </tr>
 <% end %>