File: /var/www/content-sp/work-sp/nqb_report_section.php
<?php
include_once('header.php');
?>
<style>
.btn_style{
font-size: 16px;
margin:2px;
}
</style>
<div class="page-inner">
<div class="page-title">
<h3><Param>Reports</Param></h3>
</div>
<div class="menuDiv">
<a href="nqb_questions_add_report" class="btn <?php if($pageName=='nqb_questions_add_report.php'){ ?>btn-primary <?php } else { echo "btn-success"; } ?> btn_style">Add Report (Primary)</a>
<a href="nqb_questions_add_report_translated" class="btn <?php if($pageName=='nqb_questions_add_report_translated.php'){ ?>btn-primary <?php } else { echo "btn-success"; } ?> btn_style">Add Report (Translated)</a>
<a href="nqb_questions_proofread_report" class="btn <?php if($pageName=='nqb_questions_proofread_report.php'){ ?>btn-primary <?php } else { echo "btn-success"; } ?> btn_style">ProofRead Report (Primary)</a>
<a href="nqb_questions_proofread_report_translated" class="btn <?php if($pageName=='nqb_questions_proofread_report_translated.php'){ ?>btn-primary <?php } else { echo "btn-success"; } ?> btn_style">ProofRead Report (Translated)</a>
<a href="nqb_individual_assignee_report" class="btn <?php if($pageName=='nqb_individual_assignee_report.php'){ ?>btn-primary <?php } else { echo "btn-success"; } ?> btn_style">Editors Data (Combined)</a>
</div>
<div id="main-wrapper">