32 |
32 |
33 <c:set var="project" scope="page" value="${viewmodel.projectInfo.project}"/> |
33 <c:set var="project" scope="page" value="${viewmodel.projectInfo.project}"/> |
34 <%@include file="../jspf/project-header.jsp"%> |
34 <%@include file="../jspf/project-header.jsp"%> |
35 |
35 |
36 <div id="tool-area"> |
36 <div id="tool-area"> |
37 <a href="./projects/versions/edit" class="button"><fmt:message key="button.version.create"/></a> |
37 <a href="./projects/versions/edit?vid=-1" class="button"><fmt:message key="button.version.create"/></a> |
38 <a href="./projects/issues/edit?pid=${project.id}" class="button"><fmt:message key="button.issue.create"/></a> |
38 <a href="./projects/issues/edit?pid=${project.id}" class="button"><fmt:message key="button.issue.create"/></a> |
39 </div> |
39 </div> |
40 |
40 |
41 <h2><fmt:message key="progress" /></h2> |
41 <h2><fmt:message key="progress" /></h2> |
42 |
42 |
66 </th> |
65 </th> |
67 </tr> |
66 </tr> |
68 <tr> |
67 <tr> |
69 <th></th> |
68 <th></th> |
70 <th><fmt:message key="version.name"/></th> |
69 <th><fmt:message key="version.name"/></th> |
71 <th><fmt:message key="version.status" /></th> |
|
72 <th class="hcenter"><fmt:message key="issues.open" /></th> |
70 <th class="hcenter"><fmt:message key="issues.open" /></th> |
73 <th class="hcenter"><fmt:message key="issues.active" /></th> |
71 <th class="hcenter"><fmt:message key="issues.active" /></th> |
74 <th class="hcenter"><fmt:message key="issues.done" /></th> |
72 <th class="hcenter"><fmt:message key="issues.done" /></th> |
75 <th class="hcenter"><fmt:message key="issues.open" /></th> |
73 <th class="hcenter"><fmt:message key="issues.open" /></th> |
76 <th class="hcenter"><fmt:message key="issues.active" /></th> |
74 <th class="hcenter"><fmt:message key="issues.active" /></th> |
83 <td style="width: 2em;"><a href="./projects/versions/edit?vid=${versionInfo.version.id}">✎</a></td> |
81 <td style="width: 2em;"><a href="./projects/versions/edit?vid=${versionInfo.version.id}">✎</a></td> |
84 <td> |
82 <td> |
85 <a href="projects/view?pid=${viewmodel.projectInfo.project.id}&vid=${versionInfo.version.id}"> |
83 <a href="projects/view?pid=${viewmodel.projectInfo.project.id}&vid=${versionInfo.version.id}"> |
86 <c:out value="${versionInfo.version.name}"/> |
84 <c:out value="${versionInfo.version.name}"/> |
87 </a> |
85 </a> |
88 </td> |
86 <div class="version-tag version-${versionInfo.version.status}"> |
89 <td> |
87 <c:out value="${versionInfo.version.status}"/> |
90 <fmt:message key="version.status.${versionInfo.version.status}"/> |
88 </div> |
91 </td> |
89 </td> |
92 <td class="hright">${versionInfo.resolvedTotal.open}</td> |
90 <td class="hright">${versionInfo.resolvedTotal.open}</td> |
93 <td class="hright">${versionInfo.resolvedTotal.active}</td> |
91 <td class="hright">${versionInfo.resolvedTotal.active}</td> |
94 <td class="hright">${versionInfo.resolvedTotal.done}</td> |
92 <td class="hright">${versionInfo.resolvedTotal.done}</td> |
95 <td class="hright">${versionInfo.reportedTotal.open}</td> |
93 <td class="hright">${versionInfo.reportedTotal.open}</td> |