Browse Source

优化

tags/6.3.2
叙述、别离 9 months ago
parent
commit
81a99804c0
3 changed files with 4 additions and 4 deletions
  1. +2
    -2
      src/admin/templets/makehtml_homepage.htm
  2. +1
    -1
      src/admin/templets/makehtml_spec.htm
  3. +1
    -1
      src/admin/templets/makehtml_tag_list.htm

+ 2
- 2
src/admin/templets/makehtml_homepage.htm View File

@@ -31,7 +31,7 @@
?>
<tr>
<td colspan="2">
<div class="alert alert-info mb-0">启动商业组件失败,如何<a href="https://www.dedebiz.com/start?code=-1008" target="_blank">启动组件</a></div>
<div class="alert alert-info mb-0">启动商业组件失败,立即<a href="https://www.dedebiz.com/start?code=-1008" target="_blank">启动组件</a></div>
</td>
</tr>
<?php
@@ -63,7 +63,7 @@
<?php }}} else {?>
<tr>
<td colspan="2">
<div class="alert alert-info mb-0">启动商业组件失败,如何<a href="https://www.dedebiz.com/start?code=-1008" target="_blank">启动组件</a></div>
<div class="alert alert-info mb-0">启动商业组件失败,立即<a href="https://www.dedebiz.com/start?code=-1008" target="_blank">启动组件</a></div>
</td>
</tr>
<?php }?>


+ 1
- 1
src/admin/templets/makehtml_spec.htm View File

@@ -16,7 +16,7 @@
<div class="card shadow-sm">
<div class="card-header">更新专题</div>
<div class="card-body">
<div class="alert alert-info">发布专题后需要手动更新,建议专题目录设置仅可读写权限,存放目录:<?php echo $cfg_cmspath.$cfg_special."/index.html"?></div>
<div class="alert alert-info">发布专题后需要手动更新,存放目录:<?php echo $cfg_cmspath.$cfg_special."/index.html"?></div>
<form name="form1" action="makehtml_spec.php" method="get" target="stafrm">
<input type="hidden" name="dopost" value="ok">
<div class="table-responsive">


+ 1
- 1
src/admin/templets/makehtml_tag_list.htm View File

@@ -16,7 +16,7 @@
<div class="card shadow-sm">
<div class="card-header">更新专题</div>
<div class="card-body">
<div class="alert alert-info">更新静态文件后,浏览动态链接则跳转至静态链接,需要动态浏览则删除对应静态文件。标签首页模板:<?php echo $cfg_templets_dir;?>/<?php echo $cfg_df_style?>/tag.htm 标签文档列表模板:<?php echo $cfg_templets_dir;?>/<?php echo $cfg_df_style?>/tag_list.htm</div>
<div class="alert alert-info">更新静态文件后浏览动态链接会自动跳转至静态链接,需要动态浏览则删除对应静态文件。标签首页模板:<?php echo $cfg_templets_dir;?>/<?php echo $cfg_df_style?>/tag.htm标签文档列表模板:<?php echo $cfg_templets_dir;?>/<?php echo $cfg_df_style?>/tag_list.htm</div>
<form name="form1" action="makehtml_tag_action_list.php" method="get" target="stafrm">
<div class="table-responsive">
<table class="table table-borderless">


Loading…
Cancel
Save