Example #1
0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php 
echo $config->language;
?>
" lang="<?php 
echo $config->language;
?>
" >
<?php 
head::css();
head::script();
?>
<head>
<title>
	<?php 
echo $config->site_name;
?>
</title>
<body>
<div class="header">
	<div class="statusbar">
		<div class="wrapper">
			<div class="welcome">
				<?php 
echo layout::welcome();
?>
			</div>
			<div class="timestamp">
				<?php 
echo layout::timestamp();
?>
SQL;
    $sectionResults = $conn->query($sectionSQL);
    $section = $sectionResults->fetch_assoc();

    $rankSQL = <<<SQL
    SELECT meta_value
    FROM wp_usermeta
    WHERE user_id="$author" AND meta_key="Rank"
SQL;
    $rankResults = $conn->query($rankSQL);
    $rank = $rankResults->fetch_assoc();
    
 ?>

 <?php include_once('inc/header_view_bolo.php'); 
 	$head = new head();
	$head->make_banner($author);
 ?>


 <div class="redirects" style="position: relative; left: 52px; bottom: 25px;">
    <a href="http://bolo.cs.fiu.edu/bolofliercreator/"><font size="6" color="green" font-weight: "bold">Home</font></a>
    <td>&emsp;&emsp;&emsp;&emsp;</td>
    <a href="http://bolo.cs.fiu.edu/bolofliercreator/?page_id=284"><font size="6" color="green" font-weight: "bold">Search</font></a>
    <td>&emsp;&emsp;&emsp;&emsp;</td>
    <a href="http://bolo.cs.fiu.edu/bolofliercreator/?page_id=1594&id=<?php echo $resultId?>"><font size=6" color="green" font-weight: "bold">Download</font></a>
 </div>
 <div class="container">

	<div class="row" >
    	<div class="col-md-4">