File manager - Edit - /home/jardides/www/Jardi-design/Filemaker/EmailFormulaire.php
Back
<?php $pco_date = $_POST["pco_date"]; $pco_type = $_POST["pco_type"]; $pco_id = $_POST["pco_id"]; $tie_nom = $_POST["tie_nom"]; $tie_adr = $_POST["tie_adr"]; $tie_code = $_POST["tie_code"]; $ema_titre = $_POST["ema_titre"]; $ema_objet = $_POST["ema_objet"]; $ema_destinataire = $_POST["ema_destinataire"]; $pco_fichier = $_POST["pco_fichier"]; $pco_lien = $_POST["pco_lien "]; ?> <!doctype html> <html> <head> <meta charset="utf-8"> <title>Document sans titre</title> <script src="//www.jardi-design.com/Filemaker/tinymce/tinymce.min.js"></script> <script>tinymce.init({ selector: 'textarea', height: 500, theme: 'modern', language : 'fr_FR', 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 colorpicker textpattern imagetools codesample toc' ], toolbar1: 'undo redo | insert | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image', toolbar2: 'print preview media | forecolor backcolor emoticons | codesample', image_advtab: true, template_repalace_values: { pco_date : "<?php echo( $pco_date) ?>", pco_id : "<?php echo( $pco_id )?>", pco_type : "<?php echo($pco_type )?>", tie_nom : "<?php echo($tie_nom) ?>", tie_adr : "<?php echo($tie_adr) ?>", tie_code : "<?php echo($tie_code) ?>", ema_objet : "<?php echo($ema_objet) ?>", ema_destinataire : "<?php echo($ema_destinataire) ?>", pco_fichier : "<?php echo($pco_fichier) ?>", pco_lien : "<?php echo($pco_lien) ?>" }, templates: [ { title: "Editor Details", url: "//www.jardi-design.com/Filemaker/emailSimple.html", description: "Adds Editors Name and Staff ID" } ], content_css: [ '//fonts.googleapis.com/css?family=Lato:300,300i,400,400i', '//www.tinymce.com/css/codepen.min.css', '//www.jardi-design.com/Filemaker/Tyny.css' ] });</script> </head> <body> <form action="http://www.jardi-design.com/Filemaker/EmailEnvoi.php" method="post" margin="0"> <!--Debut--><textarea id="message" name="message"> </textarea><!--Fin--> <input name="sujet" type="hidden" id="sujet" value="<?php $ema_objet?>" > <input name="destinataire" type="hidden" id="destinataire" value="<?php $ema_destinataire?>" > <button type="submit" style="width:100%; height:40pt; margin:0; border:none; background-color:#F74E4A; font:Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif; color:#FFFFFF; font-size:18px">Envoyer la commande</button> </form> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings