|
@@ -37,15 +37,19 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="control-group">
|
|
|
+ <c:if test="${config.type.value!=3 }">
|
|
|
<label class="control-label">详情</label>
|
|
|
<div class="controls">
|
|
|
- <c:if test="${config.type.value==3 }">
|
|
|
- <input name="description" type="checkbox" <c:if test="${config.description=='on'}">checked</c:if>/>
|
|
|
- </c:if>
|
|
|
- <c:if test="${config.type.value!=3 }">
|
|
|
<form:textarea path="description" htmlEscape="false" rows="4" maxlength="200" class="input-xxlarge"/>
|
|
|
- </c:if>
|
|
|
</div>
|
|
|
+ </c:if>
|
|
|
+
|
|
|
+ <c:if test="${config.type.value==3 }">
|
|
|
+ <label class="control-label">是否开启</label>
|
|
|
+ <div class="controls">
|
|
|
+ <input name="description" type="checkbox" <c:if test="${config.description=='on'}">checked</c:if>/>
|
|
|
+ </div>
|
|
|
+ </c:if>
|
|
|
</div>
|
|
|
<div class="form-actions">
|
|
|
<input id="btnSubmit" class="btn btn-primary" type="submit" value="保 存"/>
|