Browse Source

Update action_search.htm

tags/6.2.0
xushubieli 1 year ago
parent
commit
4ac479402a
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/admin/templets/action_search.htm

+ 4
- 4
src/admin/templets/action_search.htm View File

@@ -13,12 +13,12 @@
<tr>
<td bgcolor="#f8f8f8">当前位置 &gt; 搜索结果</td>
</tr>
<tr bgcolor="#f8f8f8" align="center">
<tr bgcolor="#F8FCF1" align="center">
<td align="left">&quot;<span class="text-danger"><?php echo $keyword; ?></span>&quot;的搜索结果</td>
</tr>
<tr align="center">
<td align="center">
<?php foreach ($asresult as $row) { ?>
<?php foreach ($asresult as $row) {?>
<table width="98%" cellspacing="5" cellpadding="0" class="table table-borderless">
<tr>
<td align="left" bgcolor="#f8f8f8"><?php echo $row['toptitle'] ?> => <?php echo $row['title'] ?></td>
@@ -26,11 +26,11 @@
<tr>
<td align="center">
<table width="98%" cellspacing="0" cellpadding="5">
<?php foreach ($row['soniterm'] as $rows) { ?>
<?php foreach ($row['soniterm'] as $rows) {?>
<tr>
<td align="left"><a href="<?php echo $rows['linkurl'] ?>" target="main"><?php echo $rows['title'] ?></a><br><?php echo $rows['description'] ?></td>
</tr>
<?php } ?>
<?php }?>
</table>
</td>
</tr>


Loading…
Cancel
Save