2022-07-07 18:23:44 +02:00
|
|
|
|
extends layout
|
|
|
|
|
|
|
|
|
|
block content
|
2022-07-10 22:20:12 +02:00
|
|
|
|
div.column-header__wrapper
|
|
|
|
|
h1.button.column-header Publier un message
|
2022-07-07 18:23:44 +02:00
|
|
|
|
|
2022-07-10 22:38:47 +02:00
|
|
|
|
if message
|
|
|
|
|
p.alert.alert-error=message
|
|
|
|
|
form(action="/add-to-queue",method="post")
|
2022-07-10 22:20:12 +02:00
|
|
|
|
span.account
|
|
|
|
|
span compte
|
|
|
|
|
br
|
|
|
|
|
.drawer--account
|
|
|
|
|
.account__avatar(style='width: 48px; height: 48px; background-size: 48px 48px; background-image: url("https://mastodon.cipherbliss.com/system/accounts/avatars/108/409/825/840/442/987/original/eea3627456786998.jpg");')
|
|
|
|
|
.navigation-bar__profile
|
|
|
|
|
a.permalink.acct(href='https://mastodon.cipherbliss.com/@voixdunucleaire')
|
|
|
|
|
strong @voixdunucleaire
|
|
|
|
|
select(method="post", name="author")
|
|
|
|
|
option(value="tykayn")
|
|
|
|
|
span tykayn
|
|
|
|
|
option(value="voixdunuc")
|
|
|
|
|
span voix du nucléaire
|
|
|
|
|
option(value="modominem")
|
|
|
|
|
span modo minem
|
|
|
|
|
option(value="curator")
|
|
|
|
|
span curator
|
|
|
|
|
option(value="qzine")
|
|
|
|
|
span qzine
|
|
|
|
|
option(value="meme")
|
|
|
|
|
span meme
|
|
|
|
|
option(value="cil_gometz")
|
|
|
|
|
span CIL Gometz
|
|
|
|
|
br
|
|
|
|
|
div.compose-form__autosuggest-wrapper
|
|
|
|
|
.autosuggest-textarea
|
|
|
|
|
label
|
|
|
|
|
span Qu’avez-vous en tête ?
|
|
|
|
|
textarea.autosuggest-textarea__textarea(name="message", width="500", lines="20",autofocus="autofocus")
|
|
|
|
|
br
|
|
|
|
|
label
|
|
|
|
|
span Fichier à joindre
|
2022-07-10 22:38:47 +02:00
|
|
|
|
textarea.autosuggest-textarea__textarea(name="fichier", width="500", lines="1",value="default_picture.jpg")
|
2022-07-10 22:20:12 +02:00
|
|
|
|
br
|
|
|
|
|
div.composer--publisher
|
2022-07-10 22:38:47 +02:00
|
|
|
|
input.button.primary(type="submit", value="ajouter à la file d'attente")
|