2020-04-11 06:56:24 +02:00
|
|
|
|
<body>
|
|
|
|
|
<nav>
|
|
|
|
|
<div id="hmenu">
|
|
|
|
|
<ul>
|
|
|
|
|
<?php echo($menuout); ?>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</nav>
|
2020-10-14 19:18:17 +02:00
|
|
|
|
<div id="bmenu"></div>
|
2020-04-11 06:56:24 +02:00
|
|
|
|
<div class="scrwide">
|
|
|
|
|
<div class="scrwidein">
|
2020-10-13 08:21:26 +02:00
|
|
|
|
<section class="sectcontm">
|
2020-05-13 17:48:28 +02:00
|
|
|
|
<h3>Instancias</h3>
|
2020-10-13 08:21:26 +02:00
|
|
|
|
<?php require('custard.php'); ?>
|
2020-04-11 06:56:24 +02:00
|
|
|
|
</section>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2020-05-13 17:48:28 +02:00
|
|
|
|
<!--
|
2020-04-13 18:43:00 +02:00
|
|
|
|
<div class="transrfh">
|
|
|
|
|
This translation from english language needs some revisions and additions, please click <a href="https://pad.cisti.org/p/MastostartTransRevEnEs" target="_blank">here</a> if you’d like to help
|
|
|
|
|
</div>
|
2020-05-13 17:48:28 +02:00
|
|
|
|
-->
|
2020-04-11 06:56:24 +02:00
|
|
|
|
</body>
|