src/main/webapp/WEB-INF/dynamic_fragments/projects.jsp

changeset 70
821c4950b619
parent 64
0f1746c6abfb
child 72
0646c14e36fb
equal deleted inserted replaced
69:2223bd79e0c6 70:821c4950b619
63 <th><fmt:message key="thead.owner"/></th> 63 <th><fmt:message key="thead.owner"/></th>
64 </tr> 64 </tr>
65 </thead> 65 </thead>
66 <tbody> 66 <tbody>
67 <c:forEach var="project" items="${projects}"> 67 <c:forEach var="project" items="${projects}">
68 <tr class="nowrap" <c:if test="${project eq selectedProject}">data-selected</c:if> > 68 <tr class="nowrap">
69 <td style="width: 2em;"><a href="./${moduleInfo.modulePath}/edit?id=${project.id}">&#x270e;</a></td> 69 <td style="width: 2em;"><a href="./${moduleInfo.modulePath}/edit?id=${project.id}">&#x270e;</a></td>
70 <td><a href="./${moduleInfo.modulePath}/index/?pid=${project.id}"><c:out value="${project.name}"/></a></td> 70 <td><a href="./${moduleInfo.modulePath}/view?pid=${project.id}"><c:out value="${project.name}"/></a></td>
71 <td><c:out value="${project.description}"/></td> 71 <td><c:out value="${project.description}"/></td>
72 <td> 72 <td>
73 <c:if test="${not empty project.repoUrl}"> 73 <c:if test="${not empty project.repoUrl}">
74 <a target="_blank" href="<c:out value="${project.repoUrl}"/>"><c:out value="${project.repoUrl}"/></a> 74 <a target="_blank" href="<c:out value="${project.repoUrl}"/>"><c:out value="${project.repoUrl}"/></a>
75 </c:if> 75 </c:if>

mercurial