projects
/
project
/
luci.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
build: remove some obsolete support scripts
[project/luci.git]
/
libs
/
uvldoc
/
luasrc
/
uvldoc
/
proto
/
xhtml
/
index.xml
1
<%+header.xml%>
2
<h1 class="index-title">UCI Documentation</h1>
3
<h3 class="index-subtitle">Schemes</h3>
4
<table class="index">
5
<% for k, v in luci.util.kspairs(self.schemes) do %>
6
<tr>
7
<th><a href="<%=self:_scheme_filename(k)%>"><%=k%></a></th>
8
<td><%=self.schemes[k].title%></td>
9
</tr>
10
<% end %>
11
</table>
12
<%+footer.xml%>