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

changeset 184
e8eecee6aadf
parent 181
502a10e24b85
child 227
f0ede8046b59
equal deleted inserted replaced
183:61669abf277f 184:e8eecee6aadf
33 <c:set var="project" scope="page" value="${viewmodel.projectInfo.project}"/> 33 <c:set var="project" scope="page" value="${viewmodel.projectInfo.project}"/>
34 34
35 <%@include file="../jspf/project-header.jspf"%> 35 <%@include file="../jspf/project-header.jspf"%>
36 36
37 <div id="tool-area"> 37 <div id="tool-area">
38 <a href="./projects/${project.node}/create-component" class="button"><fmt:message key="button.component.create"/></a> 38 <a href="./projects/${project.node}/components/-/create" class="button"><fmt:message key="button.component.create"/></a>
39 <a href="./projects/${project.node}/create-issue" class="button"><fmt:message key="button.issue.create"/></a> 39 <a href="./projects/${project.node}/issues/-/-/-/create" class="button"><fmt:message key="button.issue.create"/></a>
40 </div> 40 </div>
41 41
42 <h2><fmt:message key="progress" /></h2> 42 <h2><fmt:message key="progress" /></h2>
43 43
44 <c:set var="summary" value="${viewmodel.projectInfo.issueSummary}" /> 44 <c:set var="summary" value="${viewmodel.projectInfo.issueSummary}" />
73 <c:forEach var="componentInfo" items="${viewmodel.componentInfos}" > 73 <c:forEach var="componentInfo" items="${viewmodel.componentInfos}" >
74 <tr> 74 <tr>
75 <td rowspan="2" style="width: 2em;"><a href="./projects/${project.node}/components/${componentInfo.component.node}/edit">&#x270e;</a></td> 75 <td rowspan="2" style="width: 2em;"><a href="./projects/${project.node}/components/${componentInfo.component.node}/edit">&#x270e;</a></td>
76 <td rowspan="2"> 76 <td rowspan="2">
77 <div class="navmenu-icon" style="background-color: ${componentInfo.component.color}"></div> 77 <div class="navmenu-icon" style="background-color: ${componentInfo.component.color}"></div>
78 <a href="./projects/${project.node}/${componentInfo.component.node}/all-versions/issues/"> 78 <a href="./projects/${project.node}/issues/-/${componentInfo.component.node}/">
79 <c:out value="${componentInfo.component.name}"/> 79 <c:out value="${componentInfo.component.name}"/>
80 </a> 80 </a>
81 </td> 81 </td>
82 <td rowspan="2"><c:out value="${componentInfo.component.description}"/> </td> 82 <td rowspan="2"><c:out value="${componentInfo.component.description}"/> </td>
83 <td class="hright">${componentInfo.issueSummary.open}</td> 83 <td class="hright">${componentInfo.issueSummary.open}</td>

mercurial