Browse Source

调整

tags/6.2.7
叙述、别离 1 year ago
parent
commit
54e97e7518
9 changed files with 10 additions and 10 deletions
  1. +2
    -2
      src/admin/templets/diy_list.htm
  2. +1
    -1
      src/theme/apps/download_links_templet.htm
  3. +1
    -1
      src/theme/apps/flink-add.htm
  4. +1
    -1
      src/theme/apps/post_diyform.htm
  5. +1
    -1
      src/theme/apps/recommend.htm
  6. +1
    -1
      src/theme/apps/showphoto.htm
  7. +1
    -1
      src/theme/apps/view_diyform.htm
  8. +1
    -1
      src/theme/apps/view_msg.htm
  9. +1
    -1
      src/theme/apps/view_msg_catalog.htm

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

@@ -20,14 +20,14 @@
if (!empty($fields)) {
$allowhtml = array('htmltext');
$fields['sta'] = $fields['ifcheck'] == 1 ? '<span class="btn btn-success btn-sm">已审核</span>':'<span class="btn btn-danger btn-sm">未审核</span>';
echo '<tr bgcolor="#e9ecef"><td width="8%"><input type="checkbox" name="id[]" value="'.$fields['id'].'"></td><td width="8%"><a href="diy_list.php?action=edit&diyid='.$diy->diyid.'&id='.$fields['id'].'">'.$fields['id'].'</a></td><td align="right">'.$fields['sta'].'<a href="diy_list.php?action=edit&diyid='.$diy->diyid.'&id='.$fields['id'].'" class="btn btn-light btn-sm"><i class="fa fa-pencil-square"></i></a></td></tr>';
echo '<tr bgcolor="#e9ecef"><td width="8%"><input type="checkbox" name="id[]" value="'.$fields['id'].'"></td><td width="8%"><a href="diy_list.php?action=edit&diyid='.$diy->diyid.'&id='.$fields['id'].'">表单'.$fields['id'].'</a></td><td align="right">'.$fields['sta'].'<a href="diy_list.php?action=edit&diyid='.$diy->diyid.'&id='.$fields['id'].'" class="btn btn-light btn-sm"><i class="fa fa-pencil-square"></i></a></td></tr>';
foreach($fieldlist as $field=>$fielddata)
{
if ($fields[$field]=='') continue;
if (!in_array($fielddata[1],$allowhtml)) {
$fields[$field] = dede_htmlspecialchars($fields[$field]);
}
echo '<tr><td>'.$fielddata[0].'</td><td colspan="2">'.$fields[$field].'</td></tr>';
echo '<tr><td colspan="2">'.$fielddata[0].'</td><td>'.$fields[$field].'</td></tr>';
}
} else {
echo '<tr><td>暂无记录</td></tr>';


+ 1
- 1
src/theme/apps/download_links_templet.htm View File

@@ -20,7 +20,7 @@
<li class="breadcrumb-item"><a href="<?php echo $arcurl;?>">文件:<?php echo $title;?></a></li>
</ol>
</nav>
<table class="table">
<table class="table mb-0">
<tr>
<td bgcolor="#e9ecef">下载地址列表:</td>
</tr>


+ 1
- 1
src/theme/apps/flink-add.htm View File

@@ -23,7 +23,7 @@
</nav>
<form name="form1" method="post" action="flink.php">
<input type="hidden" name="dopost" value="save">
<table class="table">
<table class="table mb-0">
<tr>
<td>网址:</td>
<td><input name="url" type="text" id="url" value="http://" size="30"></td>


+ 1
- 1
src/theme/apps/post_diyform.htm View File

@@ -25,7 +25,7 @@
<input type="hidden" name="action" value="post">
<input type="hidden" name="diyid" value="<?php echo $diyid;?>">
<input type="hidden" name="do" value="2">
<table cellpadding="0" cellspacing="1" class="table my-3">
<table class="table mb-0">
<?php echo $postform;?>
<tr>
<td align="center">


+ 1
- 1
src/theme/apps/recommend.htm View File

@@ -22,7 +22,7 @@
<input type="hidden" name="arcurl" value="<?php echo $arcurl;?>">
<input type="hidden" name="action" value="send">
<input type="hidden" name="arcID" value="<?php echo $aid;?>">
<table class="table">
<table class="table mb-0">
<tr>
<td width="160">好友邮箱:</td>
<td><input name="email" type="text" class="form-control" id="email"></td>


+ 1
- 1
src/theme/apps/showphoto.htm View File

@@ -16,7 +16,7 @@
<li class="breadcrumb-item">页面:<a href="<?php echo $arcurl?>"><?php echo $arctitle;?></a></li>
</ul>
</nav>
<table class="table">
<table class="table mb-0">
<tr>
<td>
<a href="<?php echo $nextlink;?>"><img src="<?php echo $src?>"></a>


+ 1
- 1
src/theme/apps/view_diyform.htm View File

@@ -21,7 +21,7 @@
</ul>
<span class="navbar-text"><a href="diy.php?action=post&diyid=<?php echo $diy->diyid;?>" class="btn btn-success btn-sm">发布信息</a></span>
</nav>
<table class="table">
<table class="table mb-0">
<?php
echo '<tbody>';
echo '<tr><td bgcolor="#f5f5f5">id'.$row['id'].'</td></tr>';


+ 1
- 1
src/theme/apps/view_msg.htm View File

@@ -19,7 +19,7 @@
<li class="breadcrumb-item">文档错误提示</li>
</ul>
</nav>
<table class="table">
<table class="table mb-0">
<tr>
<td colspan="2"><?php echo $moremsg;?></td>
</tr>


+ 1
- 1
src/theme/apps/view_msg_catalog.htm View File

@@ -19,7 +19,7 @@
<li class="breadcrumb-item">栏目错误提示</li>
</ul>
</nav>
<table class="table">
<table class="table mb-0">
<tr>
<td colspan="2"><?php echo $moremsg;?></td>
</tr>


Loading…
Cancel
Save