35 lines
1.2 KiB
Text
35 lines
1.2 KiB
Text
doctype html
|
||
html(lang="fr")
|
||
head
|
||
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
|
||
|
||
body
|
||
div#colibris-menu
|
||
div.container
|
||
header.main-header
|
||
a(href="/", title="Retour à la page d'accueil")
|
||
img.logo(src="/images/logo-Post-it.svg", alt="logo Post-it")
|
||
div.base-line Organiser ses idées collectivement
|
||
main
|
||
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
|
||
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>
|
||
script(type="text/javascript", src="/home.js")
|