summaryrefslogtreecommitdiff
path: root/httemplate/misc/cdr-post.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/misc/cdr-post.html')
-rw-r--r--httemplate/misc/cdr-post.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/httemplate/misc/cdr-post.html b/httemplate/misc/cdr-post.html
new file mode 100644
index 0000000..5d34272
--- /dev/null
+++ b/httemplate/misc/cdr-post.html
@@ -0,0 +1,11 @@
+<% include("/elements/header.html",'Call Detail Record - POST Import') %>
+
+<FORM METHOD="POST" ACTION="cdr-post.cgi" enctype="multipart/form-data">
+
+ cdr_file: <INPUT TYPE="file" NAME="cdr_file"><BR><BR>
+
+ <INPUT TYPE="submit" VALUE="upload">
+
+</FORM>
+
+<% include("/elements/footer.html") %>