Browse Source

调整

tags/6.3.0
叙述、别离 1 year 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> <li class="breadcrumb-item"><?php echo $title;?>下载地址</li>
</ol> </ol>
</nav> </nav>
<table class="table">
<table class="table mb-0">
<tr> <tr>
<td bgcolor="#f8f9fa"><?php echo $title;?>下载地址列表:</td> <td bgcolor="#f8f9fa"><?php echo $title;?>下载地址列表:</td>
</tr> </tr>


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

@@ -21,7 +21,7 @@
</nav> </nav>
<form name="form1" action="<?php echo $cfg_phpurl?>/flink.php" method="post"> <form name="form1" action="<?php echo $cfg_phpurl?>/flink.php" method="post">
<input type="hidden" name="dopost" value="save"> <input type="hidden" name="dopost" value="save">
<table class="table">
<table class="table mb-0">
<tr> <tr>
<td>网址:</td> <td>网址:</td>
<td><input name="url" type="text" id="url" class="form-control"></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');?> <?php obtaintheme('top.htm');?>
<main class="container py-3"> <main class="container py-3">
<form name="form1" action="<?php echo $cfg_phpurl?>/search.php" method="get"> <form name="form1" action="<?php echo $cfg_phpurl?>/search.php" method="get">
<table class="table">
<table class="table mb-0">
<tr> <tr>
<td width="160">网站栏目:</td> <td width="160">网站栏目:</td>
<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="action" value="post">
<input type="hidden" name="diyid" value="<?php echo $diyid;?>"> <input type="hidden" name="diyid" value="<?php echo $diyid;?>">
<input type="hidden" name="do" value="2"> <input type="hidden" name="do" value="2">
<table class="table">
<table class="table mb-0">
<?php echo $postform;?> <?php echo $postform;?>
<tr> <tr>
<td align="center"> <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="arcurl" value="<?php echo $arcurl;?>">
<input type="hidden" name="action" value="send"> <input type="hidden" name="action" value="send">
<input type="hidden" name="arcID" value="<?php echo $aid;?>"> <input type="hidden" name="arcID" value="<?php echo $aid;?>">
<table class="table">
<table class="table mb-0">
<tr> <tr>
<td width="160">好友邮箱:</td> <td width="160">好友邮箱:</td>
<td><input name="email" type="text" autocomplete="off" id="email" class="form-control"></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> <li class="breadcrumb-item"><?php echo $arctitle;?></li>
</ol> </ol>
</nav> </nav>
<table class="table">
<table class="table mb-0">
<tr> <tr>
<td> <td>
<a href="<?php echo $nextlink;?>"><img src="<?php echo $src?>"></a> <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"> <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> <a href="<?php echo $cfg_phpurl?>/diy.php?action=post&diyid=<?php echo $diy->diyid;?>" class="btn btn-success btn-sm">发布信息</a>
</div> </div>
<table class="table">
<table class="table mb-0">
<?php <?php
echo '<tbody>'; echo '<tbody>';
echo '<tr><td bgcolor="#f8fafb">id'.$row['id'].'</td></tr>'; 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> <li class="breadcrumb-item">文档错误提示</li>
</ol> </ol>
</nav> </nav>
<table class="table">
<table class="table mb-0">
<tr> <tr>
<td colspan="2"><?php echo $moremsg;?></td> <td colspan="2"><?php echo $moremsg;?></td>
</tr> </tr>


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

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


Loading…
Cancel
Save