Browse Source

网页标签识别SEO优化

tags/6.2.5
叙述、别离 1 year ago
parent
commit
5d460f524b
40 changed files with 83 additions and 90 deletions
  1. +2
    -2
      src/theme/dedebiz/foot.htm
  2. +4
    -4
      src/theme/dedebiz/head.htm
  3. +2
    -2
      src/theme/plus/download_links_templet.htm
  4. +2
    -2
      src/theme/plus/flink-add.htm
  5. +2
    -2
      src/theme/plus/flink-list.htm
  6. +2
    -2
      src/theme/plus/heightsearch.htm
  7. +2
    -2
      src/theme/plus/list_diyform.htm
  8. +2
    -2
      src/theme/plus/post_diyform.htm
  9. +2
    -2
      src/theme/plus/recommend.htm
  10. +2
    -2
      src/theme/plus/showphoto.htm
  11. +2
    -2
      src/theme/plus/view_diyform.htm
  12. +2
    -2
      src/theme/plus/view_msg.htm
  13. +2
    -2
      src/theme/plus/view_msg_catalog.htm
  14. +2
    -2
      src/theme/plus/vote.htm
  15. +2
    -2
      src/user/templets/album_add.htm
  16. +2
    -2
      src/user/templets/album_edit.htm
  17. +2
    -2
      src/user/templets/archives_add.htm
  18. +2
    -2
      src/user/templets/archives_edit.htm
  19. +2
    -2
      src/user/templets/archives_sg_add.htm
  20. +2
    -2
      src/user/templets/archives_sg_edit.htm
  21. +2
    -2
      src/user/templets/article_add.htm
  22. +2
    -2
      src/user/templets/article_edit.htm
  23. +2
    -2
      src/user/templets/buy.htm
  24. +2
    -2
      src/user/templets/buy_action_payment.htm
  25. +2
    -2
      src/user/templets/content_list.htm
  26. +2
    -2
      src/user/templets/content_sg_list.htm
  27. +3
    -7
      src/user/templets/edit_baseinfo.htm
  28. +2
    -2
      src/user/templets/index.htm
  29. +2
    -2
      src/user/templets/login.htm
  30. +2
    -2
      src/user/templets/mypay.htm
  31. +2
    -2
      src/user/templets/mystow.htm
  32. +2
    -2
      src/user/templets/operation.htm
  33. +2
    -4
      src/user/templets/pm-main.htm
  34. +2
    -2
      src/user/templets/reg-new.htm
  35. +2
    -2
      src/user/templets/resetpassword.htm
  36. +2
    -3
      src/user/templets/resetpassword2.htm
  37. +2
    -2
      src/user/templets/resetpassword3.htm
  38. +2
    -2
      src/user/templets/soft_add.htm
  39. +2
    -2
      src/user/templets/soft_edit.htm
  40. +2
    -2
      src/user/templets/win_templet.htm

+ 2
- 2
src/theme/dedebiz/foot.htm View File

@@ -1,7 +1,7 @@
<div class="copyright shadow-sm text-center mt-3">
<footer class="copyright shadow-sm text-center mt-3">
<p>{dede:global.cfg_powerby/} Powered by <a href="https://www.dedebiz.com" target="_blank">DedeBIZ开发团队</a></p>
<p class="mb-0">友情连接:{dede:flink row='20'/}</p>
</div>
</footer>
<div class="scroll-top">
<button onclick="gotop()" id="btnScrollTop" title="返回顶部"><i class="fa fa-chevron-up"></i> </button>
</div>


+ 4
- 4
src/theme/dedebiz/head.htm View File

@@ -1,19 +1,19 @@
<div class="container py-3">
<header class="container py-3">
<div class="row">
<div class="col-md-12">
<div class="navbar navbar-expand-md navbar-dark bg-success shadow-sm rounded">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbars" aria-controls="navbars" aria-expanded="false" aria-label="展开导航">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbars">
<nav class="collapse navbar-collapse" id="navbars">
<ul class="navbar-nav mr-auto">
<li class="nav-item"><a class="nav-link" href="{dede:global.cfg_cmsurl/}/">首页</a></li>
{dede:channel type='top' row='10' currentstyle="<li class='nav-item'><a class='nav-link active' href='~typelink~' ~rel~><span>~typename~</span></a></li>"}
<li class="nav-item"><a class="nav-link" href="[field:typeurl/]">[field:typename/]</a></li>
{/dede:channel}
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
</header>

+ 2
- 2
src/theme/plus/download_links_templet.htm View File

@@ -12,7 +12,7 @@
</head>
<body>
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<div class="col-md-12">
<h4 class="mb-3">文件:<a href="<?php echo $arcurl;?>"><?php echo $title;?></a></h4>
@@ -26,7 +26,7 @@
</table>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
</body>
</html>

+ 2
- 2
src/theme/plus/flink-add.htm View File

@@ -11,7 +11,7 @@
</head>
<body>
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<div class="col-md-12">
<nav class="navbar navbar-expand-lg mb-3">
@@ -79,7 +79,7 @@
</form>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
</body>
</html>

+ 2
- 2
src/theme/plus/flink-list.htm View File

@@ -11,7 +11,7 @@
</head>
<body>
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<div class="col-md-12">
<nav class="navbar navbar-expand-lg mb-3">
@@ -48,7 +48,7 @@
</ul>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
</body>
</html>

+ 2
- 2
src/theme/plus/heightsearch.htm View File

@@ -10,7 +10,7 @@
</head>
<body>
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<div class="col-md-12">
<table width="100%" cellpadding="0" cellspacing="0" class="table">
@@ -101,7 +101,7 @@
</table>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
</body>
</html>

+ 2
- 2
src/theme/plus/list_diyform.htm View File

@@ -11,7 +11,7 @@
</head>
<body>
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<div class="col-md-12">
<nav class="navbar navbar-expand-lg mb-3">
@@ -64,7 +64,7 @@
</table>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
</body>
</html>

+ 2
- 2
src/theme/plus/post_diyform.htm View File

@@ -11,7 +11,7 @@
</head>
<body>
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<div class="col-md-12">
<h4 class="mb-3"><?php echo $diy->name;?>发布</h4>
@@ -29,7 +29,7 @@
</form>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
</body>
</html>

+ 2
- 2
src/theme/plus/recommend.htm View File

@@ -10,7 +10,7 @@
</head>
<body>
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<div class="col-md-12">
<h4 class="mb-3">推荐:<?php echo $title;?></h4>
@@ -36,7 +36,7 @@
</form>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
</body>
</html>

+ 2
- 2
src/theme/plus/showphoto.htm View File

@@ -8,7 +8,7 @@
</head>
<body>
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<div class="col-md-12">
<h4 class="mb-3">图片详细页面:<a href="<?php echo $arcurl?>"><?php echo $arctitle;?></a></h4>
@@ -23,7 +23,7 @@
</table>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
</body>
</html>

+ 2
- 2
src/theme/plus/view_diyform.htm View File

@@ -11,7 +11,7 @@
</head>
<body>
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<div class="col-md-12">
<h3 class="mb-3"><?php echo $diy->name;?>详细文档</h3>
@@ -43,7 +43,7 @@
</table>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
</body>
</html>

+ 2
- 2
src/theme/plus/view_msg.htm View File

@@ -11,7 +11,7 @@
</head>
<body>
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<div class="col-md-12">
<table width="100%" cellpadding="3" cellspacing="1" class="table table-bordered">
@@ -36,7 +36,7 @@
</table>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
</body>
</html>

+ 2
- 2
src/theme/plus/view_msg_catalog.htm View File

@@ -11,7 +11,7 @@
</head>
<body>
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<div class="col-md-12">
<table width="100%" cellpadding="3" cellspacing="1" bgcolor="#DDEAC8" class="table">
@@ -32,7 +32,7 @@
</table>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
</body>
</html>

+ 2
- 2
src/theme/plus/vote.htm View File

@@ -11,7 +11,7 @@
</head>
<body>
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<div class="col-md-12">
<h4 class="mb-3"><?php echo $voname?></h4>
@@ -24,7 +24,7 @@
<div><?php echo $votelist;?></div>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
</body>
</html>

+ 2
- 2
src/user/templets/album_add.htm View File

@@ -12,7 +12,7 @@
</head>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<div class="col-md-12">
<div class="pannel-main-container shadow-sm rounded">
@@ -96,7 +96,7 @@
</div>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
<?php include(DEDEMEMBER."/templets/widget_litpic.htm");?>
</body>

+ 2
- 2
src/user/templets/album_edit.htm View File

@@ -12,7 +12,7 @@
</head>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<div class="col-md-12">
<div class="pannel-main-container shadow-sm rounded">
@@ -122,7 +122,7 @@
</div>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
<?php include(DEDEMEMBER."/templets/widget_litpic.htm");?>
</body>

+ 2
- 2
src/user/templets/archives_add.htm View File

@@ -12,7 +12,7 @@
</head>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<div class="col-md-12">
<div class="pannel-main-container shadow-sm rounded">
@@ -72,7 +72,7 @@
</form>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
<?php include(DEDEMEMBER."/templets/widget_litpic.htm");?>
</body>

+ 2
- 2
src/user/templets/archives_edit.htm View File

@@ -12,7 +12,7 @@
</head>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<div class="col-md-12">
<div class="pannel-main-container shadow-sm rounded">
@@ -71,7 +71,7 @@
</div>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
<?php include(DEDEMEMBER."/templets/widget_litpic.htm");?>
</body>

+ 2
- 2
src/user/templets/archives_sg_add.htm View File

@@ -12,7 +12,7 @@
</head>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<div class="col-md-12">
<div class="pannel-main-container shadow-sm rounded">
@@ -72,7 +72,7 @@
</div>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
<?php include(DEDEMEMBER."/templets/widget_litpic.htm");?>
</body>

+ 2
- 2
src/user/templets/archives_sg_edit.htm View File

@@ -12,7 +12,7 @@
</head>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<div class="col-md-12">
<div class="pannel-main-container shadow-sm rounded">
@@ -71,7 +71,7 @@
</div>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
<?php include(DEDEMEMBER."/templets/widget_litpic.htm");?>
</body>

+ 2
- 2
src/user/templets/article_add.htm View File

@@ -12,7 +12,7 @@
</head>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<div class="col-md-12">
<div class="pannel-main-container shadow-sm rounded">
@@ -76,7 +76,7 @@
</div>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
<?php include(DEDEMEMBER."/templets/widget_litpic.htm");?>
</body>

+ 2
- 2
src/user/templets/article_edit.htm View File

@@ -12,7 +12,7 @@
</head>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<div class="col-md-12">
<div class="pannel-main-container shadow-sm rounded">
@@ -79,7 +79,7 @@
</div>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
<?php include(DEDEMEMBER."/templets/widget_litpic.htm");?>
</body>

+ 2
- 2
src/user/templets/buy.htm View File

@@ -11,7 +11,7 @@
</head>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<?php include(DEDEMEMBER."/templets/menu.htm");?>
<div class="col-md-9">
@@ -108,7 +108,7 @@
</div>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
</body>
</html>

+ 2
- 2
src/user/templets/buy_action_payment.htm View File

@@ -11,7 +11,7 @@
</head>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<?php include(DEDEMEMBER."/templets/menu.htm");?>
<div class="col-md-9">
@@ -73,7 +73,7 @@
</div>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
</body>
</html>

+ 2
- 2
src/user/templets/content_list.htm View File

@@ -26,7 +26,7 @@
</head>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<?php
$_menu_conex = true;
@@ -89,7 +89,7 @@
</div>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
</body>
</html>

+ 2
- 2
src/user/templets/content_sg_list.htm View File

@@ -26,7 +26,7 @@
</head>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<?php
$_menu_conex = true;
@@ -80,7 +80,7 @@
</div>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
</body>
</html>

+ 3
- 7
src/user/templets/edit_baseinfo.htm View File

@@ -1,12 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<title>资料修改-会员中心-
<?php echo $cfg_webname;?>
</title>
<title>资料修改-会员中心-<?php echo $cfg_webname;?></title>
<script src="<?php echo $cfg_cmsurl;?>/static/web/js/jquery.min.js"></script>
<link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/bootstrap.min.css">
<link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/font/css/font-awesome.min.css">
@@ -36,10 +33,9 @@
}
</script>
</head>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<?php
$_menu_edtex = true;
@@ -119,7 +115,7 @@
</div>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
<script>
$(document).ready(function () {


+ 2
- 2
src/user/templets/index.htm View File

@@ -11,7 +11,7 @@
</head>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<?php
$_menu_home = true;
@@ -80,7 +80,7 @@
</div>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
</body>
</html>

+ 2
- 2
src/user/templets/login.htm View File

@@ -12,7 +12,7 @@
</head>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container">
<main class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="login-from d-inline-block">
@@ -46,7 +46,7 @@
</div>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
</body>
</html>

+ 2
- 2
src/user/templets/mypay.htm View File

@@ -11,7 +11,7 @@
</head>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<?php
$_menu_order = true;
@@ -57,7 +57,7 @@
</div>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
<script>
//获得选中文件的文件名


+ 2
- 2
src/user/templets/mystow.htm View File

@@ -11,7 +11,7 @@
</head>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<?php
$_menu_stow = true;
@@ -43,7 +43,7 @@
</div>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
</body>
</html>

+ 2
- 2
src/user/templets/operation.htm View File

@@ -11,7 +11,7 @@
</head>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<?php
$_menu_order = true;
@@ -59,7 +59,7 @@
</div>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
<script>
//获得选中文件的文件名


+ 2
- 4
src/user/templets/pm-main.htm View File

@@ -23,8 +23,6 @@
}
})
}
</script>
<script>
//获得选中文件的文件名
function GetCheckfolderItem() {
var allSel = '';
@@ -61,7 +59,7 @@
</head>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<?php
$_menu_pmex = true;
@@ -134,7 +132,7 @@
</div>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
</body>
</html>

+ 2
- 2
src/user/templets/reg-new.htm View File

@@ -11,7 +11,7 @@
</head>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container">
<main class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="login-from d-inline-block">
@@ -51,7 +51,7 @@
</div>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
<script>
//CheckSubmit校验注册提交表单


+ 2
- 2
src/user/templets/resetpassword.htm View File

@@ -42,7 +42,7 @@
</head>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<div class="col-md-12">
<h2>找回密码第一步</h2>
@@ -78,7 +78,7 @@
</form>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
</body>
</html>

+ 2
- 3
src/user/templets/resetpassword2.htm View File

@@ -11,7 +11,7 @@
</head>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<div class="col-md-12">
<h2>找回密码第二步</h2>
@@ -44,8 +44,7 @@
</form>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
</body>
</html>
</html>

+ 2
- 2
src/user/templets/resetpassword3.htm View File

@@ -11,7 +11,7 @@
</head>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<div class="col-md-12">
<h2>找回密码第三步</h2>
@@ -38,7 +38,7 @@
</form>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
</body>
</html>

+ 2
- 2
src/user/templets/soft_add.htm View File

@@ -29,7 +29,7 @@
</head>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<div class="col-md-12">
<div class="pannel-main-container shadow-sm rounded">
@@ -194,7 +194,7 @@
</form>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
<?php include(DEDEMEMBER."/templets/widget_litpic.htm");?>
</body>

+ 2
- 2
src/user/templets/soft_edit.htm View File

@@ -29,7 +29,7 @@
</head>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
<div class="container py-3">
<main class="container py-3">
<div class="row">
<div class="col-md-12">
<div class="pannel-main-container shadow-sm rounded">
@@ -200,7 +200,7 @@
</form>
</div>
</div>
</div>
</main>
<?php pasterTempletDiy('foot.htm');?>
<?php include(DEDEMEMBER."/templets/widget_litpic.htm");?>
</body>

+ 2
- 2
src/user/templets/win_templet.htm View File

@@ -13,7 +13,7 @@
</head>
<body class="body-bg">
{dede:include filename='top.htm'/}
<div class="container py-3">
<main class="container py-3">
<div class="row">
<div class="col-md-12">
<div class="card">
@@ -25,7 +25,7 @@
</div>
</div>
</div>
</div>
</main>
{dede:include filename='foot.htm'/}
{dede:script/}
</body>

Loading…
Cancel
Save