48 lines
No EOL
1.1 KiB
HTML
48 lines
No EOL
1.1 KiB
HTML
[(#REM)
|
|
page d'envoi d'un gamumail
|
|
|
|
]
|
|
<style type="text/css" media="screen">
|
|
.bloc_slug {
|
|
margin-top: 3rem;
|
|
}
|
|
.markItUp .markItUpHeader ul a em {
|
|
width: 2rem;
|
|
height: 2rem;
|
|
}
|
|
#bloc_slug .formulaire_spip textarea.markItUpEditor {
|
|
width: 100%;
|
|
}
|
|
#bloc_slug .sujet {
|
|
width: calc(100% - 50px);
|
|
}
|
|
#bloc_slug .editer_groupe {
|
|
margin-bottom: 1rem;
|
|
}
|
|
</style>
|
|
<div class="envoi_gamumail">
|
|
<B_slugs>
|
|
<div class="bloc_choix_slug">
|
|
<h3><:gamumail:choix_slug:></h3>
|
|
<select id="choix_slug" name="choix_slug">
|
|
<option value=""><:gamumail:choisissez_un_modele:></option>
|
|
<BOUCLE_slugs(GAMUMAILS){statut=publie}{par titre}>
|
|
<option value="#SLUG"[ (#SLUG|=={#ENV{slug}}|oui) selected="selected"]>#TITRE</option>
|
|
</BOUCLE_slugs>
|
|
</select>
|
|
</div>
|
|
</B_slugs>
|
|
<div class="bloc_slug" id="bloc_slug">
|
|
<h3 id="titre_slug"><:gamumail:contenu_mail:></h3>
|
|
<div class="bloc_contenu_slug ajax">
|
|
[(#FORMULAIRE_GAMUMAIL{
|
|
#ENV{slug},
|
|
#ENV{destinataires},
|
|
#ENV{client},
|
|
#ENV{Tpdf},
|
|
#ENV{redirect},
|
|
#ARRAY{}
|
|
})]
|
|
</div>
|
|
</div>
|
|
</div> |