| @@ -11,6 +11,7 @@ | |||||
| - 优化文档分页title标题; | - 优化文档分页title标题; | ||||
| - 修正自动提取关键词功能; | - 修正自动提取关键词功能; | ||||
| - 修正开启绝对链接文档正文上传图片问题; | - 修正开启绝对链接文档正文上传图片问题; | ||||
| - 编辑页面关键词可选择自动生成; | |||||
| - 其他常规问题修复; | - 其他常规问题修复; | ||||
| # V6.5.8 | # V6.5.8 | ||||
| @@ -82,7 +82,6 @@ if ($dopost != 'save') { | |||||
| $source = cn_substrR($source, 255); | $source = cn_substrR($source, 255); | ||||
| $description = cn_substrR($description, 255); | $description = cn_substrR($description, 255); | ||||
| $keywords = trim(cn_substrR($keywords, 255)); | $keywords = trim(cn_substrR($keywords, 255)); | ||||
| if (empty($keywords)) $autokey = 1; | |||||
| $filename = trim(cn_substrR($filename, 50)); | $filename = trim(cn_substrR($filename, 50)); | ||||
| $isremote = 0; | $isremote = 0; | ||||
| $serviterm = empty($serviterm) ? "" : $serviterm; | $serviterm = empty($serviterm) ? "" : $serviterm; | ||||
| @@ -122,7 +122,11 @@ | |||||
| <?php }?> | <?php }?> | ||||
| <tr> | <tr> | ||||
| <td>关键词</td> | <td>关键词</td> | ||||
| <td colspan="3"><input type="text" name="keywords" id="keywords" value="<?php echo $arcRow['keywords']?>" class="admin-input-lg"></td> | |||||
| <td colspan="3"> | |||||
| <input type="text" name="keywords" id="keywords" value="<?php echo $arcRow['keywords']?>" class="admin-input-lg"> | |||||
| <label><input type="checkbox" name="autokey" id="autokey" value="1" <?php if ($cfg_arc_autokeyword=='Y') echo 'checked';?>> 自动获取</label> | |||||
| <button type="button" onclick="SelectKeywords('form1.keywords');" class="btn btn-success btn-sm">选择</button> | |||||
| </td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td>描述</td> | <td>描述</td> | ||||
| @@ -124,7 +124,11 @@ | |||||
| <?php }}?> | <?php }}?> | ||||
| <tr> | <tr> | ||||
| <td>关键词</td> | <td>关键词</td> | ||||
| <td colspan="3"><input type="text" name="keywords" id="keywords" value="<?php echo $arcRow['keywords']?>" class="admin-input-lg"></td> | |||||
| <td colspan="3"> | |||||
| <input type="text" name="keywords" id="keywords" value="<?php echo $arcRow['keywords']?>" class="admin-input-lg"> | |||||
| <label><input type="checkbox" name="autokey" id="autokey" value="1" <?php if ($cfg_arc_autokeyword=='Y') echo 'checked';?>> 自动获取</label> | |||||
| <button type="button" onclick="SelectKeywords('form1.keywords');" class="btn btn-success btn-sm">选择</button> | |||||
| </td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td>描述</td> | <td>描述</td> | ||||
| @@ -123,7 +123,11 @@ | |||||
| <?php }?> | <?php }?> | ||||
| <tr> | <tr> | ||||
| <td>关键词</td> | <td>关键词</td> | ||||
| <td colspan="3"><input type="text" name="keywords" id="keywords" value="<?php echo $arcRow['keywords']?>" class="admin-input-lg"></td> | |||||
| <td colspan="3"> | |||||
| <input type="text" name="keywords" id="keywords" value="<?php echo $arcRow['keywords']?>" class="admin-input-lg"> | |||||
| <label><input type="checkbox" name="autokey" id="autokey" value="1" <?php if ($cfg_arc_autokeyword=='Y') echo 'checked';?>> 自动获取</label> | |||||
| <button type="button" onclick="SelectKeywords('form1.keywords');" class="btn btn-success btn-sm">选择</button> | |||||
| </td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td>描述</td> | <td>描述</td> | ||||
| @@ -145,7 +145,7 @@ | |||||
| <span id="step1Msg">对比版本更改的文件</span> | <span id="step1Msg">对比版本更改的文件</span> | ||||
| </div> | </div> | ||||
| <div id="stepArea2" class="stepArea"> | <div id="stepArea2" class="stepArea"> | ||||
| <p>本更新提供了重要的安全性更新,建议所有会员升级,软件更新覆盖以下文件,请做好备份</p> | |||||
| <p>本更新包含重要安全补丁,建议所有用户升级。请备份相关文件,并确保目录有写入权限</p> | |||||
| <div id="_fileList">正在加载</div> | <div id="_fileList">正在加载</div> | ||||
| </div> | </div> | ||||
| <div id="stepArea3" class="stepArea"> | <div id="stepArea3" class="stepArea"> | ||||
| @@ -134,7 +134,11 @@ | |||||
| <?php }?> | <?php }?> | ||||
| <tr> | <tr> | ||||
| <td>关键词</td> | <td>关键词</td> | ||||
| <td colspan="3"><input type="text" name="keywords" id="keywords" value="<?php echo $arcRow['keywords']?>" class="admin-input-lg"></td> | |||||
| <td colspan="3"> | |||||
| <input type="text" name="keywords" id="keywords" value="<?php echo $arcRow['keywords']?>" class="admin-input-lg"> | |||||
| <label><input type="checkbox" name="autokey" id="autokey" value="1" <?php if ($cfg_arc_autokeyword=='Y') echo 'checked';?>> 自动获取</label> | |||||
| <button type="button" onclick="SelectKeywords('form1.keywords');" class="btn btn-success btn-sm">选择</button> | |||||
| </td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td>描述</td> | <td>描述</td> | ||||
| @@ -124,7 +124,11 @@ | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td>关键词</td> | <td>关键词</td> | ||||
| <td class="3"><label><input type="text" name="keywords" rows="3" id="keywords" value="<?php echo $arcRow['keywords']?>" class="admin-input-lg"></label></td> | |||||
| <td class="3"> | |||||
| <label><input type="text" name="keywords" rows="3" id="keywords" value="<?php echo $arcRow['keywords']?>" class="admin-input-lg"></label> | |||||
| <label><input type="checkbox" name="autokey" id="autokey" value="1" <?php if ($cfg_arc_autokeyword=='Y') echo 'checked';?>> 自动获取</label> | |||||
| <button type="button" onclick="SelectKeywords('form1.keywords');" class="btn btn-success btn-sm">选择</button> | |||||
| </td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td>专题说明</td> | <td>专题说明</td> | ||||