Exemplo n.º 1
0
# user must be authenticated
$User->check_user_session();
?>


<!-- stats table -->
<table class="table table-condensed table-hover">

	<!-- sections -->
	<tr>
		<td class="title"><?php 
print _('Number of Sections');
?>
</td>
		<td><?php 
print $Database->numObjects("sections");
?>
</td>
	</tr>

	<!-- subnets -->
	<tr>
		<td class="title"><?php 
print _('Number of Subnets');
?>
</td>
		<td><?php 
print $Database->numObjects("subnets");
?>
</td>
	</tr>