<?php

$borderCollapseVal = $lastTdStyle = "";
$hrefAction = 'href="javascript:void(0)"';
if (!empty($pdfVersion) || !empty($printVersion)) {
    // if pdf report to be generated
    if ($pdfVersion) {
        showPdfHeader($spTextTools['Auditor Reports']);
        $borderCollapseVal = "border-collapse: collapse;";
        $lastTdStyle = "border-right:1px solid #B0C2CC;";
        $hrefAction = "";
    } else {
        showPrintHeader($spTextTools['Auditor Reports']);
    }
} else {
    ?>
    <div style="float:right;margin-right: 10px;margin-top: -38px;">
		<a href="<?php 
    echo $mainLink;
    ?>
&doc_type=pdf"><img src="<?php 
    echo SP_IMGPATH;
    ?>
/icon_pdf.png"></a> &nbsp;
    	<a href="<?php 
    echo $mainLink;
    ?>
&doc_type=export"><img src="<?php 
    echo SP_IMGPATH;
    ?>
/icoExport.gif"></a> &nbsp;
Exemplo n.º 2
0
<?php

$borderCollapseVal = $pdfVersion ? "border-collapse: collapse;" : "";
if (!empty($printVersion) || !empty($pdfVersion)) {
    $pdfVersion ? showPdfHeader($spTextHome['Account Summary']) : showPrintHeader($spTextHome['Account Summary']);
} else {
    ?>
	<div class="Center" style='width:100%;'>
	<div class="col" style="">	
    <?php 
    echo getRoundTabTop();
    ?>
    <div id="round_content">	
	<div class="SectionHeader">
	<h1 style="text-align:center;border: none;"><?php 
    echo $spTextHome['Account Summary'];
    ?>
</h1>
	</div>
	<br />
	<div style="float: left;width: 300px;margin: 0px 0px 6px 10px;">
		<form name="acc_form" method="post" action="<?php 
    echo SP_WEBPATH;
    ?>
/">
    	<table width="50%" border="0" cellspacing="0" cellpadding="0" class="actionForm">
    		<tr>
				<th><?php 
    echo $spText['common']['Name'];
    ?>
: </th>
Exemplo n.º 3
0
<?php

$borderCollapseVal = $pdfVersion ? "border-collapse: collapse;" : "";
$hrefAttr = $pdfVersion ? "" : "href='javascript:void(0)'";
if (!empty($printVersion) || !empty($pdfVersion)) {
    $doPrint = empty($cronUserId) ? true : false;
    $pdfVersion ? showPdfHeader($sectionHead) : showPrintHeader($sectionHead, $doPrint);
    ?>
    <table width="80%" border="0" cellspacing="0" cellpadding="0" class="search">
    	<?php 
    if (!empty($websiteUrl)) {
        ?>
    		<tr>
    			<th><?php 
        echo $spText['common']['Website'];
        ?>
:</th>
        		<td>
        			<?php 
        echo $websiteUrl;
        ?>
    			</td>
    		</tr>
		<?php 
    }
    ?>
		<tr>
			<th><?php 
    echo $spText['common']['Period'];
    ?>
:</th>
Exemplo n.º 4
0
<?php

$borderCollapseVal = $pdfVersion ? "border-collapse: collapse;" : "";
if (!empty($printVersion) || !empty($pdfVersion)) {
    $pdfVersion ? showPdfHeader($spTextTools['Keyword Position Summary']) : showPrintHeader($spTextTools['Keyword Position Summary']);
    ?>
    <table width="80%" border="0" cellspacing="0" cellpadding="0" class="search">
    	<?php 
    if (!empty($websiteUrl)) {
        ?>
    		<tr>
    			<th><?php 
        echo $spText['common']['Website'];
        ?>
:</th>
        		<td>
        			<?php 
        echo $websiteUrl;
        ?>
    			</td>
    		</tr>
		<?php 
    }
    ?>
		<tr>
			<th><?php 
    echo $spText['common']['Period'];
    ?>
:</th>
    		<td>
    			<?php