jquery表格排序(10)
来源:未知 责任编辑:责任编辑 发表时间:2015-09-16 20:03 点击:次
<td class="common">
<select name="datapatchInf.priority">
<option value="">请选择</option>
<option value="Normal" <c:if test="${datapatchInf.priority=='Normal' }">selected</c:if> >Normal</option>
<option value="Emergency" <c:if test="${datapatchInf.priority=='Emergency' }">selected</c:if>>Emergency</option>
</select>
</td>
</tr>
<tr>
<th class="specalt" scope="row" abbr="Model">Developer:</th>
<td class="common">
<select name="datapatchInf.developer">
<option value="">请选择</option>
<logic:iterate id="s" name="saList">
<option value="${s.value }" <c:if test="${datapatchInf.developer==s.value }">selected</c:if> >${s.desc }</option>
</logic:iterate>
</select>
</td>
<th class="specalt_bt" scope="row" abbr="Model">
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>