diff --git a/expert/browser/report.pt b/expert/browser/report.pt index d349f2e..f86de77 100755 --- a/expert/browser/report.pt +++ b/expert/browser/report.pt @@ -5,8 +5,28 @@
+
+
+
+
+ + +
+
+
+ +
+ +
+
+ + +
+
-
-
diff --git a/expert/browser/report.py b/expert/browser/report.py index a23322e..a24d1bd 100755 --- a/expert/browser/report.py +++ b/expert/browser/report.py @@ -226,3 +226,12 @@ class ReportConceptView(ResultsConceptView, ReportView): if ri.userSettings: return [f for f in qf if f in ri.userSettings] return qf + + +class ReportParamsView(ReportConceptView): + """ Report view allowing to enter parameters before executing the report. + """ + + @Lazy + def macro(self): + return self.report_macros['main_params']