@@ -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 mb-0"> | |||||
<table class="table"> | |||||
<tr> | <tr> | ||||
<td bgcolor="#f8f9fa"><?php echo $title;?>下载地址列表:</td> | <td bgcolor="#f8f9fa"><?php echo $title;?>下载地址列表:</td> | ||||
</tr> | </tr> | ||||
@@ -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 mb-0"> | |||||
<table class="table"> | |||||
<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> | ||||
@@ -26,7 +26,7 @@ | |||||
<?php | <?php | ||||
if (!empty($fields)) { | if (!empty($fields)) { | ||||
echo "<tbody>"; | 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) | foreach($fieldlist as $field=>$fielddata) | ||||
{ | { | ||||
if ($fields[$field]=='') continue; | if ($fields[$field]=='') continue; | ||||
@@ -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 mb-0"> | |||||
<table class="table"> | |||||
<?php echo $postform;?> | <?php echo $postform;?> | ||||
<tr> | <tr> | ||||
<td align="center"> | <td align="center"> | ||||
@@ -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 mb-0"> | |||||
<table class="table"> | |||||
<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> | ||||
@@ -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 mb-0"> | |||||
<table class="table"> | |||||
<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> | ||||
@@ -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 mb-0"> | |||||
<table class="table"> | |||||
<?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>'; | ||||
@@ -18,7 +18,7 @@ | |||||
<li class="breadcrumb-item">文档错误提示</li> | <li class="breadcrumb-item">文档错误提示</li> | ||||
</ol> | </ol> | ||||
</nav> | </nav> | ||||
<table class="table mb-0"> | |||||
<table class="table"> | |||||
<tr> | <tr> | ||||
<td colspan="2"><?php echo $moremsg;?></td> | <td colspan="2"><?php echo $moremsg;?></td> | ||||
</tr> | </tr> | ||||
@@ -18,7 +18,7 @@ | |||||
<li class="breadcrumb-item">栏目错误提示</li> | <li class="breadcrumb-item">栏目错误提示</li> | ||||
</ol> | </ol> | ||||
</nav> | </nav> | ||||
<table class="table mb-0"> | |||||
<table class="table"> | |||||
<tr> | <tr> | ||||
<td colspan="2"><?php echo $moremsg;?></td> | <td colspan="2"><?php echo $moremsg;?></td> | ||||
</tr> | </tr> | ||||