Line 31... |
Line 31... |
31 |
<td>
|
31 |
<td>
|
32 |
<input type="text" name="search_name" value="<?php echo htmlentities($searchInfo['search_name'], ENT_QUOTES)?>" onblur="<?php echo $submitLink?>">
|
32 |
<input type="text" name="search_name" value="<?php echo htmlentities($searchInfo['search_name'], ENT_QUOTES)?>" onblur="<?php echo $submitLink?>">
|
33 |
</td>
|
33 |
</td>
|
34 |
<th><?php echo $spText['common']['Period']?>:</th>
|
34 |
<th><?php echo $spText['common']['Period']?>:</th>
|
35 |
<td colspan="2">
|
35 |
<td colspan="2">
|
36 |
<input type="text" value="<?php echo $fromTime?>" name="from_time" id="from_time"/>
|
36 |
<input type="text" value="<?php echo $fromTime?>" name="from_time" id="from_time_summary"/>
|
37 |
<input type="text" value="<?php echo $toTime?>" name="to_time" id="to_time"/>
|
37 |
<input type="text" value="<?php echo $toTime?>" name="to_time" id="to_time_summary"/>
|
38 |
<script>
|
38 |
<script>
|
39 |
$( function() {
|
39 |
$( function() {
|
40 |
$( "#from_time, #to_time").datepicker({dateFormat: "yy-mm-dd"});
|
40 |
$( "#from_time_summary, #to_time_summary").datepicker({dateFormat: "yy-mm-dd"});
|
41 |
} );
|
41 |
} );
|
42 |
</script>
|
42 |
</script>
|
43 |
</td>
|
43 |
</td>
|
44 |
<tr>
|
44 |
<tr>
|
45 |
<tr>
|
45 |
<tr>
|
Line 220... |
Line 220... |
220 |
<br>
|
220 |
<br>
|
221 |
<div class="table-responsive">
|
221 |
<div class="table-responsive">
|
222 |
<?php
|
222 |
<?php
|
223 |
if (!empty($websiteStats)) {
|
223 |
if (!empty($websiteStats)) {
|
224 |
echo showSectionHead($spTextHome['Website Statistics']);
|
224 |
echo showSectionHead($spTextHome['Website Statistics']);
|
225 |
$colSpan = 15;
|
225 |
$colSpan = 14;
|
226 |
if (empty($pdfVersion)) echo $websitePagingDiv;
|
226 |
if (empty($pdfVersion)) echo $websitePagingDiv;
|
227 |
?>
|
227 |
?>
|
228 |
<table id="cust_tab">
|
228 |
<table id="cust_tab">
|
229 |
<tr>
|
229 |
<tr>
|
230 |
<th id="head" rowspan="2"><?php echo $spText['common']['Website']?></th>
|
230 |
<th id="head" rowspan="2"><?php echo $spText['common']['Website']?></th>
|
231 |
<th id="head" colspan="4"><?php echo $spTextHome['Ranks']?></th>
|
231 |
<th id="head" colspan="4"><?php echo $spTextHome['Ranks']?></th>
|
232 |
<th id="head" colspan="3"><?php echo $spTextHome['Backlinks']?></th>
|
232 |
<th id="head" colspan="3"><?php echo $spTextHome['Backlinks']?></th>
|
233 |
<th id="head" colspan="2"><?php echo $spTextHome['Pages Indexed']?></th>
|
233 |
<th id="head" colspan="2"><?php echo $spTextHome['Pages Indexed']?></th>
|
234 |
<th id="head" colspan="3"><?php echo $spTextPS['Page Speed']?></th>
|
234 |
<th id="head" colspan="2"><?php echo $spTextPS['Page Speed']?></th>
|
235 |
<th id="head" colspan="2"><?php echo $spTextHome['Directory Submission']?></th>
|
235 |
<th id="head" colspan="2"><?php echo $spTextHome['Directory Submission']?></th>
|
236 |
</tr>
|
236 |
</tr>
|
237 |
<tr>
|
237 |
<tr>
|
238 |
<th>Moz</th>
|
238 |
<th>Moz</th>
|
239 |
<th><?php echo $spText['common']['Domain Authority']?></th>
|
239 |
<th><?php echo $spText['common']['Domain Authority']?></th>
|
Line 244... |
Line 244... |
244 |
<th>Bing</th>
|
244 |
<th>Bing</th>
|
245 |
<th>Google</th>
|
245 |
<th>Google</th>
|
246 |
<th>Bing</th>
|
246 |
<th>Bing</th>
|
247 |
<th><?php echo $spTextPS['Desktop Speed']?></th>
|
247 |
<th><?php echo $spTextPS['Desktop Speed']?></th>
|
248 |
<th><?php echo $spTextPS['Mobile Speed']?></th>
|
248 |
<th><?php echo $spTextPS['Mobile Speed']?></th>
|
249 |
<th><?php echo $spTextPS['Mobile Usability']?></th>
|
- |
|
250 |
<th><?php echo $spText['common']['Total']?></th>
|
249 |
<th><?php echo $spText['common']['Total']?></th>
|
251 |
<th><?php echo $spText['common']['Active']?></th>
|
250 |
<th><?php echo $spText['common']['Active']?></th>
|
252 |
</tr>
|
251 |
</tr>
|
253 |
<?php
|
252 |
<?php
|
254 |
if(count($websiteRankList) > 0){
|
253 |
if(count($websiteRankList) > 0){
|
Line 267... |
Line 266... |
267 |
$bingIndexLInk = scriptAJAXLinkHrefDialog('saturationchecker.php', 'content', "sec=reports&website_id=".$websiteInfo['id'] . $timeArg, $websiteInfo['msn']['indexed']);
|
266 |
$bingIndexLInk = scriptAJAXLinkHrefDialog('saturationchecker.php', 'content', "sec=reports&website_id=".$websiteInfo['id'] . $timeArg, $websiteInfo['msn']['indexed']);
|
268 |
$totaldirLink = scriptAJAXLinkHrefDialog('directories.php', 'content', "sec=reports&website_id=".$websiteInfo['id'] . $timeArg, $websiteInfo['dirsub']['total']);
|
267 |
$totaldirLink = scriptAJAXLinkHrefDialog('directories.php', 'content', "sec=reports&website_id=".$websiteInfo['id'] . $timeArg, $websiteInfo['dirsub']['total']);
|
269 |
$activeDirLink = scriptAJAXLinkHrefDialog('directories.php', 'content', "sec=reports&active=approved&&website_id=".$websiteInfo['id'] . $timeArg, $websiteInfo['dirsub']['active']);
|
268 |
$activeDirLink = scriptAJAXLinkHrefDialog('directories.php', 'content', "sec=reports&active=approved&&website_id=".$websiteInfo['id'] . $timeArg, $websiteInfo['dirsub']['active']);
|
270 |
$desktopPageSpeedLink = scriptAJAXLinkHrefDialog('pagespeed.php', 'content', "sec=reports&website_id=".$websiteInfo['id'] . $timeArg, $websiteInfo['desktop_speed_score']);
|
269 |
$desktopPageSpeedLink = scriptAJAXLinkHrefDialog('pagespeed.php', 'content', "sec=reports&website_id=".$websiteInfo['id'] . $timeArg, $websiteInfo['desktop_speed_score']);
|
271 |
$mobilePageSpeedLink = scriptAJAXLinkHrefDialog('pagespeed.php', 'content', "sec=reports&website_id=".$websiteInfo['id'] . $timeArg, $websiteInfo['mobile_speed_score']);
|
270 |
$mobilePageSpeedLink = scriptAJAXLinkHrefDialog('pagespeed.php', 'content', "sec=reports&website_id=".$websiteInfo['id'] . $timeArg, $websiteInfo['mobile_speed_score']);
|
272 |
$mobileUsabilityLink = scriptAJAXLinkHrefDialog('pagespeed.php', 'content', "sec=reports&website_id=".$websiteInfo['id'] . $timeArg, $websiteInfo['mobile_usability_score']);
|
- |
|
273 |
?>
|
271 |
?>
|
274 |
<tr>
|
272 |
<tr>
|
275 |
<td>
|
273 |
<td>
|
276 |
<a href="javascript:void(0)"><?php echo $websiteInfo['url'];?></a>
|
274 |
<a href="javascript:void(0)"><?php echo $websiteInfo['url'];?></a>
|
277 |
</td>
|
275 |
</td>
|
Line 284... |
Line 282... |
284 |
<td><?php echo $bingBackLInk; ?></td>
|
282 |
<td><?php echo $bingBackLInk; ?></td>
|
285 |
<td><?php echo $googleIndexLInk; ?></td>
|
283 |
<td><?php echo $googleIndexLInk; ?></td>
|
286 |
<td><?php echo $bingIndexLInk; ?></td>
|
284 |
<td><?php echo $bingIndexLInk; ?></td>
|
287 |
<td><?php echo $desktopPageSpeedLink; ?></td>
|
285 |
<td><?php echo $desktopPageSpeedLink; ?></td>
|
288 |
<td><?php echo $mobilePageSpeedLink; ?></td>
|
286 |
<td><?php echo $mobilePageSpeedLink; ?></td>
|
289 |
<td><?php echo $mobileUsabilityLink; ?></td>
|
- |
|
290 |
<td><?php echo $totaldirLink?></td>
|
287 |
<td><?php echo $totaldirLink?></td>
|
291 |
<td><?php echo $activeDirLink?></td>
|
288 |
<td><?php echo $activeDirLink?></td>
|
292 |
</tr>
|
289 |
</tr>
|
293 |
<?php
|
290 |
<?php
|
294 |
}
|
291 |
}
|