165 lines
2.9 KiB
HTML
165 lines
2.9 KiB
HTML
<!doctype html>
|
|
<html lang="#CODELANG">
|
|
|
|
<head>
|
|
#INCLURE "template/gtag.html"
|
|
|
|
<THELIA_SEO type="seo" dossier="#DOSSIER_ID">
|
|
<title>#TITRE</title>
|
|
<meta name="description" content="#METADESC" />
|
|
</THELIA_SEO>
|
|
|
|
|
|
|
|
#INCLURE "template/meta.html"
|
|
|
|
</head>
|
|
<body class="page-actualite">
|
|
|
|
<div id="page-wrapper">
|
|
|
|
|
|
<a href="./" id="site-logo" class="logo-cube-wrap">
|
|
<img src="template/img/logo-dark.png"/>
|
|
</a>
|
|
|
|
#INCLURE "template/header.html"
|
|
|
|
|
|
|
|
|
|
<div class="pane pane--left" data-pane="left">
|
|
|
|
<div class="pane__inner pane-header" id="ref-left">
|
|
|
|
|
|
#INCLURE "template/actu-load-titre.html"
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<THELIA_DOSSIER type="DOSSIER" id="5">
|
|
<div class="pane__inner pane-header pane-header--about" id="liste-left">
|
|
<h1 class="page-title-position">#TITRE.</h1>
|
|
|
|
<THELIA_IMAGE type="IMAGE" num="1" dossier="5">
|
|
<div class="bg-vid" style="background-image: url(#FICHIER)"></div>
|
|
</THELIA_IMAGE>
|
|
<header class="pane-header__content">
|
|
</header>
|
|
</div>
|
|
</THELIA_DOSSIER>
|
|
</div>
|
|
|
|
|
|
<div class="pane pane--right" data-pane="right">
|
|
|
|
|
|
|
|
<div class="pane__inner allow-scroll case-study" style="z-index: 120;" id="ref-right">
|
|
|
|
|
|
|
|
#INCLURE "template/actu-load-contenu.html"
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="pane__inner allow-scroll" id="liste-right">
|
|
<div class="pane__content content-container section bg-gray--lightest section--careers">
|
|
<div class="section__content">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="section__main section__main--standalone">
|
|
|
|
<!-- filter -->
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<div class="portfolio-filter">
|
|
<a href="#" class="filter sep" data-filter=".chantier">chantier</a>
|
|
<a href="#" class="filter sep" data-filter=".evenements">événements</a>
|
|
<a href="#" class="filter sep" data-filter=".medias">medias</a>
|
|
<a href="#" class="filter sep" data-filter=".vie-dagence">vie d'agence</a>
|
|
<a href="#" class="filter active" data-filter="*">tout</a>
|
|
</div>
|
|
</div>
|
|
</div> <!-- end filter -->
|
|
|
|
|
|
<ul class="post-list list list--unstyled works-grid">
|
|
|
|
<THELIA_DOSSIER type="DOSSIER" parent="5">
|
|
#INCLURE "template/item-actualite.html"
|
|
</THELIA_DOSSIER>
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
#INCLURE "template/footer.html"
|
|
|
|
|
|
|
|
<TEST_ex1 variable="#GET{actu}" test="nonvide">
|
|
|
|
|
|
|
|
<script>
|
|
$("body").addClass('open');
|
|
|
|
</script>
|
|
|
|
<style>
|
|
#liste-left {
|
|
display: none;
|
|
}
|
|
|
|
|
|
#liste-right {
|
|
display: none;
|
|
}
|
|
|
|
|
|
|
|
|
|
#ref-left {
|
|
display: block;
|
|
}
|
|
|
|
#ref-right {
|
|
display: block;
|
|
}
|
|
|
|
.close-actu{
|
|
display: block;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
</TEST_ex1>
|
|
<//TEST_ex1>
|
|
|
|
|
|
</body>
|
|
</html> |