Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
www.chauffagiste-essonne.com
/
htdocs
/
admin420
/
connected
/
/srv/data/web/vhosts/www.chauffagiste-essonne.com/htdocs/admin420/connected/javascript-bottom.php
<script src="../../ressources/js/bootstrap.min.js"></script> <script src="../../ressources/js/bootstrap-datepicker.js" type="text/javascript"></script> <script src="../../ressources/js/datepicker-locales/bootstrap-datepicker.fr.js" type="text/javascript"></script> <script> $('.bootstrap-datepicker input').datepicker({ todayBtn: "linked", language: "fr", autoclose: true, todayHighlight: true }); </script> <script type="text/javascript" src="../../ressources/js/tinymce/tinymce.min.js"></script> <script type="text/javascript"> <?php switch ($slug) { case 'bandeau': $heightTMCE = 160; break; case 'produits': $heightTMCE = 200; break; default: if(strpos($slug, "partenaires") !== false ){ $heightTMCE = 160; }else $heightTMCE = 300; break; } ?> tinymce.init({ selector: "textarea", language : 'fr_FR', height: <?=$heightTMCE;?>, theme : 'modern', content_css : "../../ressources/css/global.css", // resolved to http://domain.mine/mycontent.css theme: "modern", relative_urls : false, remove_script_host : false, plugins: [ "advlist autolink lists link image charmap print preview hr anchor pagebreak", "searchreplace wordcount visualblocks visualchars code fullscreen", "insertdatetime media nonbreaking save table contextmenu directionality", "emoticons template paste textcolor" ], toolbar1: "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image", toolbar2: "print preview media | forecolor backcolor emoticons", image_advtab: true, templates: [ {title: 'Test template 1', content: 'Test 1'}, {title: 'Test template 2', content: 'Test 2'} ] }); </script> <?php if(strpos($slug, "partenaires") !== false ): ?> <script type="text/javaScript"> $(function () { $('.description').popover(); }) </script> <?php endif ?>