src/main/webapp/WEB-INF/jsp/versions.jsp

changeset 110
9d0be0b1580f
parent 109
2e0669e814ff
child 112
a9221ecacd05
equal deleted inserted replaced
109:2e0669e814ff 110:9d0be0b1580f
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
44 <%@include file="../jspf/issue-summary.jsp"%> 44 <%@include file="../jspf/issue-summary.jsp"%>
45 45
46 <table id="version-list" class="datatable medskip fullwidth"> 46 <table id="version-list" class="datatable medskip fullwidth">
47 <colgroup> 47 <colgroup>
48 <col> 48 <col>
49 <col width="20%"> 49 <col width="28%">
50 <col width="20%"> 50 <col width="12%">
51 <col width="10%"> 51 <col width="12%">
52 <col width="10%"> 52 <col width="12%">
53 <col width="10%"> 53 <col width="12%">
54 <col width="10%"> 54 <col width="12%">
55 <col width="10%"> 55 <col width="12%">
56 <col width="10%">
57 </colgroup> 56 </colgroup>
58 <thead> 57 <thead>
59 <tr> 58 <tr>
60 <th colspan="3"></th> 59 <th colspan="3"></th>
61 <th colspan="3" class="hcenter"> 60 <th colspan="3" class="hcenter">
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}">&#x270e;</a></td> 81 <td style="width: 2em;"><a href="./projects/versions/edit?vid=${versionInfo.version.id}">&#x270e;</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>

mercurial