summaryrefslogtreecommitdiff
path: root/httemplate/search/report_cdr.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/report_cdr.html')
-rw-r--r--httemplate/search/report_cdr.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/httemplate/search/report_cdr.html b/httemplate/search/report_cdr.html
new file mode 100644
index 000000000..c480c05f1
--- /dev/null
+++ b/httemplate/search/report_cdr.html
@@ -0,0 +1,12 @@
+<% include('/elements/header.html', 'Call Detail Record Search' ) %>
+
+<FORM ACTION="cdr.html" METHOD="GET">
+Status: <SELECT NAME="freesidestatus">
+ <OPTION VALUE="">(all)
+ <OPTION VALUE="NULL">unprocessed
+ <OPTION VALUE="done">processed
+</SELECT><BR>
+<INPUT TYPE="submit" VALUE="Search Call Detail Records">
+
+<% include('/elements/footer.html') %>
+