From c459bfa5f5bc8602985de8810560230e458d5742 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Sat, 25 Jun 2011 12:38:03 +0000 Subject: [PATCH] Add MDUI statistics for mdx channels. This is currently based on the imported metadata, which may exclude entities which have been filtered out. Needs to be reworked to operate on the raw aggregates. --- build.xml | 41 +++++++++++++++++++++ build/statistics_mdui.xsl | 76 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 117 insertions(+) create mode 100644 build/statistics_mdui.xsl diff --git a/build.xml b/build.xml index 33d2237b..d28d446a 100644 --- a/build.xml +++ b/build.xml @@ -810,6 +810,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + Please select the channel to use (e.g., us_incommon): + + + + + + + + + + + + + + + + + + + + + + Total entities: + + + + + + mdui:UIInfo: + + ( + + ) + + Identity providers: + + + + + + mdui:UIInfo: + + ( + + ) + + Service providers: + + + + + + mdui:UIInfo: + + ( + + ) + + + + \ No newline at end of file