META-INF.velocity.start.vm Maven / Gradle / Ivy
#*
* Copyright (C) 2013 Inera AB (http://www.inera.se)
*
* This file is part of Inera MessageService (http://code.google.com/p/inera-message).
*
* Inera MessageService is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Inera MessageService is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*#
#springMessage('start.welcome')
#springMessage('start.info')
#springMessage('start.status')
#springMessage('common.targetSys')
#springMessage('common.targetOrg')
#springMessage('common.serviceContract')
#springMessage('overview.messageCount')
#springMessage('overview.retrievedCount')
#springMessage('overview.totalSize')
#springMessage('overview.averageSize')
#springMessage('overview.oldestMessageAge')
#set($count=0)
#foreach( $report in $reports )
#if($report.targetOrganization.length() == 0)Total#end
#if($report.serviceContract.toString().length()==0)$report.targetOrganization#end
$report.serviceContract
$report.messageCount
$report.retrievedCount
$report.totalSize
$report.averageSize
$report.oldestMessageAge
#end
© 2015 - 2024 Weber Informatics LLC | Privacy Policy