summaryrefslogtreecommitdiff
path: root/httemplate/misc/cdr-post.html
diff options
context:
space:
mode:
authorivan <ivan>2010-06-08 08:24:46 +0000
committerivan <ivan>2010-06-08 08:24:46 +0000
commit3d0320979331ac4b68fc07fd4203d74c1b05aff4 (patch)
tree37b25bdce4d8666a015e97283aa03cc32c078eda /httemplate/misc/cdr-post.html
parent964843e86eba1171f3e946f021ac450348852e3a (diff)
add programmatic CDR posting, RT#8201
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 000000000..5d34272f7
--- /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") %>