summaryrefslogtreecommitdiffstats
path: root/lbu-listchanges-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-11-19 14:25:49 +0000
committerTed Trask <ttrask01@yahoo.com>2008-11-19 14:25:49 +0000
commit61104b8eed155a798a69256d45776cb3e1a40ccf (patch)
treee7e9313b08c15e0934b9729dbfb1f2ffcc8781ec /lbu-listchanges-html.lsp
parent4db5cfc0fcaa6f7b46458c9b6fdf964c4bebcfc8 (diff)
downloadacf-alpine-conf-61104b8eed155a798a69256d45776cb3e1a40ccf.tar.bz2
acf-alpine-conf-61104b8eed155a798a69256d45776cb3e1a40ccf.tar.xz
Modified lbu to add ability to download overlay package.
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-conf/trunk@1601 ab2d0c66-481e-0410-8bed-d214d4d58bed
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>