103 |
- |
1 |
<?php echo showSectionHead($spTextPanel['Report Generation Manager']); ?>
|
|
|
2 |
<form id='search_form'>
|
|
|
3 |
<table class="search">
|
|
|
4 |
<tr>
|
|
|
5 |
<th><?php echo $spText['common']['Website']?>: </th>
|
|
|
6 |
<td>
|
|
|
7 |
<?php echo $this->render('website/websiteselectbox', 'ajax'); ?>
|
|
|
8 |
</td>
|
|
|
9 |
<?php $actFun = SP_DEMO ? "alertDemoMsg()" : "scriptDoLoadPost('cron.php', 'search_form', 'subcontent', '&sec=generate')"; ?>
|
|
|
10 |
<td><a href="javascript:void(0);" onclick="<?php echo $actFun?>" class="actionbut"><?php echo $spText['button']['Proceed']?></a></td>
|
|
|
11 |
</tr>
|
|
|
12 |
<tr>
|
|
|
13 |
<th nowrap="nowrap"><?php echo $spText['common']['Seo Tools']?>: </th>
|
|
|
14 |
<td colspan="2" style="font-size: 12px;">
|
|
|
15 |
<?php foreach($repTools as $i => $repInfo){ ?>
|
|
|
16 |
<input type="checkbox" name="repTools[]" value="<?php echo $repInfo['id']?>" checked="checked"> <?php echo $spTextTools[$repInfo['url_section']]?><br>
|
|
|
17 |
<?php }?>
|
|
|
18 |
</td>
|
|
|
19 |
</tr>
|
|
|
20 |
</table>
|
|
|
21 |
</form>
|
|
|
22 |
|
|
|
23 |
<div id='subcontent'>
|
|
|
24 |
<p class='note'><?php echo $spTextTools['clickgeneratereports']?></p>
|
|
|
25 |
<p class='note'><?php echo $spTextTools['note_report_generation']?></p>
|
|
|
26 |
</div>
|