Пример #1
0
<?php

include_once 'header.php';
?>

<section>
	<h1>View</h1>
	<?php 
get_the_files('SNMP Manager');
?>
</section>

<?php 
include_once 'footer.php';
Пример #2
0
<?php

include_once 'header.php';
?>

<section>
	<h1>View</h1>
	<?php 
get_the_files('File Server');
?>
</section>

<?php 
include_once 'footer.php';
Пример #3
0
<?php

include_once 'header.php';
?>

<section>
	<h1>View</h1>
	<?php 
get_the_files('Agent PC');
?>
</section>

<?php 
include_once 'footer.php';
Пример #4
0
<?php

include_once 'header.php';
?>

<section>
	<h1>View</h1>
	<?php 
get_the_files('Web Server');
?>
</section>

<?php 
include_once 'footer.php';
Пример #5
0
<?php

include_once 'header.php';
?>

<section>
	<h1>View</h1>
	<?php 
get_the_files('Router');
?>
</section>

<?php 
include_once 'footer.php';