From 1cf39475a4ba90ed0aa49ed983542077e4609c22 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 31 Dec 2008 03:28:57 +0000 Subject: bell west CDR format, RT#4403 --- httemplate/misc/cdr-import.html | 55 ++++++++++++++++++++++++++++++++--------- 1 file changed, 43 insertions(+), 12 deletions(-) (limited to 'httemplate/misc/cdr-import.html') diff --git a/httemplate/misc/cdr-import.html b/httemplate/misc/cdr-import.html index 62e38b29b..7af6c521f 100644 --- a/httemplate/misc/cdr-import.html +++ b/httemplate/misc/cdr-import.html @@ -1,19 +1,50 @@ <% include("/elements/header.html",'Call Detail Record Import') %> -
-Import a CSV file containing Call Detail Records (CDRs).

-CDR Format: - -

- -Filename:

+ +<% include( '/elements/form-file_upload.html', + 'name' => 'CDRImportForm', + 'action' => 'process/cdr-import.html', + 'num_files' => 1, + 'fields' => [ 'format', 'cdrbatch', ], + 'message' => 'CDR import successful', + 'url' => $p."search/cdr.html?cdrbatch=$cdrbatch", + ) +%> + +Import a file containing Call Detail Records (CDRs).

- +<% ntable('#cccccc', 2) %> + + + CDR Format + + + + + + <% include( '/elements/file-upload.html', + 'field' => 'file', + 'label' => 'Filename', + ) + %> + + + + + + + + +
<% include('/elements/footer.html') %> -- cgit v1.2.1