All Downloads are FREE. Search and download functionalities are using the official Maven repository.

portal.default.redbox.report.manageReports.vm Maven / Gradle / Ivy

There is a newer version: 1.10.2
Show newest version
#if($self.getErrorMsg()=="")
#set($pageTitle = "Manage Reports")

Manage Reports

#set ($reports = $self.getReports()) #if($reports) #foreach($report in $reports.values()) #set($link = $self.getReportRunLink($report)) #set($editlink = $self.getReportEditLink($report)) #end #else #end
Select Report Report Type Run
$report.getLabel() #if($report.getClass().getName() == "com.googlecode.fascinator.portal.report.RedboxReport")Report #else Statistical Report#end Run
No Reports
#else
$self.getErrorMsg()
#end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy