Sfoglia il codice sorgente

文档关键词维护优化

tags/6.1.8
xushubieli 2 anni fa
parent
commit
0659d341f5
2 ha cambiato i file con 13 aggiunte e 13 eliminazioni
  1. +6
    -6
      src/admin/templets/article_keywords_main.htm
  2. +7
    -7
      src/admin/templets/article_keywords_select.htm

+ 6
- 6
src/admin/templets/article_keywords_main.htm Vedi File

@@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>关键词管理</title>
<title>文档关键词维护</title>
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css">
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
<link rel="stylesheet" href="../static/web/css/admin.css">
@@ -32,7 +32,7 @@
<td height="26" colspan="6" background="../static/web/img/tbg.gif">
<table width="96%" border="0" class="table table-borderless">
<tr>
<td width="25%" style="padding-left:10px">关键词维护</td>
<td width="25%" style="padding-left:10px">文档关键词维护</td>
<form name='form1' action="article_keywords_main.php">
<td width="75%" align="right">
搜索:<input type='text' name='keyword' size='20' />&nbsp;
@@ -52,11 +52,11 @@
<table border="0" cellspacing="0" cellpadding="0" class="table table-borderless">
<tr>
<td width="90">新增关键词:</td>
<td><input name="keyword" type="text" id="keyword" style="width:260px"></td>
<td width="90">链接网址:</td>
<td><input name="rpurl" type="text" id="rpurl" style="width:260px"></td>
<td width="270"><input name="keyword" type="text" id="keyword" style="width:260px"></td>
<td width="60">链接:</td>
<td width="270"><input name="rpurl" type="text" id="rpurl" style="width:260px"></td>
<td width="60">频率:</td>
<td><input name="rank" type="text" id="rank" value="30" style="width:60px"></td>
<td width="70"><input name="rank" type="text" id="rank" value="30" style="width:60px"></td>
<td><button type="submit" name="Submit" class="btn btn-success btn-sm">保存</button></td>
</tr>
</table>


+ 7
- 7
src/admin/templets/article_keywords_select.htm Vedi File

@@ -49,13 +49,13 @@ function AddNewKw()
<td width="100%" height="26" colspan="2" align="center" bgcolor="#009900">
<table border="0" cellspacing="0" cellpadding="0" class="table table-borderless">
<tr>
<td width="60" align="center">关键词:</td>
<td width="140"><input name="keyword" type="text" id="keyword" style="width:130px"></td>
<td width="40">链接:</td>
<td width="140"><input name="rpurl" type="text" id="rpurl" style="width:130px"></td>
<td width="40">频率:</td>
<td width="50"><input name="rank" type="text" id="rank" style="width:30px" value="30"></td>
<td width="86"><input type="submit" name="Submit" value="保存" class="np"></td>
<td width="90" align="center">关键词:</td>
<td width="270"><input name="keyword" type="text" id="keyword" style="width:260px"></td>
<td width="60">链接:</td>
<td width="270"><input name="rpurl" type="text" id="rpurl" style="width:260px"></td>
<td width="60">频率:</td>
<td width="70"><input name="rank" type="text" id="rank" style="width:60px"></td>
<td><input type="submit" name="Submit" value="保存" class="np"></td>
</tr>
</table>
</td>


Loading…
Annulla
Salva