?>
&type=poll" <?php 
if ($type == "poll") {
    ?>
  class="current"<?php 
}
?>
  id="survey_link">Polls <span class="count">(<?php 
echo $pollNo;
?>
)</span></a>
				</li>
			</ul>
			<div class="tablenav-pages">
		   		<?php 
echo Wpsqt_Core::getPaginationLinks($currentPage, $numberOfPages);
?>
		   	</div>
		</div>

		<table class="widefat post fixed" cellspacing="0">
			<thead>
				<tr>
					<th class="manage-column" scope="col" width="40">ID</th>
					<th class="manage-column column-title" scope="col">Title</th>
					<th scope="col" width="75">Status</th>
					<th scope="col" width="75">Results</th>
				</tr>
			</thead>
			<tfoot>
				<tr>