src/main/webapp/WEB-INF/jspf/version-list.jspf

changeset 178
88207b860cba
parent 115
c27638a50c92
child 214
69647ddb57f2
equal deleted inserted replaced
177:9884941a6d79 178:88207b860cba
4 <c:forEach var="vselitem" items="${selectionList}"> 4 <c:forEach var="vselitem" items="${selectionList}">
5 <option value="${vselitem.id}" 5 <option value="${vselitem.id}"
6 <c:forEach var="v" items="${data}"> 6 <c:forEach var="v" items="${data}">
7 <c:if test="${v eq vselitem}">selected</c:if> 7 <c:if test="${v eq vselitem}">selected</c:if>
8 </c:forEach> 8 </c:forEach>
9 <c:if test="${vid eq vselitem.id}">selected</c:if>
9 > 10 >
10 <c:out value="${vselitem.name}" /> 11 <c:out value="${vselitem.name}" />
11 </option> 12 </option>
12 </c:forEach> 13 </c:forEach>
13 </select> 14 </select>

mercurial