|
|
@@ -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()"> 指定时间的所有更新</label> |
|
|
|
<label><input name="uptype" id="uptype1" type="radio" value="time" onClick="SelUp()" checked="checked"> 指定时间的所有更新</label> |
|
|
|
<label><input name="uptype" id="uptype2" type="radio" onClick="SelUp()" value="id"> 指定ID文档的所有更新</label> |
|
|
|
<label><input name="uptype" id="uptype3" type="radio" onClick="SelUp()" value="mkall" checked="checked"> 更新所有</label> |
|
|
|
<label><input name="uptype" id="uptype3" type="radio" onClick="SelUp()" value="mkall"> 更新所有</label> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
<tr id="seltime"> |
|
|
|