Browse Source

整理资源

tags/6.1.8
xushubieli 2 years ago
parent
commit
164530dbd2
6 changed files with 1 additions and 14 deletions
  1. +0
    -5
      src/admin/templets/diy_edit_content.htm
  2. +0
    -5
      src/admin/templets/feedback_edit.htm
  3. +0
    -3
      src/admin/templets/mychannel_add.htm
  4. BIN
      src/static/web/img/allbg.gif
  5. BIN
      src/static/web/img/allbtbg2.gif
  6. +1
    -1
      src/theme/plus/win_templet.htm

+ 0
- 5
src/admin/templets/diy_edit_content.htm View File

@@ -3,11 +3,6 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>编辑评论</title>
<style>
body {
background-image: url(../static/web/img/allbg.gif);
}
</style>
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css">
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
<link rel="stylesheet" href="../static/web/css/admin.css">


+ 0
- 5
src/admin/templets/feedback_edit.htm View File

@@ -3,11 +3,6 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>编辑评论</title>
<style>
body {
background-image: url(../static/web/img/allbg.gif);
}
</style>
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css">
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
<link rel="stylesheet" href="../static/web/css/admin.css">


+ 0
- 3
src/admin/templets/mychannel_add.htm View File

@@ -4,9 +4,6 @@
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>新增频道</title>
<style>
body {
background-image: url(../static/web/img/allbg.gif);
}
.STYLE2 {
color: #666666;
}


BIN
src/static/web/img/allbg.gif View File

Before After
Width: 11  |  Height: 10  |  Size: 56B

BIN
src/static/web/img/allbtbg2.gif View File

Before After
Width: 7  |  Height: 24  |  Size: 146B

+ 1
- 1
src/theme/plus/win_templet.htm View File

@@ -8,7 +8,7 @@
<link rel="stylesheet" href="../static/web/css/admin.css">
<script src="../static/web/js/jquery.min.js"></script>
</head>
<body background="static/img/allbg.gif" leftmargin="8" topmargin="8">
<body>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" class="table maintable mt-3">
<tr>
<td height="26" background="../static/web/img/wbg.gif" style="border:1px solid #DADADA">{dede:wecome_info/}</td>


Loading…
Cancel
Save