Browse Source

Update makehtml_all.htm

tags/6.1.8
xushubieli 2 years ago
parent
commit
c3f2575499
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/admin/templets/makehtml_all.htm

+ 2
- 2
src/admin/templets/makehtml_all.htm View File

@@ -67,9 +67,9 @@ function SelUp(){
<tr>
<td width="260" height="26">更新选项:</td>
<td height="26">
<label><input name="uptype" id="uptype1" type="radio" value="time" onClick="SelUp()">&nbsp;指定时间的所有更新</label>
<label><input name="uptype" id="uptype1" type="radio" value="time" onClick="SelUp()" checked="checked">&nbsp;指定时间的所有更新</label>
<label><input name="uptype" id="uptype2" type="radio" onClick="SelUp()" value="id">&nbsp;指定ID文档的所有更新</label>
<label><input name="uptype" id="uptype3" type="radio" onClick="SelUp()" value="mkall" checked="checked">&nbsp;更新所有</label>
<label><input name="uptype" id="uptype3" type="radio" onClick="SelUp()" value="mkall">&nbsp;更新所有</label>
</td>
</tr>
<tr id="seltime">


Loading…
Cancel
Save