From 049da6c538c952f938af4544a07c688b89c26a17 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 5 Oct 2004 16:28:28 +0000 Subject: RADIUS session viewing --- httemplate/search/sqlradius.html | 70 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 httemplate/search/sqlradius.html (limited to 'httemplate/search/sqlradius.html') diff --git a/httemplate/search/sqlradius.html b/httemplate/search/sqlradius.html new file mode 100644 index 000000000..48a3d8680 --- /dev/null +++ b/httemplate/search/sqlradius.html @@ -0,0 +1,70 @@ +<%= include( '/elements/header.html', 'Search RADIUS sessions', '', '', ' + + + + +') %> +
+<% #include( '/elements/table.html' ) %> +<%= ntable('#cccccc') %> + + Username: + + + + + (leave blank to show all users) + + + IP address: + + + + + (leave blank to show all IPs) + + + From: + + + + + + + + m/d/y + + + To: + + + + + + + + m/d/y +
(leave one or both dates blank for an open-ended search) + + + +
+
+ + + + -- cgit v1.2.1 From 48ba2845d0119c56971d5b724661aa37e73b49dd Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 20 Nov 2004 17:26:56 +0000 Subject: first pass at VoIP rating --- httemplate/search/sqlradius.html | 37 +++++++++++++++++++++++++++++-------- 1 file changed, 29 insertions(+), 8 deletions(-) (limited to 'httemplate/search/sqlradius.html') diff --git a/httemplate/search/sqlradius.html b/httemplate/search/sqlradius.html index 48a3d8680..f33313f81 100644 --- a/httemplate/search/sqlradius.html +++ b/httemplate/search/sqlradius.html @@ -15,14 +15,35 @@ (leave blank to show all users) - - IP address: - - - - - (leave blank to show all IPs) - + +<% my @part_export = qsearch( 'part_export', { 'exporttype' => 'sqlradius' } ); + push @part_export, + qsearch( 'part_export', { 'exporttype' => 'sqlradius_withdomain' } ); +%> + +<% if ( grep { ! $_->option('hide_ip') } @part_export ) { %> + + IP address: + + + + + (leave blank to show all IPs) + +<% } %> + +<% if ( grep { $_->option('show_called_station') } @part_export ) { %> + + Destination prefix: + + + + + (country code or country code and prefix) + (leave blank to show all destinations) + +<% } %> + From: -- cgit v1.2.1 From d14421ac2a351bb1d934b1e3b16f3f806a239331 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 22 Nov 2004 02:31:17 +0000 Subject: UI fix on search directions, fix bug preventing show_called_station, hide_ip and hide_data form working --- httemplate/search/sqlradius.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'httemplate/search/sqlradius.html') diff --git a/httemplate/search/sqlradius.html b/httemplate/search/sqlradius.html index f33313f81..20e8fb817 100644 --- a/httemplate/search/sqlradius.html +++ b/httemplate/search/sqlradius.html @@ -40,6 +40,9 @@ (country code or country code and prefix) + + + (leave blank to show all destinations) <% } %> -- cgit v1.2.1 From 34647c32b50ce3b8ee1b6d3d7aef4ba9d0297bdb Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 6 Mar 2005 03:04:29 +0000 Subject: add Excel and CSV download of templated reports and clean up their HTML formatting, closes; Bug#520, Bug#1107 --- httemplate/search/sqlradius.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/search/sqlradius.html') diff --git a/httemplate/search/sqlradius.html b/httemplate/search/sqlradius.html index 20e8fb817..8f4878dbc 100644 --- a/httemplate/search/sqlradius.html +++ b/httemplate/search/sqlradius.html @@ -4,7 +4,7 @@ ') %> -
+ <% #include( '/elements/table.html' ) %> <%= ntable('#cccccc') %> -- cgit v1.2.1