Exemplo n.º 1
0
    if ($total_day_stats == 0) {
        echo "<h4 style='text-align:center;'>No transactions recorded for this day.</h4>";
    }
    ?>
	
				</div>				
			</div>

			<!-- graph -->
			<div id="stats_graph" class="row">	
				<div class="col-md-12" id="refreport">				
					<h4 id="toggle_graph">Hourly Breakdown <span style="font-size:50%;">(click to toggle)</span></h4>	
					<div id="table_wrapper">
						<table class="table table-striped table-condensed">						
							<?php 
    statsGraph($link, "crud", $current_edit_location, $graph_date);
    ?>
						</table>
					</div>
				</div>
			</div> 

			

		<?php 
} else {
    ?>
		<div id="no_trans" class="row">
			<div class="col-md-12">
				<h4>No transactions recorded for this day.</h4>
			</div>
Exemplo n.º 2
0
						<a href="RefStats_Tool_Documentation.html" ><button type="button" class="btn btn-sm btn-WSUgreen"><span class="glyphicon glyphicon-question-sign" aria-hidden="true"></span></button></a>
					</p>
				</div>
			</div>

		</div>
		<hr>

		<div id="ref_graph">
			<div class="row-fluid">	
				<div class="col-md-12" id="refreport">				
					<h4 id="toggle_graph">Today's Counts <span style="font-size:50%;">(click to toggle)</span></h4>	
					<div id="table_wrapper">
						<table class="table table-striped table-condensed">						
							<?php 
statsGraph($link, "index", '', '');
?>
						</table>
					</div>
				</div>
			</div> 
		</div> 

		<div class="row-fluid">
			<div id="footer" class="col-md-12">
				<a href="http://library.wayne.edu"><img id="logo" src="inc/library_system_w.jpg"/></a>
			</div>
		</div>

	</div> <!-- container -->
</body>