Przeglądaj źródła

编辑页面关键词可选择自动生成

tags/6.5.9
tianya 2 dni temu
rodzic
commit
ece61b19b3
8 zmienionych plików z 27 dodań i 7 usunięć
  1. +1
    -0
      docs/changelog.md
  2. +0
    -1
      src/admin/article_edit.php
  3. +5
    -1
      src/admin/templets/album_edit.htm
  4. +5
    -1
      src/admin/templets/archives_edit.htm
  5. +5
    -1
      src/admin/templets/article_edit.htm
  6. +1
    -1
      src/admin/templets/index_body.htm
  7. +5
    -1
      src/admin/templets/soft_edit.htm
  8. +5
    -1
      src/admin/templets/spec_edit.htm

+ 1
- 0
docs/changelog.md Wyświetl plik

@@ -11,6 +11,7 @@
- 优化文档分页title标题;
- 修正自动提取关键词功能;
- 修正开启绝对链接文档正文上传图片问题;
- 编辑页面关键词可选择自动生成;
- 其他常规问题修复;

# V6.5.8


+ 0
- 1
src/admin/article_edit.php Wyświetl plik

@@ -82,7 +82,6 @@ if ($dopost != 'save') {
$source = cn_substrR($source, 255);
$description = cn_substrR($description, 255);
$keywords = trim(cn_substrR($keywords, 255));
if (empty($keywords)) $autokey = 1;
$filename = trim(cn_substrR($filename, 50));
$isremote = 0;
$serviterm = empty($serviterm) ? "" : $serviterm;


+ 5
- 1
src/admin/templets/album_edit.htm Wyświetl plik

@@ -122,7 +122,11 @@
<?php }?>
<tr>
<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>
<td>描述</td>


+ 5
- 1
src/admin/templets/archives_edit.htm Wyświetl plik

@@ -124,7 +124,11 @@
<?php }}?>
<tr>
<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>
<td>描述</td>


+ 5
- 1
src/admin/templets/article_edit.htm Wyświetl plik

@@ -123,7 +123,11 @@
<?php }?>
<tr>
<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>
<td>描述</td>


+ 1
- 1
src/admin/templets/index_body.htm Wyświetl plik

@@ -145,7 +145,7 @@
<span id="step1Msg">对比版本更改的文件</span>
</div>
<div id="stepArea2" class="stepArea">
<p>本更新提供了重要的安全性更新,建议所有会员升级,软件更新覆盖以下文件,请做好备份</p>
<p>本更新包含重要安全补丁,建议所有用户升级。请备份相关文件,并确保目录有写入权限</p>
<div id="_fileList">正在加载</div>
</div>
<div id="stepArea3" class="stepArea">


+ 5
- 1
src/admin/templets/soft_edit.htm Wyświetl plik

@@ -134,7 +134,11 @@
<?php }?>
<tr>
<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>
<td>描述</td>


+ 5
- 1
src/admin/templets/spec_edit.htm Wyświetl plik

@@ -124,7 +124,11 @@
</tr>
<tr>
<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>
<td>专题说明</td>


Ładowanie…
Anuluj
Zapisz