152 lines
3.0 KiB
HTML
152 lines
3.0 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"
|
|
<script src='https://www.google.com/recaptcha/api.js'></script>
|
|
|
|
</head>
|
|
<body class="page-nous-rejoindre">
|
|
|
|
<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 pane-header--about">
|
|
|
|
|
|
<h1 class="page-title-position">#DOSSIER_NOM.</h1>
|
|
|
|
|
|
|
|
<THELIA_IMAGE type="IMAGE" num="1" dossier="#DOSSIER_ID">
|
|
<div class="bg-vid" style="background-image: url(#FICHIER)"></div>
|
|
</THELIA_IMAGE>
|
|
<header class="pane-header__content">
|
|
|
|
</header>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="pane pane--right" data-pane="right">
|
|
<div class="pane__inner allow-scroll">
|
|
|
|
|
|
|
|
|
|
|
|
<TEST_ex1 variable="#ENV{ref}" test="nonvide">
|
|
|
|
<div class="pane__content content-container section section--contact">
|
|
#INCLURE "template/form-nous-rejoindre.html"
|
|
</div>
|
|
</TEST_ex1>
|
|
<div class="pane__content content-container section bg-gray--lightest section--careers">
|
|
<div class="section__content">
|
|
<div class="section__main section__main--standalone">
|
|
#DOSSIER_DESCRIPTION
|
|
<ul class="post-list list list--unstyled">
|
|
|
|
<THELIA_DOSSIER type="DOSSIER" parent="#DOSSIER_ID">
|
|
#INCLURE "template/item-nous-rejoindre.html"
|
|
</THELIA_DOSSIER>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<//TEST_ex1>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
#INCLURE "template/footer.html"
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
|
$(document).on('submit', 'form', function(){
|
|
|
|
|
|
var response = grecaptcha.getResponse();
|
|
|
|
|
|
|
|
if (response.length==0){
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
|
$('#lettre_f, #lettre_h').click(function() {
|
|
$('#lettre').click();
|
|
return false;
|
|
});
|
|
|
|
$('#lettre').change(function() {
|
|
$("#lettre_h").blur();
|
|
$('#lettre_h').val( $(this).val().replace(/C:\\fakepath\\/i, ''));
|
|
});
|
|
|
|
|
|
|
|
/**/
|
|
|
|
|
|
$('#cv_f, #cv_h').click(function() {
|
|
$('#cv').click();
|
|
return false;
|
|
});
|
|
|
|
$('#cv').change(function() {
|
|
$("#cv_h").blur();
|
|
$('#cv_h').val( $(this).val().replace(/C:\\fakepath\\/i, ''));
|
|
});
|
|
|
|
</script>
|
|
|
|
|
|
</body>
|
|
</html> |