aboutsummaryrefslogtreecommitdiff
path: root/templates/form.html
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-07-29 17:49:28 +0200
committerGuido Günther <agx@sigxcpu.org>2010-07-29 17:49:28 +0200
commit8ee47f3051830d308870b4cc8414768310b49153 (patch)
tree8e6aec92c1cd0e456c4c456547dd78ea68b90e36 /templates/form.html
parentd2533637e3d98f50d0c85a83df7f227abd0ecb2e (diff)
Add form to the changelog side too
Diffstat (limited to 'templates/form.html')
-rw-r--r--templates/form.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/form.html b/templates/form.html
new file mode 100644
index 0000000..658ac50
--- /dev/null
+++ b/templates/form.html
@@ -0,0 +1,7 @@
+ <form action="/cl2vcs/tmp/index.cgi" method="get">
+ <p>
+ <label for="pkg">Source Package:</label>
+ <input type="text" name="pkg" id="pkg"/>
+ <input type="submit" value="cl2vcs"/>
+ </p>
+ </form>