Browse Source

同步布局

tags/6.2.0
xushubieli 1 year ago
parent
commit
bfcc0cc3eb
9 changed files with 20 additions and 116 deletions
  1. +5
    -5
      src/admin/templets/friendlink_add.htm
  2. +2
    -2
      src/admin/templets/friendlink_type.htm
  3. +2
    -8
      src/admin/templets/media_add.htm
  4. +2
    -14
      src/admin/templets/media_edit.htm
  5. +1
    -5
      src/admin/templets/mychannel_add.htm
  6. +0
    -5
      src/admin/templets/mychannel_main.htm
  7. +1
    -8
      src/admin/templets/mychannel_modifysearch.htm
  8. +1
    -27
      src/theme/system/info_link.htm
  9. +6
    -42
      src/theme/templets/widget_article_feedback.htm

+ 5
- 5
src/admin/templets/friendlink_add.htm View File

@@ -41,19 +41,19 @@
<table width="98%" cellspacing="1" cellpadding="3" class="table table-borderless">
<tr>
<td width="260">网址:</td>
<td><input type="text" name="url" id="url" value="http://" class='pubinputs' class="biz-input-md"></td>
<td><input type="text" name="url" id="url" value="http://" class="biz-input-md"></td>
</tr>
<tr>
<td>网站名称:</td>
<td><input type="text" name="webname" id="webname" size="30" class='pubinputs' class="biz-input-md"></td>
<td><input type="text" name="webname" id="webname" size="30" class="biz-input-md"></td>
</tr>
<tr>
<td>排列位置:</td>
<td><input type="text" name="sortrank" id="sortrank" value="1" class='pubinputs' class='biz-input-xs'>(由小到大排列)</td>
<td><input type="text" name="sortrank" id="sortrank" value="1" class="biz-input-xs">(由小到大排列)</td>
</tr>
<tr>
<td>网站Logo:</td>
<td><input type="text" name="logo" id="logo" size="30" class='pubinputs' class="biz-input-md">(88*31 gif或jpg)</td>
<td><input type="text" name="logo" id="logo" size="30" class="biz-input-md">(88*31 gif或jpg)</td>
</tr>
<tr>
<td>上传Logo:</td>
@@ -65,7 +65,7 @@
</tr>
<tr>
<td>站长Email:</td>
<td><input type="text" name="email" id="email" class='pubinputs' class="biz-input-md"></td>
<td><input type="text" name="email" id="email" class="biz-input-md"></td>
</tr>
<tr>
<td>网站类型:</td>


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

@@ -16,9 +16,9 @@
<td bgcolor="#f8f8f8" colspan="3"><a href="friendlink_main.php">友情链接管理</a></td>
</tr>
<tr bgcolor="#fbfce2">
<td width="4%" align="center">id</td>
<td width="6%" align="center">id</td>
<td width="60%" align="center">网站名称</td>
<td width="36%" align="center">状态</td>
<td width="34%" align="center">状态</td>
</tr>
<?php
$dsql->SetQuery("Select * From #@__flinktype");


+ 2
- 8
src/admin/templets/media_add.htm View File

@@ -25,7 +25,7 @@
var endNum = Number(document.form1.picnum.value) + startNum;
if (endNum > 40) endNum = 40;
for (startNum; startNum <= endNum; startNum++) {
upfield.innerHTML += "<input type='file' name='upfile" + startNum + "' class='biz-input-md' size='30' class='pubinputs'><br>";
upfield.innerHTML += "<input type='file' name='upfile" + startNum + "' class='biz-input-md'><br>";
}
}
function ResetUpload() {
@@ -101,13 +101,7 @@
</td>
</tr>
<tr>
<td colspan="2">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td align="center" class="py-2"><button type="submit" class="btn btn-success btn-sm">保存</button></td>
</tr>
</table>
</td>
<td colspan="2" align="center" class="py-2"><button type="submit" class="btn btn-success btn-sm">保存</button></td>
</tr>
</form>
</table>


+ 2
- 14
src/admin/templets/media_edit.htm View File

@@ -10,13 +10,7 @@
<script src="../static/web/js/jquery.min.js"></script>
<script src="../static/web/js/bootstrap.bundle.min.js"></script>
<script src="js/main.js"></script>
<style>
.coolbg2 {
border: 1px solid #000000;
background: #F2F5E9;
height: 18px
}
</style>
<style>.coolbg2{border:1px solid #000000;background:#F2F5E9;height:18px}</style>
<script>
function CheckSubmit() {
if (document.form1.title.value == "") {
@@ -104,13 +98,7 @@
</td>
</tr>
<tr>
<td colspan="2" class="biz-td">
<table width="100%" cellspacing="0" cellpadding="0" class="table table-borderless">
<tr>
<td align="center" class="py-2"><button type="submit" class="btn btn-success btn-sm">保存</button></td>
</tr>
</table>
</td>
<td colspan="2" align="center" class="py-2"><button type="submit" class="btn btn-success btn-sm">保存</button></td>
</tr>
</form>
</table>


+ 1
- 5
src/admin/templets/mychannel_add.htm View File

@@ -7,11 +7,7 @@
<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">
<style>
.style2 {
color: #545b62;
}
</style>
<style>.style2{color:#545b62}</style>
<script>
function $Obj(objname) {
return document.getElementById(objname);


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

@@ -8,11 +8,6 @@
<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">
<style>
.fa {
color: #545b62
}
</style>
</head>
<body>
<table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable mt-3 mb-3">


+ 1
- 8
src/admin/templets/mychannel_modifysearch.htm View File

@@ -9,14 +9,7 @@
<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">
<style>
.style1 {
color: #dc3545
}
.style2 {
color: #545b62;
}
</style>
<style>.style1{color:#dc3545}.style2{color:#545b62}</style>
</head>
<body>
<table width="98%" cellpadding="1" cellspacing="1" align="center" class="table maintable mt-3 mb-3">


+ 1
- 27
src/theme/system/info_link.htm View File

@@ -1,30 +1,4 @@
<style>
#dedeinfolink {
margin-bottom: 6px;
}
#dedeinfolink tr td div {
padding: 6px 5px 2px 5px;
background: #c5e09d;
margin-right: 8px;
}
#dedeinfolink tr td {
line-height: 20px;
}
#dedeinfolink tr td.spline {
font-size: 1px;
height: 1px;
line-height: 1px;
border-bottom: 1px dashed #dedede;
}
#dedeinfolink tr td.iftitle {
font-weight: bold;
color: #688730;
line-height: 24px;
border-bottom: 1px dashed #dedede;
padding-left: 20px;
background: url(/images/dd2.gif) 5px 5px no-repeat;
}
</style>
<style>#dedeinfolink{margin-bottom:6px}#dedeinfolink tr td div{padding:6px 5px 2px 5px;background:#c5e09d;margin-right:8px}#dedeinfolink tr td{line-height:20px}#dedeinfolink tr td.spline{font-size:1px;height:1px;line-height:1px;border-bottom:1px dashed #dedede}#dedeinfolink tr td.iftitle{font-weight:bold;color:#688730;line-height:24px;border-bottom:1px dashed #dedede;padding-left:20px;background:url(/images/dd2.gif) 5px 5px no-repeat}</style>
<table id="dedeinfolink">
<tr>
<td colspan="3" class="iftitle">信息附加条件:</td>


+ 6
- 42
src/theme/templets/widget_article_feedback.htm View File

@@ -2,17 +2,17 @@
<div class="comment py-3">
<h4>发表评论</h4>
<div id="feedback-alert"></div>
<div class="content">
<div class="content mb-3">
<textarea cols="60" id="iptMsg" name="msg" rows="5" class="form-control" placeholder="说点什吗吧"></textarea>
</div>
<div class="post">
<div class="post mb-3">
<div class="dcmp-userinfo" id="_ajax_feedback">
<div class="form-row mt-3">
<div class="col-md-6 mb-3">
<div class="form-group form-row">
<div class="col-md-6">
<label for="iptUsername">用户名</label>
<input type="text" class="form-control" id="iptUsername">
</div>
<div class="col-md-6 mb-3 areaValidate" style="display:none">
<div class="col-md-6areaValidate" style="display:none">
<label for="iptValidate">验证码</label>
<div class="input-group">
<input type="text" class="form-control text-uppercase" id="iptValidate">
@@ -56,43 +56,7 @@
{/dede:feedback}
</div>
</div>
<style>
.feedbacks .face {
width: 36px;
height: 36px;
border-radius: 50%;
border: solid 1px #DDD;
}
.feedbacks .media {
border-bottom: solid 1px #DDD;
padding-top: 10px;
}
.feedbacks .feedback_replies .media {
border-top: solid 1px #DDD;
border-bottom:0;
}
.feedbacks .media-body {
padding: 0 1rem 1rem 1rem;
}
.feedbacks .media-body small{
color: #999;
}
.feedbacks .feedback-action {
float: right;
}
.feedbacks .feedback-basic a,.feedbacks .feedback-action a {
color: #F1813F;
font-size: 14px;
}
.feedbacks ._feedback_reply .alert {
margin-bottom: 0;
}
@media only screen and (max-width: 576px) {
.feedbacks .feedback-action {
float: none;
}
}
</style>
<style>.feedbacks .face{width:36px;height:36px;border-radius:50%;border:solid 1px #DDD}.feedbacks .media{border-bottom:solid 1px #DDD;padding-top:10px}.feedbacks .feedback_replies .media{border-top:solid 1px #DDD;border-bottom:0}.feedbacks .media-body{padding:0 1rem 1rem 1rem}.feedbacks .media-body small{color:#999}.feedbacks .feedback-action{float:right}.feedbacks .feedback-basic a,.feedbacks .feedback-action a{color:#F1813F;font-size:14px}.feedbacks ._feedback_reply .alert{margin-bottom:0}@media only screen and (max-width:576px){.feedbacks .feedback-action{float:none}}</style>
<script async>
//发表评论
function SendFeedback() {


Loading…
Cancel
Save