|
@@ -126,6 +126,9 @@
|
|
|
</div>
|
|
|
<div class="control-group">
|
|
|
<label class="control-label">跳转方式:</label>
|
|
|
+ <div class="controls" style="margin-top: 10px">
|
|
|
+ <input type="radio" name="jumpType" value="4" class="relative-pst" onchange="changeJumpType()" ${cmHeheImage.jumpType eq 4 ? "checked" : ""} />无:
|
|
|
+ </div>
|
|
|
<div class="controls">
|
|
|
<input type="radio" name="jumpType" value="1" class="relative-pst" onchange="changeJumpType()" ${(cmHeheImage.jumpType eq null || cmHeheImage.jumpType eq 1 )? "checked" : ""} />链接:
|
|
|
<form:input path="jumpLink" htmlEscape="false" class="input-xxlarge relative-pst"/>
|