using jean-cloud mailer
This commit is contained in:
parent
b4904187ab
commit
ccfb6f015f
@ -33,18 +33,25 @@
|
|||||||
</span>
|
</span>
|
||||||
<a href="https://git.jean-cloud.net">La forge git</a> pour stocker ses projets et travailler collaborativement. (Avec Gitea)
|
<a href="https://git.jean-cloud.net">La forge git</a> pour stocker ses projets et travailler collaborativement. (Avec Gitea)
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<!--<li>
|
||||||
<span class="icon">
|
<span class="icon">
|
||||||
<img src="{static}/static/img/latex.svg">
|
<img src="{static}/static/img/latex.svg">
|
||||||
</span>
|
</span>
|
||||||
<a href="https://latex.jean-cloud.net">L’éditeur de Latex</a> pour stocker ses documents Latex et les éditer collaborativement. (Avec ShareLatex)
|
<a href="https://latex.jean-cloud.net">L’éditeur de Latex</a> pour stocker ses documents Latex et les éditer collaborativement. (Avec ShareLatex)
|
||||||
</li>
|
</li>-->
|
||||||
<li>
|
<li>
|
||||||
<span class="icon">
|
<span class="icon">
|
||||||
<img src="{static}/static/img/video.svg">
|
<img src="{static}/static/img/video.svg">
|
||||||
</span>
|
</span>
|
||||||
<a href="https://videos.jean-cloud.net">La plateforme vidéo</a> À VENIR pour partager et visioner les vidéos du réseau <a href="https://joinpeertube.org">PeerTube</a>
|
<a href="https://videos.jean-cloud.net">La plateforme vidéo</a> À VENIR pour partager et visioner les vidéos du réseau <a href="https://joinpeertube.org">PeerTube</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<span class="icon">
|
||||||
|
<img src="{static}/static/img/wordpress-icon.svg">
|
||||||
|
</span>
|
||||||
|
<a href="{filename}/Services/wordpress.md">Wordpress</a> pour héberger son site internet perso, pro ou associatif !
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
<footer>
|
<footer>
|
||||||
<p>L’utilisation de tous ces services est soumise à nos <a href="{filename}/Meta/cgu.md">Conditions générales d’utilisation</a></p>
|
<p>L’utilisation de tous ces services est soumise à nos <a href="{filename}/Meta/cgu.md">Conditions générales d’utilisation</a></p>
|
||||||
@ -102,21 +109,29 @@
|
|||||||
<!-- Contact -->
|
<!-- Contact -->
|
||||||
<section id="contact">
|
<section id="contact">
|
||||||
<h2>Nous contacter</h2>
|
<h2>Nous contacter</h2>
|
||||||
<form method="post" action="/contact">
|
|
||||||
|
<form method="post" action="https://mailer.jean-cloud.net/submit">
|
||||||
|
<input type="hidden" name="token" value="eYEqyDXk4bKgFrwuWdN0B9UZtOnIlJcRzx8mh2jCsPTAH7V5QS" />
|
||||||
|
|
||||||
<div class="fields">
|
<div class="fields">
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<label for="address">Adresse mail</label>
|
<label for="mail">Adresse mail</label>
|
||||||
<input type="text" name="address" id="address" />
|
<input type="email" name="mail" id="address" />
|
||||||
</div>
|
</div>
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<label for="subject">Sujet</label>
|
<label for="nom">Nom</label>
|
||||||
<input type="text" name="subject" id="subject" />
|
<input type="text" name="nom" id="name" />
|
||||||
</div>
|
</div>
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<label for="content">Message</label>
|
<label for="objet">Sujet</label>
|
||||||
<textarea name="content" id="content" rows="3"></textarea>
|
<input type="text" name="objet" id="subject" />
|
||||||
|
</div>
|
||||||
|
<div class="field">
|
||||||
|
<label for="contenu">Message</label>
|
||||||
|
<textarea name="contenu" id="content" rows="3"></textarea>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<input type="hidden" name="admin_pass" value="test" />
|
||||||
<ul class="actions">
|
<ul class="actions">
|
||||||
<li><input type="submit" value="Envoyer" /></li>
|
<li><input type="submit" value="Envoyer" /></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user