103 |
- |
1 |
<?php echo showSectionHead($spTextKeyword['Quick Keyword Position Checker']); ?>
|
|
|
2 |
<form id='search_form'>
|
|
|
3 |
<table width="60%" border="0" cellspacing="0" cellpadding="0" class="search">
|
|
|
4 |
<tr>
|
|
|
5 |
<th><?php echo $spText['common']['Search Engine']?>: </th>
|
|
|
6 |
<td>
|
|
|
7 |
<?php echo $this->render('searchengine/seselectbox', 'ajax'); ?>
|
|
|
8 |
</td>
|
|
|
9 |
</tr>
|
|
|
10 |
<tr>
|
|
|
11 |
<th><?php echo $spText['common']['lang']?>: </th>
|
|
|
12 |
<td>
|
|
|
13 |
<?php echo $this->render('language/languageselectbox', 'ajax'); ?>
|
|
|
14 |
</td>
|
|
|
15 |
</tr>
|
|
|
16 |
<tr>
|
|
|
17 |
<th><?php echo $spText['common']['Country']?>: </th>
|
|
|
18 |
<td>
|
|
|
19 |
<?php echo $this->render('country/countryselectbox', 'ajax'); ?>
|
|
|
20 |
</td>
|
|
|
21 |
</tr>
|
|
|
22 |
<tr>
|
|
|
23 |
<th><?php echo $spText['common']['Website']?>: </th>
|
|
|
24 |
<td>
|
|
|
25 |
<input type="text" style="width: <?php echo $seStyle?>px;" value="" name="url"/>
|
|
|
26 |
</td>
|
|
|
27 |
</tr>
|
|
|
28 |
<tr>
|
|
|
29 |
<th><?php echo $spText['common']['Keyword']?>: </th>
|
|
|
30 |
<td>
|
|
|
31 |
<input type="text" style="width: <?php echo $seStyle?>px;" value="" name="name"/>
|
|
|
32 |
</td>
|
|
|
33 |
</tr>
|
|
|
34 |
<tr>
|
|
|
35 |
<th><?php echo $spTextKeyword['Show All results']?>: </th>
|
|
|
36 |
<td>
|
|
|
37 |
<input type="checkbox" value="1" name="show_all"/>
|
|
|
38 |
</td>
|
|
|
39 |
</tr>
|
|
|
40 |
<tr>
|
|
|
41 |
<th> </th>
|
|
|
42 |
<td style="padding-left: 9px;">
|
|
|
43 |
<?php $actFun = SP_DEMO ? "alertDemoMsg()" : "scriptDoLoadPost('reports.php', 'search_form', 'subcontent', '&sec=kwchecker')"; ?>
|
|
|
44 |
<a href="javascript:void(0);" onclick="<?php echo $actFun?>" class="actionbut"><?php echo $spText['button']['Proceed']?></a>
|
|
|
45 |
</td>
|
|
|
46 |
</tr>
|
|
|
47 |
</table>
|
|
|
48 |
</form>
|
|
|
49 |
<div id='subcontent'>
|
|
|
50 |
<p class='note'><?php echo $spTextTools['clickgeneratereports']?></p>
|
|
|
51 |
</div>
|