Browse Source

调整

tags/6.3.0
叙述、别离 6 months ago
parent
commit
2fa56e3124
9 changed files with 9 additions and 9 deletions
  1. +1
    -1
      src/theme/apps/download_links.htm
  2. +1
    -1
      src/theme/apps/flink_add.htm
  3. +1
    -1
      src/theme/apps/heightsearch.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

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

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


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

@@ -21,7 +21,7 @@
</nav>
<form name="form1" action="<?php echo $cfg_phpurl?>/flink.php" method="post">
<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" class="form-control"></td>


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

@@ -13,7 +13,7 @@
<?php obtaintheme('top.htm');?>
<main class="container py-3">
<form name="form1" action="<?php echo $cfg_phpurl?>/search.php" method="get">
<table class="table">
<table class="table mb-0">
<tr>
<td width="160">网站栏目:</td>
<td>


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

@@ -27,7 +27,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 class="table">
<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" autocomplete="off" id="email" class="form-control"></td>


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

@@ -18,7 +18,7 @@
<li class="breadcrumb-item"><?php echo $arctitle;?></li>
</ol>
</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

@@ -22,7 +22,7 @@
<div class="mb-3">
<a href="<?php echo $cfg_phpurl?>/diy.php?action=post&diyid=<?php echo $diy->diyid;?>" class="btn btn-success btn-sm">发布信息</a>
</div>
<table class="table">
<table class="table mb-0">
<?php
echo '<tbody>';
echo '<tr><td bgcolor="#f8fafb">id'.$row['id'].'</td></tr>';


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

@@ -18,7 +18,7 @@
<li class="breadcrumb-item">文档错误提示</li>
</ol>
</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

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


Loading…
Cancel
Save