summaryrefslogtreecommitdiffstats
path: root/lbu-listchanges-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'lbu-listchanges-html.lsp')
-rw-r--r--lbu-listchanges-html.lsp9
1 files changed, 9 insertions, 0 deletions
diff --git a/lbu-listchanges-html.lsp b/lbu-listchanges-html.lsp
index 88c1655..0733e96 100644
--- a/lbu-listchanges-html.lsp
+++ b/lbu-listchanges-html.lsp
@@ -18,6 +18,15 @@ io.write("</span>")
end
end %>
+<% if session.permissions.lbu.getpackage then %>
+<H1>Download Overlay</H1>
+<DL>
+ <DT>Generate and download overlay</DT>
+ <DD><form action="<%= page_info.script .. page_info.prefix %>lbu/getpackage" method="POST">
+ <input class="submit" type="submit" name="Download" value="Download"></form></DD>
+</DL>
+<% end %>
+
<H1>Changes Since Last Commit</H1>
<DL>
<dt>Files changed since last commit</dt>