。。。。。。。。。。。。。。。。。单选
<td class="value">
<input <c:if test="${articlePage.top==1 }">checked="checked"</c:if> value="1" name="top" id="100" class="fangbox" type="checkbox"/>
<label for="100">是否置顶</label>
<input <c:if test="${articlePage.anchor==1 }">checked="checked"</c:if> class="fangbox" value="1" name="anchor" id="120" type="checkbox"/>
<label for="120">是否启用锚点</label>
</td>
。。。。。。。。。。。。。。。下拉框
审核状态:
<select name="searauditflag" id="searauditflag">
<option value="-1">请选择</option>
<option value="0">未审核</option>
<option value="2">审核通过</option>
<option value="3">审核不通过</option>
</select>
时间: 2024-12-15 07:11:29