libs: drop uvl and uvldoc
[project/luci.git] / libs / uvldoc / luasrc / uvldoc / proto / xhtml / menu.xml
diff --git a/libs/uvldoc/luasrc/uvldoc/proto/xhtml/menu.xml b/libs/uvldoc/luasrc/uvldoc/proto/xhtml/menu.xml
deleted file mode 100644 (file)
index c0ad3da..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<div class="menu-title">LuCI UVLDoc</div>
-<ul class="menu-index">
-<li<%-if not scheme then%> class="menu-active"<%-end-%>>
-       <a href="<%=self:_index_filename()%>">Index</a>
-</li>
-</ul>
-
-<div class="menu-title">Schemes</div>
-<ul class="menu-index">
-<% for k, v in luci.util.kspairs(self.schemes) do %>
-<li<%-if scheme == k then%> class="menu-active"<%-end-%>>
-       <a href="<%=self:_scheme_filename(k)%>"><%=k%></a>
-       <%-if scheme == k then-%>
-       <ul>
-               <%-for k2, v2 in luci.util.kspairs(v.sections) do%>
-               <li<%-if k2 == section then%> class="menu-active"<%-end-%>><a href="<%=self:_section_filename(k, k2)%>"><%=k2%></a></li>
-               <%end-%>
-       </ul>
-       <%-end%>
-</li>
-<%-end%>
-</ul>
\ No newline at end of file