104 </td> |
104 </td> |
105 </tr> |
105 </tr> |
106 </tfoot> |
106 </tfoot> |
107 </table> |
107 </table> |
108 </form> |
108 </form> |
109 |
|
110 <h3><fmt:message key="version.statistics.affected" /></h3> |
|
111 <c:set var="stats" value="${statsAffected}" /> |
|
112 <%@include file="../jspf/version-stats.jsp" %> |
|
113 |
|
114 <h3><fmt:message key="version.statistics.scheduled" /></h3> |
|
115 <c:set var="stats" value="${statsScheduled}" /> |
|
116 <%@include file="../jspf/version-stats.jsp" %> |
|
117 |
|
118 <h3><fmt:message key="version.statistics.resolved" /></h3> |
|
119 <c:set var="stats" value="${statsResolved}" /> |
|
120 <%@include file="../jspf/version-stats.jsp" %> |
|