aboutsummaryrefslogtreecommitdiff
path: root/templates/form.html
diff options
context:
space:
mode:
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>