Ejemplo n.º 1
0
							<h3 class="icon chart">mAdserve System Log</h3>		
						</div>
					
						<div class="widget-content">
							
							<table id="syslog" class="table table-bordered table-striped data-table">
						<thead>
							<tr>
								<th>Log ID</th>
								<th>Description</th>
								<th>Date</th>
							</tr>
						</thead>
						<tbody>
							<?php 
get_syslog('full', '');
?>
	
						</tbody>
					</table>
						</div> 
						<!-- .widget-content -->
					
				</div> <!-- .widget -->
					
					
								
					
				
				
				
Ejemplo n.º 2
0
						</div> <!-- .qnc -->	
					</div>
				</div>
			</li>
			<li class="quickNavNotification">
				<a href="#menuPie" class="menu"><span class="icon-cog-alt"></span></a>
				
				<div id="menuPie" class="menu-container">
					<div class="menu-content cf">					
						
						<div class="qnc">
							
							<h3>System Log</h3>
					
							<?php 
    get_syslog('topbar', 3);
    ?>
							
							<a href="system_log.php" class="qnc_more">View Full System Log</a>
							
						</div> <!-- .qnc -->
					</div>
				</div>				
			</li>
		</ul>		
	</div> <!-- .quickNav -->
    <?php 
}
?>