diff options
author | ivan <ivan> | 2010-06-08 08:24:46 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-06-08 08:24:46 +0000 |
commit | 3d0320979331ac4b68fc07fd4203d74c1b05aff4 (patch) | |
tree | 37b25bdce4d8666a015e97283aa03cc32c078eda /httemplate/misc/cdr-post.html | |
parent | 964843e86eba1171f3e946f021ac450348852e3a (diff) |
add programmatic CDR posting, RT#8201
Diffstat (limited to 'httemplate/misc/cdr-post.html')
-rw-r--r-- | httemplate/misc/cdr-post.html | 11 |
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") %> |