Files
EasyCloud/Sources/webAduc/www/templates_c/e7a5f2111aabf5c11bacdc23864f165ab8fd0aa0_0.file.main.smarty.php
2021-04-02 11:26:26 +02:00

151 lines
3.7 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/* Smarty version 3.1.39, created on 2021-03-19 11:18:17
from '/var/www/html/src/templates/main.smarty' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.39',
'unifunc' => 'content_6054887911bbe2_81020750',
'has_nocache_code' => false,
'file_dependency' =>
array (
'e7a5f2111aabf5c11bacdc23864f165ab8fd0aa0' =>
array (
0 => '/var/www/html/src/templates/main.smarty',
1 => 1616152674,
2 => 'file',
),
),
'includes' =>
array (
'file:header.smarty' => 1,
),
),false)) {
function content_6054887911bbe2_81020750 (Smarty_Internal_Template $_smarty_tpl) {
$_smarty_tpl->_subTemplateRender('file:header.smarty', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);
?>
<body onLoad='loadMain();'>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<h3 class="text-center text-primary">
<?php echo $_smarty_tpl->tpl_vars['Title']->value;?>
</h3>
</div>
</div>
<!-- Navbar -->
<div class="row">
<div class="col-md-12">
<ul class="nav" id="navbar" style="display: none"> <!-- display: flex -->
<li class="nav-item"><a class="nav-link" href="#" onClick='Quit();' id='Logout'>D&eacute;connection</a></li>
<li class="nav-item">
<a class="nav-link" href="#">Profile</a>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#">Messages</a>
</li>
<li class="nav-item dropdown ml-md-auto">
<a class="nav-link dropdown-toggle" href="http://example.com" id="navbarDropdownMenuLink" data-toggle="dropdown">Dropdown link</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="#">Action</a> <a class="dropdown-item" href="#">Another action</a> <a class="dropdown-item" href="#">Something else here</a>
<div class="dropdown-divider">
</div> <a class="dropdown-item" href="#">Separated link</a>
</div>
</li>
</ul>
</div>
</div>
<!-- Main content -->
<div class="col-md-12" id='jsTree' style="display: none;"></div>
<div class="row">
<div class="col-md-12">
<!-- Boîte modale de type Popup -->
<div class="modal fade" id="popup" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header" id="popup-header">
<h5 class="modal-title" id="popup-title"></h5>
<button type="button" class="close" data-dismiss="modal">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body" id="popup-body">
</div>
<div class="modal-footer" id="popup-footer">
</div>
</div>
</div>
</div>
<!-- /Boîte modale de type Popup -->
<!-- Boîte d'affichage d'erreur -->
<div class="col-md-12">&nbsp;</div>
<div class="col-md-12" id='bAlert' style='display: none'>
<div class="alert alert-dismissable alert-danger">
<h4 id='alertMsg'>ERREUR:</h4>
</div>
</div>
<!-- /Boîte d'affichage d'erreur -->
</div>
</div>
</div>
</body>
</html>
<?php }
}