memo/views/home.jade

36 lines
1.2 KiB
Text
Raw Normal View History

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")
img.logo(src="/images/logo-Post-it.svg", alt="logo Post-it")
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
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")