|
@@ -13,11 +13,14 @@
|
|
|
</head>
|
|
</head>
|
|
|
<body>
|
|
<body>
|
|
|
<div class="container">
|
|
<div class="container">
|
|
|
|
|
+ <h1>搜索工具聚合页</h1>
|
|
|
|
|
+ <hr>
|
|
|
<div class="row" style="margin-top: 50px">
|
|
<div class="row" style="margin-top: 50px">
|
|
|
- <div class="col-md-3 col-md-offset-1">
|
|
|
|
|
- <form method="post" action="related.php">
|
|
|
|
|
|
|
+ <div class="col-md-3 col-md-offset-1 panel panel-primary">
|
|
|
|
|
+ <div class="page-header">百度相关搜索词</div>
|
|
|
|
|
+ <form method="post" class="panel-body" action="related.php">
|
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
|
- <label for="related">相关搜索词:</label>
|
|
|
|
|
|
|
+ <label for="related">搜索词:</label>
|
|
|
<textarea id="related" class="form-control" rows="3" placeholder="请输入关键词,一行一个"
|
|
<textarea id="related" class="form-control" rows="3" placeholder="请输入关键词,一行一个"
|
|
|
style="margin-top: 10px"
|
|
style="margin-top: 10px"
|
|
|
name="wd"></textarea>
|
|
name="wd"></textarea>
|
|
@@ -26,10 +29,11 @@
|
|
|
</form>
|
|
</form>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <div class="col-md-3 col-md-offset-1">
|
|
|
|
|
- <form method="post" action="baidu.php">
|
|
|
|
|
|
|
+ <div class="col-md-3 col-md-offset-1 panel panel-primary">
|
|
|
|
|
+ <div class="page-header">百度其他人还在搜</div>
|
|
|
|
|
+ <form method="post" class="panel-body" action="baidu.php">
|
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
|
- <label for="other_search">百度其他人还在搜:</label>
|
|
|
|
|
|
|
+ <label for="other_search">关键词:</label>
|
|
|
<textarea id="other_search" class="form-control" rows="3" placeholder="请输入关键词,一行一个"
|
|
<textarea id="other_search" class="form-control" rows="3" placeholder="请输入关键词,一行一个"
|
|
|
style="margin-top: 10px"
|
|
style="margin-top: 10px"
|
|
|
name="wd"></textarea>
|
|
name="wd"></textarea>
|
|
@@ -38,8 +42,9 @@
|
|
|
</form>
|
|
</form>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <div class="col-md-3 col-md-offset-1">
|
|
|
|
|
- <form method="post" action="aizhan.php">
|
|
|
|
|
|
|
+ <div class="col-md-3 panel panel-primary col-md-offset-1">
|
|
|
|
|
+ <div class="page-header">爱站关键词挖掘</div>
|
|
|
|
|
+ <form method="post" class="panel-body" action="aizhan.php">
|
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
|
<label for="aizhan">爱站关键词挖掘:</label>
|
|
<label for="aizhan">爱站关键词挖掘:</label>
|
|
|
<input id="aizhan" type="text" class="form-control" style="margin-top: 10px" placeholder="请输入关键词"
|
|
<input id="aizhan" type="text" class="form-control" style="margin-top: 10px" placeholder="请输入关键词"
|
|
@@ -50,12 +55,14 @@
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ <hr>
|
|
|
|
|
|
|
|
<div class="row" style="margin-top: 50px">
|
|
<div class="row" style="margin-top: 50px">
|
|
|
- <div class="col-md-3 col-md-offset-1">
|
|
|
|
|
- <form method="post" action="hintData.php">
|
|
|
|
|
|
|
+ <div class="col-md-3 col-md-offset-1 panel panel-primary">
|
|
|
|
|
+ <div class="page-header">百度为你推荐</div>
|
|
|
|
|
+ <form method="post" class="panel-body" action="hintData.php">
|
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
|
- <label for="hitData">为你推荐-相关搜索词:</label>
|
|
|
|
|
|
|
+ <label for="hitData">搜索词:</label>
|
|
|
<textarea id="hitData" class="form-control" rows="3" placeholder="请输入关键词,一行一个"
|
|
<textarea id="hitData" class="form-control" rows="3" placeholder="请输入关键词,一行一个"
|
|
|
style="margin-top: 10px"
|
|
style="margin-top: 10px"
|
|
|
name="wd"></textarea>
|
|
name="wd"></textarea>
|
|
@@ -74,15 +81,16 @@
|
|
|
<input type="submit" class="btn btn-primary btn-lg" style="float: right" value="提交"/>
|
|
<input type="submit" class="btn btn-primary btn-lg" style="float: right" value="提交"/>
|
|
|
</form>
|
|
</form>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="col-md-3 col-md-offset-1">
|
|
|
|
|
- <form method="post" action="site.php">
|
|
|
|
|
|
|
+ <div class="col-md-3 col-md-offset-1 panel panel-primary">
|
|
|
|
|
+ <div class="page-header">百度site搜索词</div>
|
|
|
|
|
+ <form method="post" action="site.php" class="panel-body">
|
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
|
<label for="domain">域名:</label>
|
|
<label for="domain">域名:</label>
|
|
|
<input name="domain" id="domain" class="form-control" />
|
|
<input name="domain" id="domain" class="form-control" />
|
|
|
</div>
|
|
</div>
|
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
|
<label for="word">搜索词:</label>
|
|
<label for="word">搜索词:</label>
|
|
|
- <textarea id="word" class="form-control" rows="3" placeholder="请输入关键词,一行一个"
|
|
|
|
|
|
|
+ <textarea id="word" class="form-control" rows="2" placeholder="请输入关键词,一行一个"
|
|
|
style="margin-top: 10px"
|
|
style="margin-top: 10px"
|
|
|
name="word"></textarea>
|
|
name="word"></textarea>
|
|
|
</div>
|
|
</div>
|