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-03 16:12:11 +02:00
|
|
|
|
div.notice-bar Ceci est un tableau de démonstration. N’y mettez rien d’imortant
|
2011-03-10 08:20:27 -05:00
|
|
|
|
|
2014-08-17 20:30:25 -04:00
|
|
|
|
//div.config
|
|
|
|
|
// i.fa.fa-cog.fa-lg.faded-icon
|
|
|
|
|
|
2014-08-17 13:36:34 -04:00
|
|
|
|
div.board-outline
|
|
|
|
|
div#board
|
|
|
|
|
div#board-doodles
|
2015-02-08 21:48:15 -08:00
|
|
|
|
image#marker(src='images/marker.png')
|
|
|
|
|
image#eraser(src='images/eraser.png')
|
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
|
2014-08-17 20:30:25 -04:00
|
|
|
|
i#create-card.fa.fa-plus-circle.fa-2x.bottom-icon
|
|
|
|
|
i#smallify.fa.fa-expand.fa-2x.bottom-icon
|
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
|
|
|
|
|
div.sticker#sticker-red
|
|
|
|
|
div.sticker#sticker-blue
|
|
|
|
|
div.sticker#sticker-yellow
|
|
|
|
|
div.sticker#sticker-green
|
|
|
|
|
br
|
|
|
|
|
div.sticker#sticker-pink
|
|
|
|
|
div.sticker#sticker-lightblue
|
|
|
|
|
div.sticker#sticker-orange
|
|
|
|
|
div.sticker#sticker-purple
|
2014-09-02 02:43:39 -04:00
|
|
|
|
//div.sticker#sticker-silverstar
|
|
|
|
|
//div#addsticker
|
2014-08-17 13:36:34 -04:00
|
|
|
|
br
|
2016-08-03 16:12:11 +02:00
|
|
|
|
//div.sticker#nosticker
|
2014-08-17 13:36:34 -04:00
|
|
|
|
//br
|
2016-08-03 16:12:11 +02:00
|
|
|
|
div.sticker#sticker-gold
|
2014-08-17 13:36:34 -04:00
|
|
|
|
// image(src="/images/stickers/sticker-gold.png")
|
2016-08-03 16:12:11 +02:00
|
|
|
|
div.sticker#sticker-bluestar
|
2014-08-17 13:36:34 -04:00
|
|
|
|
// image(src="/images/stickers/sticker-bluestar.png")
|
2016-08-03 16:12:11 +02:00
|
|
|
|
div.sticker#sticker-silverstar
|
2014-08-17 13:36:34 -04:00
|
|
|
|
// image(src="/images/stickers/sticker-silverstar.png")
|
2016-08-03 16:12:11 +02:00
|
|
|
|
div.sticker#sticker-redstar
|
2014-08-17 13:36:34 -04:00
|
|
|
|
// image(src="/images/stickers/sticker-redstar.png")
|
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
|
|
|
|
|
2014-08-17 20:30:25 -04:00
|
|
|
|
//div.trash
|
|
|
|
|
// i.fa.fa-trash-o.fa-lg.faded-icon
|