@@ -31,7 +31,7 @@ | |||||
?> | ?> | ||||
<tr> | <tr> | ||||
<td colspan="2"> | <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> | </td> | ||||
</tr> | </tr> | ||||
<?php | <?php | ||||
@@ -63,7 +63,7 @@ | |||||
<?php }}} else {?> | <?php }}} else {?> | ||||
<tr> | <tr> | ||||
<td colspan="2"> | <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> | </td> | ||||
</tr> | </tr> | ||||
<?php }?> | <?php }?> | ||||
@@ -16,7 +16,7 @@ | |||||
<div class="card shadow-sm"> | <div class="card shadow-sm"> | ||||
<div class="card-header">更新专题</div> | <div class="card-header">更新专题</div> | ||||
<div class="card-body"> | <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"> | <form name="form1" action="makehtml_spec.php" method="get" target="stafrm"> | ||||
<input type="hidden" name="dopost" value="ok"> | <input type="hidden" name="dopost" value="ok"> | ||||
<div class="table-responsive"> | <div class="table-responsive"> | ||||
@@ -16,7 +16,7 @@ | |||||
<div class="card shadow-sm"> | <div class="card shadow-sm"> | ||||
<div class="card-header">更新专题</div> | <div class="card-header">更新专题</div> | ||||
<div class="card-body"> | <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"> | <form name="form1" action="makehtml_tag_action_list.php" method="get" target="stafrm"> | ||||
<div class="table-responsive"> | <div class="table-responsive"> | ||||
<table class="table table-borderless"> | <table class="table table-borderless"> | ||||