Exemplo n.º 1
0
			Channel
		</th>
		<th>
			Uploaded
		</th>
		<th>
			View Count
		</th>
		<th>
			Title/Link
		</th>
	</thead>
	<?php 
echoVidRow($greyVid);
foreach ($bradyVids as $vid) {
    echoVidRow($vid);
}
?>
</table>
<hr>
<font size="5">Q: How do their view counts compare?<br />A:</font>

<table cellpadding="3" cellspacing="3">
	<tr>
		<td>Grey</td>
		<td align="right"><?php 
echo $greyViews;
?>
</td>
	</tr>
	<tr>
Exemplo n.º 2
0
    } else {
        echo "videos";
    }
}
?>
			</h2>

			<div class="row table-head">
				<div class="col-sm-2 col-sm-3">Channel</div>
				<div class="col-sm-3 col-sm-4 col-xs-8">Published</div>
				<div class="col-md-1 col-sm-2 col-xs-4 right-align">Views</div>
				<div class="col-md-6 col-sm-5">Title/Link</div>
			</div>
			<?php 
for ($i = 0; $i < count($bradyVids); $i++) {
    echoVidRow($bradyVids[$i], $i % 2 == 0);
}
?>
		</div>

		<div class="mainSection" id="viewCountCompare">
			<div class="row">
				<h1 class="row col-sm-10 col-xs-7">
					How do their view counts compare?
				</h1>
				<div class="col-sm-2 col-xs-5"></div> <!-- To make space for the back-to-top button -->
			</div>

			<div class="row">
				<div class="col-xs-6">
					Grey