2014-08-17 13:36:34 -04:00
|
|
|
|
extends layout
|
2011-03-12 12:36:30 -05:00
|
|
|
|
|
2014-08-17 13:36:34 -04:00
|
|
|
|
block body
|
|
|
|
|
- if (locals.demo)
|
2016-08-10 12:54:54 +02:00
|
|
|
|
div.notice-bar Ceci est un tableau de démonstration. N’y mettez rien d’important
|
2011-03-10 08:20:27 -05:00
|
|
|
|
|
2014-08-17 13:36:34 -04:00
|
|
|
|
div.board-outline
|
|
|
|
|
div#board
|
|
|
|
|
div#board-doodles
|
2014-09-01 18:04:36 -04:00
|
|
|
|
|
2014-08-17 13:36:34 -04:00
|
|
|
|
table#board-table.board-table
|
|
|
|
|
tr
|
|
|
|
|
td#icon-col(width='1%')
|
2016-08-03 16:12:11 +02:00
|
|
|
|
image#add-col.col-icon(width='20', height='20', src='images/icons/iconic/raster/black/plus_alt_32x32.png' alt='Ajouter une colonne')
|
|
|
|
|
image#delete-col.col-icon(width='20', height='20', src='images/icons/iconic/raster/black/minus_alt_32x32.png' alt='Supprimer une colonne')
|
2011-03-10 08:20:27 -05:00
|
|
|
|
|
2014-08-16 17:19:49 -04:00
|
|
|
|
|
2014-08-17 13:36:34 -04:00
|
|
|
|
div.buttons
|
2018-09-17 09:49:48 +02:00
|
|
|
|
i#create-card.fa.fa-plus-circle.fa-2x.bottom-icon(title='Ajouter une note')
|
|
|
|
|
i#smallify.fa.fa-expand.fa-2x.bottom-icon(title='Réduire la taille des notes')
|
|
|
|
|
div.form-group
|
|
|
|
|
label.control-label(for='choose-card-color') Choisir la couleur de la nouvelle note
|
|
|
|
|
select#choose-card-color.form-control
|
|
|
|
|
option(value='random') Couleur au hasard
|
|
|
|
|
option(value='yellow') Jaune
|
|
|
|
|
option(value='green') Vert
|
|
|
|
|
option(value='blue') Bleu
|
|
|
|
|
option(value='white') Blanc
|
2011-03-10 08:20:27 -05:00
|
|
|
|
|
2014-08-16 17:19:49 -04:00
|
|
|
|
|
2014-08-17 13:36:34 -04:00
|
|
|
|
div.stickers
|
2018-09-17 09:50:34 +02:00
|
|
|
|
div.sticker#sticker-red(title='Ajouter une pastille rouge')
|
|
|
|
|
div.sticker#sticker-blue(title='Ajouter une pastille bleue')
|
|
|
|
|
div.sticker#sticker-yellow(title='Ajouter une pastille jaune')
|
|
|
|
|
div.sticker#sticker-green(title='Ajouter une pastille verte')
|
2014-08-17 13:36:34 -04:00
|
|
|
|
br
|
2018-09-17 09:50:34 +02:00
|
|
|
|
div.sticker#sticker-pink(title='Ajouter une pastille rose')
|
|
|
|
|
div.sticker#sticker-lightblue(title='Ajouter une pastille bleu clair')
|
|
|
|
|
div.sticker#sticker-orange(title='Ajouter une pastille orange')
|
|
|
|
|
div.sticker#sticker-purple(title='Ajouter une pastille violette')
|
2014-09-02 02:43:39 -04:00
|
|
|
|
//div.sticker#sticker-silverstar
|
|
|
|
|
//div#addsticker
|
2014-08-17 13:36:34 -04:00
|
|
|
|
br
|
2018-09-17 09:50:34 +02:00
|
|
|
|
div.sticker#sticker-gold(title='Ajouter une étoile dorée')
|
2014-08-17 13:36:34 -04:00
|
|
|
|
// image(src="/images/stickers/sticker-gold.png")
|
2018-09-17 09:50:34 +02:00
|
|
|
|
div.sticker#sticker-bluestar(title='Ajouter une étoile bleue')
|
2014-08-17 13:36:34 -04:00
|
|
|
|
// image(src="/images/stickers/sticker-bluestar.png")
|
2018-09-17 09:50:34 +02:00
|
|
|
|
div.sticker#sticker-silverstar(title='Ajouter une étoile argentée')
|
2014-08-17 13:36:34 -04:00
|
|
|
|
// image(src="/images/stickers/sticker-silverstar.png")
|
2018-09-17 09:50:34 +02:00
|
|
|
|
div.sticker#sticker-redstar(title='Ajouter une étoile rouge')
|
2014-08-17 13:36:34 -04:00
|
|
|
|
// image(src="/images/stickers/sticker-redstar.png")
|
2016-09-12 23:55:00 +02:00
|
|
|
|
br
|
2018-09-17 09:50:34 +02:00
|
|
|
|
div.sticker#nosticker(title='Supprimer les pastilles ou les étoiles d\'une note')
|
2011-03-10 08:20:27 -05:00
|
|
|
|
|
|
|
|
|
|
2014-08-17 13:36:34 -04:00
|
|
|
|
div.names
|
2016-08-03 16:12:11 +02:00
|
|
|
|
p connectés :
|
2014-08-17 13:36:34 -04:00
|
|
|
|
//image#user-icon(src="/images/icons/cc/black/png/user_icon&16.png")
|
|
|
|
|
input#yourname-input
|
2016-08-03 16:12:11 +02:00
|
|
|
|
span.you-text (vous)
|
2014-08-17 13:36:34 -04:00
|
|
|
|
ul#names-ul
|
2011-03-10 08:20:27 -05:00
|
|
|
|
|
2018-09-17 09:25:43 +02:00
|
|
|
|
div.share
|
|
|
|
|
h3 Partager le tableau
|
|
|
|
|
div.form-inline
|
|
|
|
|
div.input-group
|
|
|
|
|
input#taburl.form-control(disabled='disabled')
|
|
|
|
|
div.input-group-addon
|
|
|
|
|
a#copyurl(href='#', title='Copier l\'adresse du tableau dans votre presse-papier')
|
|
|
|
|
i.fa.fa-clipboard
|
|
|
|
|
|
2016-09-13 09:06:15 +02:00
|
|
|
|
div.export
|
2016-09-14 00:00:41 +02:00
|
|
|
|
h3 Exporter le tableau
|
|
|
|
|
button#export-txt.btn.btn-primary Format texte
|
|
|
|
|
button#export-csv.btn.btn-primary Format CSV
|
2019-07-19 17:35:20 +03:00
|
|
|
|
button#export-json.btn.btn-primary Format JSON (pour import dans Post-it)
|
2016-09-13 09:06:15 +02:00
|
|
|
|
|
|
|
|
|
div.import
|
2016-09-14 00:00:41 +02:00
|
|
|
|
h3 Importer un tableau
|
|
|
|
|
div.form-inline
|
|
|
|
|
div.form-group
|
|
|
|
|
label(for="import-input") fichier JSON à importer
|
|
|
|
|
input(type="file")#import-input.form-control
|
|
|
|
|
button#import-file.btn.btn-primary Importer
|
2016-09-13 09:06:15 +02:00
|
|
|
|
|
2016-09-15 22:02:55 +02:00
|
|
|
|
div.revisions
|
|
|
|
|
h3 Révisions
|
|
|
|
|
button#create-revision.btn.btn-primary Créer une révision
|
|
|
|
|
div
|
2019-07-19 17:35:20 +03:00
|
|
|
|
ul#revisions-list
|