2014-08-16 17:19:49 -04:00
|
|
|
|
doctype html
|
2017-07-12 13:54:31 +02:00
|
|
|
|
html(lang="fr")
|
2011-03-10 08:20:27 -05:00
|
|
|
|
head
|
2019-07-19 17:35:20 +03:00
|
|
|
|
link(rel="stylesheet" type="text/css" href="css/style.css")
|
|
|
|
|
link(rel="icon" type="image/png" href="/images/favicon.png")
|
|
|
|
|
title Post-it Colibris Outils Libres
|
2011-03-10 08:20:27 -05:00
|
|
|
|
|
|
|
|
|
body
|
2019-07-19 17:35:20 +03:00
|
|
|
|
div#colibris-menu
|
|
|
|
|
div.container
|
|
|
|
|
header.main-header
|
|
|
|
|
a(href="/", title="Retour à la page d'accueil")
|
2019-07-19 22:35:33 +03:00
|
|
|
|
img.logo(src="/images/logo-Post-it.svg", alt="logo Post-it")
|
2019-07-19 17:35:20 +03:00
|
|
|
|
div.base-line Organiser ses idées collectivement
|
2016-08-03 16:12:11 +02:00
|
|
|
|
main
|
2019-07-19 17:35:20 +03:00
|
|
|
|
div.board-outline
|
|
|
|
|
div#board
|
|
|
|
|
div#board-doodles
|
|
|
|
|
|
|
|
|
|
table#board-table.board-table
|
|
|
|
|
tr
|
|
|
|
|
td
|
|
|
|
|
form.home(onsubmit="return go();")
|
|
|
|
|
label Nommez votre nouveau tableau :
|
|
|
|
|
br
|
|
|
|
|
input.text(type="text", name="name")
|
|
|
|
|
a#go(onclick="return go();") Allons-y.
|
|
|
|
|
p.home Exemple :
|
|
|
|
|
p.home!= '<a href="//' + locals.url + '/demo">' + locals.url + '/demo</a>'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//display # of active users here
|
|
|
|
|
div.active-connections= "Connexions en cours : " + connected
|
2019-07-19 22:35:33 +03:00
|
|
|
|
div.credits Logiciel libre basé sur <a href="https://framagit.org/framasoft/framemo">Framemo</a> et <a href="https://github.com/aliasaria/scrumblr">Scrumblr</a> - <a href="https://framagit.org/colibris/framemo">Code source</a>
|
2019-07-19 17:35:20 +03:00
|
|
|
|
script(type="text/javascript", src="/home.js")
|