| @@ -51,7 +51,7 @@ else if ($dopost == 'setskin') { | |||||
| if(trim($row['editcon'])==''){ | if(trim($row['editcon'])==''){ | ||||
| $row['editcon'] = 'archives_edit.php'; | $row['editcon'] = 'archives_edit.php'; | ||||
| } | } | ||||
| $rowarcrank = $row['arcrank']==-1? " <sapn class='btn btn-success btn-sm'>[未审核]</span>":""; | |||||
| $rowarcrank = $row['arcrank']==-1? " <sapn class='btn btn-success btn-sm'>未审核</span>":""; | |||||
| $pubdate = GetDateMk($row['pubdate']); | $pubdate = GetDateMk($row['pubdate']); | ||||
| echo "<tr><td><a href='{$row['editcon']}?aid={$row['id']}&channelid={$row['channel']}'>{$row['title']}</a>{$rowarcrank}</td><td width='90'>{$pubdate}</td></tr>"; | echo "<tr><td><a href='{$row['editcon']}?aid={$row['id']}&channelid={$row['channel']}'>{$row['title']}</a>{$rowarcrank}</td><td width='90'>{$pubdate}</td></tr>"; | ||||
| } | } | ||||
| @@ -44,7 +44,7 @@ else if ($action == 'update') { | |||||
| } | } | ||||
| $query = "UPDATE `#@__tagindex` SET `count`='$count' WHERE id='$tid' "; | $query = "UPDATE `#@__tagindex` SET `count`='$count' WHERE id='$tid' "; | ||||
| $dsql->ExecuteNoneQuery($query); | $dsql->ExecuteNoneQuery($query); | ||||
| ShowMsg("成功保存标签的点击信息!", 'tags_main.php'); | |||||
| ShowMsg("成功保存标签的点击信息", 'tags_main.php'); | |||||
| exit(); | exit(); | ||||
| } | } | ||||
| /* | /* | ||||
| @@ -29,7 +29,7 @@ $needRank = $arc->Fields['arcrank']; | |||||
| require_once(DEDEINC.'/memberlogin.class.php'); | require_once(DEDEINC.'/memberlogin.class.php'); | ||||
| $cfg_ml = new MemberLogin(); | $cfg_ml = new MemberLogin(); | ||||
| if ($needRank < 0 && $arc->Fields['mid'] != $cfg_ml->M_ID) { | if ($needRank < 0 && $arc->Fields['mid'] != $cfg_ml->M_ID) { | ||||
| ShowMsg('文章尚未审核,非作者本人无权查看!', 'javascript:;'); | |||||
| ShowMsg('文章尚未审核,非作者本人无权查看', 'javascript:;'); | |||||
| exit(); | exit(); | ||||
| } | } | ||||
| //设置了权限限制的文章 | //设置了权限限制的文章 | ||||
| @@ -93,5 +93,5 @@ if ($needMoney > 0 || $needRank > 1) { | |||||
| $arc->Display(); | $arc->Display(); | ||||
| if (DEBUG_LEVEL === TRUE) { | if (DEBUG_LEVEL === TRUE) { | ||||
| $queryTime = ExecTime() - $t1; | $queryTime = ExecTime() - $t1; | ||||
| echo "<div style='width:98%;margin:1rem auto;color: #721c24;background-color: #f8d7da;border-color: #f5c6cb;position: relative;padding: .75rem 1.25rem;border: 1px solid transparent;border-radius: .25rem;'>页面加载总消耗时间:{$queryTime}</div>\r\n"; | |||||
| echo "<div style='width:98%;margin:1rem auto;color:#721c24;background-color:#f8d7da;border-color:#f5c6cb;position: relative;padding:.75rem 1.25rem;border:1px solid transparent;border-radius:.25rem'>页面加载总消耗时间:{$queryTime}</div>\r\n"; | |||||
| } | } | ||||
| @@ -986,7 +986,7 @@ class Archives | |||||
| return $revalue; | return $revalue; | ||||
| } | } | ||||
| /** | /** | ||||
| * 高亮问题修正, 排除alt title <a></a>直接的字符替换 | |||||
| * 高亮问题修正,排除alt title <a></a>直接的字符替换 | |||||
| * | * | ||||
| * @param string $kw | * @param string $kw | ||||
| * @param string $body | * @param string $body | ||||
| @@ -158,7 +158,7 @@ $fields['typeurl'] = GetTypeUrl($fields['typeid'],MfTypedir($fields['typedir']), | |||||
| {dede:pagelist listsize='5'/} | {dede:pagelist listsize='5'/} | ||||
| </div> | </div> | ||||
| <div class="footer cbox"> | <div class="footer cbox"> | ||||
| Powered by <a href="https://www.dedebiz.com" title="DedeBIZ内容管理系统-国内流行的内容管理系统多端全媒体解决方案" target="_blank">DedeBIZ{dede:global name='cfg_version'/}</a> © 2022 <a href="https://www.dedebiz.com/" target="_blank">DedeBIZ</a> Inc.<br><div class="copyright">{dede:global name='cfg_powerby'/}  {dede:global name='cfg_beian'/}</div></p> | |||||
| <div class="copyright">{dede:global.cfg_powerby/} {dede:global.cfg_beian/} Powered by <a href="https://www.dedebiz.com" title="DedeBIZ内容管理系统-国内流行的内容管理系统多端全媒体解决方案" target="_blank">DedeBIZ{dede:global.cfg_version/}</a></div> | |||||
| </div> | </div> | ||||
| </body> | </body> | ||||
| </html> | </html> | ||||
| @@ -45,16 +45,15 @@ | |||||
| <p><small>官方网址:</small><span>{dede:field.officialurl/}</span></p> | <p><small>官方网址:</small><span>{dede:field.officialurl/}</span></p> | ||||
| <p><small>演示网址:</small><span>{dede:field.officialdemo/}</span></p> | <p><small>演示网址:</small><span>{dede:field.officialdemo/}</span></p> | ||||
| <p><small>下载次数:</small><span><script src="{dede:field.phpurl/}/disdls.php?aid={dede:field.id/}" language="javascript"></script></span></p> | <p><small>下载次数:</small><span><script src="{dede:field.phpurl/}/disdls.php?aid={dede:field.id/}" language="javascript"></script></span></p> | ||||
| <p>下载地址</p> | |||||
| <p> | |||||
| <ul class="downurllist"> | |||||
| {dede:field name='softlinks'/} | |||||
| </ul> | |||||
| </p> | |||||
| <p><small>详细介绍:</small><span>{dede:field.introduce/}</span></p> | |||||
| <p>下载说明</p> | <p>下载说明</p> | ||||
| <div class="alert alert-success" role="alert"> | <div class="alert alert-success" role="alert"> | ||||
| {dede:softmsg/} | {dede:softmsg/} | ||||
| </div> | </div> | ||||
| <p>下载地址</p> | |||||
| <ul class="downurllist"> | |||||
| {dede:field name='softlinks'/} | |||||
| </ul> | |||||
| </div> | </div> | ||||
| <!-- /.body --> | <!-- /.body --> | ||||
| <div class="clearfix"></div> | <div class="clearfix"></div> | ||||
| @@ -1,8 +1,7 @@ | |||||
| <footer class="bg-success"> | <footer class="bg-success"> | ||||
| <div class="copyright py-5"> | <div class="copyright py-5"> | ||||
| <p class="text-center"> | <p class="text-center"> | ||||
| Powered by <a href="https://www.dedebiz.com" title="DedeBIZ内容管理系统-国内流行的内容管理系统多端全媒体解决方案" target="_blank">DedeBIZ{dede:global.cfg_version/}</a> © 2022 <a href="https://www.dedebiz.com" target="_blank" title="DedeBIZ商业技术支持,提供更专业强大的站点应用开发技术">DedeBIZ技术支持</a><br> | |||||
| {dede:global.cfg_powerby/}  {dede:global.cfg_beian/} | |||||
| {dede:global.cfg_powerby/} {dede:global.cfg_beian/} Powered by <a href="https://www.dedebiz.com" title="DedeBIZ内容管理系统-国内流行的内容管理系统多端全媒体解决方案" target="_blank">DedeBIZ{dede:global.cfg_version/}</a> | |||||
| </p> | </p> | ||||
| </div> | </div> | ||||
| </footer> | </footer> | ||||