ソースを参照

Update makehtml_all.htm

tags/6.1.8
xushubieli 3年前
コミット
c3f2575499
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      src/admin/templets/makehtml_all.htm

+ 2
- 2
src/admin/templets/makehtml_all.htm ファイルの表示

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


読み込み中…
キャンセル
保存