src/main/webapp/WEB-INF/jsp/issue-form.jsp

changeset 113
eba08a3a7eb2
parent 108
6657dad897ea
child 115
c27638a50c92
equal deleted inserted replaced
112:a9221ecacd05 113:eba08a3a7eb2
36 <colgroup> 36 <colgroup>
37 <col> 37 <col>
38 <col style="width: 75ch"> 38 <col style="width: 75ch">
39 </colgroup> 39 </colgroup>
40 <tbody> 40 <tbody>
41 <c:if test="${viewmodel.issue.id ge 0}">
41 <tr> 42 <tr>
42 <th><fmt:message key="issue.id"/></th> 43 <th><fmt:message key="issue.id"/></th>
43 <td>${issue.id}</td> 44 <td>${issue.id}</td>
44 </tr> 45 </tr>
46 </c:if>
45 <tr> 47 <tr>
46 <th><fmt:message key="issue.project"/></th> 48 <th><fmt:message key="issue.project"/></th>
47 <td> 49 <td>
48 <c:choose> 50 <c:choose>
49 <c:when test="${not empty issue.project}"> 51 <c:when test="${not empty issue.project}">

mercurial