Ver código fonte

Update makehtml_all.htm

tags/6.1.8
xushubieli 3 anos atrás
pai
commit
c3f2575499
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      src/admin/templets/makehtml_all.htm

+ 2
- 2
src/admin/templets/makehtml_all.htm Ver arquivo

@@ -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">


Carregando…
Cancelar
Salvar