|
@@ -123,10 +123,48 @@ $().ready(function() {
|
|
<th>
|
|
<th>
|
|
<span class="requiredField">*</span>是否国内:
|
|
<span class="requiredField">*</span>是否国内:
|
|
</th>
|
|
</th>
|
|
- <td>
|
|
|
|
- <label><input name="ifForeign" type="radio" value="0" />是 </label>
|
|
|
|
- <label><input name="ifForeign" type="radio" value="1" />否 </label>
|
|
|
|
- </td>
|
|
|
|
|
|
+ [#if admin.ifForeign==0]
|
|
|
|
+ <td>
|
|
|
|
+ <label><input name="ifForeign" type="radio" value="0" checked/>是 </label>
|
|
|
|
+ <label><input name="ifForeign" type="radio" value="1" />否 </label>
|
|
|
|
+ </td>
|
|
|
|
+ [/#if]
|
|
|
|
+ [#if admin.ifForeign==1]
|
|
|
|
+ <td>
|
|
|
|
+ <label><input name="ifForeign" type="radio" value="0" />是 </label>
|
|
|
|
+ <label><input name="ifForeign" type="radio" value="1" checked/>否 </label>
|
|
|
|
+ </td>
|
|
|
|
+ [/#if]
|
|
|
|
+ [#if admin.ifForeign==null||admin.ifForeign==""]
|
|
|
|
+ <td>
|
|
|
|
+ <label><input name="ifForeign" type="radio" value="0" />是 </label>
|
|
|
|
+ <label><input name="ifForeign" type="radio" value="1" />否 </label>
|
|
|
|
+ </td>
|
|
|
|
+ [/#if]
|
|
|
|
+ </tr>
|
|
|
|
+
|
|
|
|
+ <tr>
|
|
|
|
+ <th>
|
|
|
|
+ 是否开放远程开关机:
|
|
|
|
+ </th>
|
|
|
|
+ [#if admin.open!=0&&admin.open!=1]
|
|
|
|
+ <td>
|
|
|
|
+ <label><input name="open" type="radio" value="0" />是 </label>
|
|
|
|
+ <label><input name="open" type="radio" value="1" />否 </label>
|
|
|
|
+ </td>
|
|
|
|
+ [/#if]
|
|
|
|
+ [#if admin.open==0]
|
|
|
|
+ <td>
|
|
|
|
+ <label><input name="open" type="radio" value="0" checked/>是 </label>
|
|
|
|
+ <label><input name="open" type="radio" value="1" />否 </label>
|
|
|
|
+ </td>
|
|
|
|
+ [/#if]
|
|
|
|
+ [#if admin.open==1]
|
|
|
|
+ <td>
|
|
|
|
+ <label><input name="open" type="radio" value="0" />是 </label>
|
|
|
|
+ <label><input name="open" type="radio" value="1" checked/>否 </label>
|
|
|
|
+ </td>
|
|
|
|
+ [/#if]
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<th>
|
|
<th>
|