Browse Source

已调整

tags/6.3.0
叙述、别离 1 year ago
parent
commit
473e053cd9
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/list_diyform.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 mb-0">
<table class="table">
<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 mb-0">
<table class="table">
<tr>
<td>网址:</td>
<td><input name="url" type="text" id="url" class="form-control"></td>


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

@@ -26,7 +26,7 @@
<?php
if (!empty($fields)) {
echo "<tbody>";
echo '<tr><td bgcolor="#f8f9fa">表单'.$fields['id'].' <a href="diy.php?action=view&diyid='.$diy->diyid.'&id='.$fields['id'].'" target="_blank" class="btn btn-light btn-sm">详细</a></td></tr></td>';
echo '<tr><td>表单'.$fields['id'].' <a href="diy.php?action=view&diyid='.$diy->diyid.'&id='.$fields['id'].'" target="_blank" class="btn btn-light btn-sm">详细</a></td></tr></td>';
foreach($fieldlist as $field=>$fielddata)
{
if ($fields[$field]=='') continue;


+ 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 mb-0">
<table class="table">
<?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 mb-0">
<table class="table">
<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 mb-0">
<table class="table">
<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 mb-0">
<table class="table">
<?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 mb-0">
<table class="table">
<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 mb-0">
<table class="table">
<tr>
<td colspan="2"><?php echo $moremsg;?></td>
</tr>


Loading…
Cancel
Save