memo/views/home.jade
2019-07-19 22:35:33 +03:00

35 lines
1.2 KiB
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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> - <a href="https://framagit.org/colibris/framemo">Code source</a>
script(type="text/javascript", src="/home.js")