feat(core) : colibris unbundle with config support
This commit is contained in:
parent
b7ae41fc45
commit
2a292ade9b
17 changed files with 1732 additions and 1884 deletions
|
@ -63,6 +63,27 @@ how to install and run on your own computer (linux/osx)
|
|||
- run scrumblr `node server.js --port 80` where "80" is the port you have opened in your firewall and want scrumblr to run on.
|
||||
- open a browser to `http://<server>:<port>` where `<server>` is your server's url or IP address, and `<port>` is the port you chose in the previous step.
|
||||
|
||||
Some customisation options
|
||||
--------------------------
|
||||
|
||||
Header Bar
|
||||
==========
|
||||
|
||||
In `config.js` set `headerBarUrl` to a json url containing :
|
||||
|
||||
|
||||
```json
|
||||
[
|
||||
"markup" : "<your html here>",
|
||||
"style" : "<your css here>"
|
||||
]
|
||||
```
|
||||
|
||||
Logo
|
||||
====
|
||||
|
||||
In `config.js` set `logoUrl` to an image url
|
||||
|
||||
license
|
||||
-------
|
||||
|
|
@ -110,6 +110,9 @@ a:hover, a:focus, a:active {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#header-bar {
|
||||
margin-bottom:1em
|
||||
}
|
||||
#colibris-menu,
|
||||
#archipel {
|
||||
background: #5a696b;
|
||||
|
@ -135,19 +138,24 @@ a:hover, a:focus, a:active {
|
|||
}
|
||||
|
||||
.main-header {
|
||||
margin:2em 0 0 0;
|
||||
display: flex;
|
||||
align-content: space-around;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
.title {
|
||||
display: flex;
|
||||
align-content: space-around;
|
||||
align-items: center;
|
||||
}
|
||||
.logo {
|
||||
width: 350px;
|
||||
width: 120px;
|
||||
}
|
||||
.base-line {
|
||||
font-family: 'geomanistitalic', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
color:#5b6a6c;
|
||||
font-size: 20px;
|
||||
margin-left:2em;
|
||||
font-size: 16px;
|
||||
margin-left:1em;
|
||||
}
|
||||
|
||||
.container {
|
||||
|
@ -158,13 +166,12 @@ a:hover, a:focus, a:active {
|
|||
margin: 1em;
|
||||
}
|
||||
.board-container {
|
||||
margin: 1em auto 0 auto;
|
||||
width:1140px;
|
||||
margin: 1em auto;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.actions {
|
||||
float:right;
|
||||
margin-top: 1em;
|
||||
}
|
||||
.actions a {
|
||||
font-weight: bold;
|
||||
|
@ -417,7 +424,7 @@ h2 {
|
|||
}
|
||||
|
||||
.names input {
|
||||
padding: 0; //2px 8px 2px 2px;
|
||||
padding: 0;
|
||||
border: none;
|
||||
outline: 0;
|
||||
width: 100px;
|
||||
|
@ -1169,3 +1176,7 @@ svg {
|
|||
stroke-linecap: round;
|
||||
stroke-width: 5;
|
||||
}
|
||||
|
||||
.pull-right {
|
||||
float: right;
|
||||
}
|
|
@ -1,34 +0,0 @@
|
|||
function go() {
|
||||
var value = document.forms[0].elements["name"].value;
|
||||
value = value.replace(/[\/\?&#]/g, '');
|
||||
window.location.href = value;
|
||||
return false;
|
||||
}
|
||||
|
||||
const url = 'https://colibris-lemouvement.org/archipel-markup?domain=colibris-outilslibres.org'
|
||||
var getJSON = function (url, callback) {
|
||||
var xhr = new XMLHttpRequest();
|
||||
xhr.open('GET', url, true);
|
||||
xhr.responseType = 'json';
|
||||
xhr.onload = function () {
|
||||
var status = xhr.status;
|
||||
if (status === 200) {
|
||||
callback(null, xhr.response);
|
||||
} else {
|
||||
callback(status, xhr.response);
|
||||
}
|
||||
};
|
||||
xhr.send();
|
||||
};
|
||||
|
||||
getJSON(url,
|
||||
function (err, data) {
|
||||
if (err !== null) {
|
||||
console.log('Something went wrong: ' + err);
|
||||
} else {
|
||||
document.getElementById('colibris-menu').innerHTML = data.markup;
|
||||
var styleElement = document.createElement("style");
|
||||
styleElement.innerHTML = data.style;
|
||||
document.getElementById('colibris-menu').appendChild(styleElement);
|
||||
}
|
||||
});
|
Binary file not shown.
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 27 KiB |
|
@ -1,145 +1,78 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 19.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 298 54.8" style="enable-background:new 0 0 298 54.8;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#64D29B;}
|
||||
.st1{fill:#5A696B;}
|
||||
</style>
|
||||
<g>
|
||||
<path class="st0" d="M19.3,17.8c0.3,0.3,0.5,0,0.7-0.5c0.4-1.2,0.3-2.3,2.5-1.7c2.2,0.6,3.6,1.3,5.2,1.5c1,0.1,4.4,0.6,7.2,1
|
||||
c-0.9-2.6-2.3-4.9-4.3-7C25,5.4,20.2,6.2,18,0v0l0,0l0,0v0c-2.1,6-6.7,5.5-12.1,10.5C12,13.8,18.9,17.6,19.3,17.8z"/>
|
||||
<path class="st0" d="M25.7,17.6c-0.4,0.5-0.1,1-0.3,1.6c-0.2,0.6-0.4,1.2-1.1,2.1c-1.1,1.3-3.7,2.7-5.2,5.6
|
||||
c-0.7,1.3-3.4,5.9-5.7,14.4c1.5,0.4,3,0.6,4.5,0.6h0h0c4.6,0,9.2-1.8,12.7-5.3c4.9-4.9,6.3-11.8,4.5-17.9
|
||||
C31.6,18.1,25.9,17.3,25.7,17.6z"/>
|
||||
<path class="st0" d="M17.6,22.3c0,0-6.9-5.1-7.8-5.7c-0.3-0.3-2.8-2.2-5.6-4.4c-6,7.1-5.7,17.7,1,24.3c2.1,2.1,4.6,3.6,7.3,4.4
|
||||
C13.2,36.6,14.5,30.1,17.6,22.3z"/>
|
||||
</g>
|
||||
<rect x="144.7" y="39.5" class="st0" width="32.3" height="2.2"/>
|
||||
<g>
|
||||
<g>
|
||||
<path class="st1" d="M97.6,51.4l0.4,1.1c-0.3,0.2-0.9,0.6-1.6,0.6c-1.6,0-2.8-1.1-2.8-2.7c0-1.6,1.2-2.8,2.8-2.8
|
||||
c0.8,0,1.3,0.3,1.7,0.6l-0.4,1.2c-0.2-0.2-0.6-0.5-1.2-0.5c-0.9,0-1.4,0.7-1.4,1.5c0,0.9,0.6,1.5,1.5,1.5
|
||||
C97,51.8,97.4,51.5,97.6,51.4z"/>
|
||||
<path class="st1" d="M101.2,47.5c1.6,0,2.8,1.2,2.8,2.8c0,1.6-1.2,2.7-2.8,2.7c-1.6,0-2.8-1.2-2.8-2.7
|
||||
C98.4,48.7,99.6,47.5,101.2,47.5z M101.2,51.8c0.8,0,1.4-0.6,1.4-1.5s-0.6-1.5-1.4-1.5c-0.8,0-1.4,0.6-1.4,1.5
|
||||
C99.8,51.2,100.4,51.8,101.2,51.8z"/>
|
||||
<path class="st1" d="M104.7,45.7h1.4v7.3h-1.4V45.7z"/>
|
||||
<path class="st1" d="M107.8,45.6c0.5,0,0.8,0.3,0.8,0.8c0,0.5-0.4,0.8-0.8,0.8c-0.5,0-0.8-0.3-0.8-0.8
|
||||
C107,46,107.3,45.6,107.8,45.6z M107.1,47.7h1.4v5.3h-1.4V47.7z"/>
|
||||
<path class="st1" d="M109.5,45.7h1.4V48c0.2-0.2,0.7-0.4,1.6-0.4c1.5,0,2.5,1.1,2.5,2.8c0,1.6-1.1,2.8-2.6,2.8
|
||||
c-0.9,0-1.4-0.3-1.6-0.5v0.4h-1.3V45.7z M112.2,51.8c0.8,0,1.3-0.6,1.3-1.5c0-0.9-0.5-1.5-1.3-1.5c-0.8,0-1.3,0.6-1.3,1.5
|
||||
C110.8,51.1,111.3,51.8,112.2,51.8z"/>
|
||||
<path class="st1" d="M118.4,48.9c-1,0-1.4,0.6-1.4,1.7v2.3h-1.4v-5.3h1.4v0.6c0.3-0.4,0.8-0.8,1.4-0.8V48.9z"/>
|
||||
<path class="st1" d="M119.8,45.6c0.5,0,0.8,0.3,0.8,0.8c0,0.5-0.4,0.8-0.8,0.8c-0.5,0-0.8-0.3-0.8-0.8
|
||||
C119,46,119.4,45.6,119.8,45.6z M119.1,47.7h1.4v5.3h-1.4V47.7z"/>
|
||||
<path class="st1" d="M121.2,52.1l0.8-0.7c0.3,0.3,0.6,0.6,1.2,0.6c0.4,0,0.6-0.2,0.6-0.5c0-0.8-2.5-0.5-2.5-2.4
|
||||
c0-1,0.8-1.6,1.9-1.6c1,0,1.5,0.5,1.8,0.9l-0.9,0.7c-0.2-0.2-0.5-0.5-0.9-0.5c-0.3,0-0.5,0.2-0.5,0.4c0,0.8,2.5,0.4,2.5,2.3
|
||||
c0,1-0.9,1.7-2,1.7C122.1,53.1,121.4,52.5,121.2,52.1z"/>
|
||||
<path class="st1" d="M129.3,51.9c-0.1,0.3-0.2,0.6-0.2,0.9c-0.1,0.3-0.2,0.5-0.3,0.8c-0.1,0.2-0.2,0.5-0.3,0.7
|
||||
c-0.1,0.2-0.3,0.4-0.5,0.6l-0.6-0.1c0.2-0.2,0.3-0.4,0.4-0.6c0.1-0.2,0.2-0.4,0.3-0.6c0.1-0.2,0.2-0.4,0.2-0.6
|
||||
c0.1-0.2,0.1-0.4,0.2-0.6l1.2-5.2c0.1-0.4,0.2-0.7,0.4-1c0.2-0.3,0.3-0.5,0.5-0.6c0.2-0.2,0.4-0.3,0.6-0.3
|
||||
c0.2-0.1,0.5-0.1,0.7-0.1c0.2,0,0.4,0,0.6,0.1c0.2,0,0.3,0.1,0.5,0.1l-0.3,0.5c-0.1,0-0.3-0.1-0.4-0.1c-0.1,0-0.3,0-0.4,0
|
||||
c-0.2,0-0.3,0-0.5,0.1c-0.1,0-0.3,0.1-0.4,0.2c-0.1,0.1-0.2,0.3-0.3,0.5c-0.1,0.2-0.2,0.4-0.3,0.7l-0.1,0.5h1.7l-0.1,0.6h-1.8
|
||||
L129.3,51.9z"/>
|
||||
<path class="st1" d="M135.3,53c0-0.1-0.1-0.2-0.1-0.3c0-0.1-0.1-0.2-0.1-0.3c-0.2,0.2-0.5,0.4-0.7,0.5c-0.3,0.1-0.5,0.2-0.8,0.2
|
||||
c-0.2,0-0.4,0-0.6-0.1c-0.2-0.1-0.4-0.2-0.5-0.3c-0.1-0.2-0.3-0.4-0.4-0.6c-0.1-0.2-0.1-0.5-0.1-0.9c0-0.5,0.1-1,0.3-1.5
|
||||
c0.2-0.4,0.4-0.8,0.7-1.1c0.3-0.3,0.7-0.5,1.1-0.7c0.4-0.2,0.9-0.3,1.4-0.3c0.4,0,0.8,0.1,1.2,0.2l-0.8,3.1c0,0.2-0.1,0.3-0.1,0.5
|
||||
s0,0.3,0,0.4c0,0.2,0,0.4,0.1,0.5c0,0.2,0.1,0.3,0.2,0.5L135.3,53z M135.8,48.3c-0.1,0-0.2,0-0.3-0.1s-0.2,0-0.3,0
|
||||
c-0.4,0-0.8,0.1-1.1,0.2c-0.3,0.2-0.6,0.4-0.8,0.6c-0.2,0.3-0.4,0.6-0.5,0.9c-0.1,0.3-0.2,0.7-0.2,1c0,0.3,0,0.5,0.1,0.7
|
||||
c0.1,0.2,0.1,0.3,0.2,0.4c0.1,0.1,0.2,0.2,0.3,0.2c0.1,0.1,0.3,0.1,0.4,0.1c0.3,0,0.5-0.1,0.8-0.2c0.2-0.1,0.5-0.3,0.7-0.6
|
||||
c0-0.2,0-0.4,0.1-0.6c0.1-0.2,0.1-0.4,0.2-0.6L135.8,48.3z"/>
|
||||
<path class="st1" d="M138,47.7h0.7l-1.3,5.2h-0.7L138,47.7z M138.3,46.2c0-0.2,0-0.3,0.1-0.4c0.1-0.1,0.2-0.1,0.3-0.1
|
||||
c0.1,0,0.2,0,0.3,0.1c0.1,0.1,0.1,0.2,0.1,0.3c0,0.2-0.1,0.3-0.2,0.4c-0.1,0.1-0.2,0.1-0.3,0.1c-0.1,0-0.2,0-0.3-0.1
|
||||
C138.3,46.4,138.3,46.3,138.3,46.2z"/>
|
||||
<path class="st1" d="M140.1,48c0.3-0.1,0.5-0.2,0.8-0.3c0.3-0.1,0.6-0.1,0.9-0.1c0.2,0,0.3,0,0.4,0c0.1,0,0.3,0.1,0.4,0.1
|
||||
l-0.2,0.6c-0.3-0.1-0.5-0.1-0.8-0.1c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3,0.1-0.5,0.1l-1.1,4.6h-0.7L140.1,48z"/>
|
||||
<path class="st1" d="M146.9,48.9c0,0.4-0.1,0.7-0.3,0.9c-0.2,0.2-0.4,0.4-0.8,0.6c-0.3,0.1-0.7,0.2-1.2,0.3
|
||||
c-0.5,0.1-1,0.1-1.6,0.1v0.2c0,0.2,0,0.4,0.1,0.5c0,0.2,0.1,0.3,0.2,0.4c0.1,0.1,0.3,0.2,0.4,0.3c0.2,0.1,0.4,0.1,0.7,0.1
|
||||
c0.2,0,0.5,0,0.7-0.1c0.2-0.1,0.5-0.2,0.7-0.3l0.1,0.6c-0.2,0.1-0.5,0.2-0.8,0.3c-0.3,0.1-0.6,0.1-0.8,0.1c-0.4,0-0.7,0-0.9-0.1
|
||||
c-0.3-0.1-0.5-0.2-0.6-0.4c-0.2-0.2-0.3-0.4-0.3-0.6c-0.1-0.2-0.1-0.5-0.1-0.8c0-0.4,0.1-0.9,0.2-1.3c0.1-0.4,0.3-0.8,0.6-1.1
|
||||
c0.3-0.3,0.6-0.6,0.9-0.8c0.4-0.2,0.8-0.3,1.3-0.3c0.5,0,0.8,0.1,1.1,0.4C146.8,48.2,146.9,48.5,146.9,48.9z M145.4,48.2
|
||||
c-0.3,0-0.5,0.1-0.8,0.2c-0.2,0.1-0.4,0.3-0.6,0.4c-0.2,0.2-0.4,0.4-0.5,0.7c-0.1,0.2-0.2,0.5-0.3,0.8c0.6,0,1-0.1,1.4-0.1
|
||||
c0.4-0.1,0.7-0.1,0.9-0.3c0.2-0.1,0.4-0.2,0.5-0.4c0.1-0.2,0.2-0.3,0.2-0.5c0-0.3-0.1-0.5-0.2-0.6
|
||||
C145.8,48.3,145.6,48.2,145.4,48.2z"/>
|
||||
<path class="st1" d="M149,52.1c0.2,0.1,0.5,0.2,0.7,0.3c0.2,0,0.4,0.1,0.6,0.1c0.2,0,0.3,0,0.5-0.1c0.2,0,0.3-0.1,0.4-0.2
|
||||
c0.1-0.1,0.2-0.2,0.3-0.3c0.1-0.1,0.1-0.3,0.1-0.4c0-0.2,0-0.3-0.1-0.4c-0.1-0.1-0.2-0.2-0.4-0.3c-0.1-0.1-0.3-0.2-0.5-0.2
|
||||
c-0.2-0.1-0.3-0.2-0.5-0.3c-0.1-0.1-0.3-0.2-0.4-0.4c-0.1-0.2-0.1-0.4-0.1-0.6c0-0.3,0.1-0.5,0.2-0.7c0.1-0.2,0.3-0.4,0.4-0.5
|
||||
c0.2-0.1,0.4-0.2,0.6-0.3c0.2-0.1,0.5-0.1,0.7-0.1c0.2,0,0.4,0,0.6,0.1c0.2,0,0.4,0.1,0.6,0.2l-0.3,0.6c-0.1-0.1-0.3-0.1-0.5-0.1
|
||||
c-0.2,0-0.4-0.1-0.6-0.1c-0.2,0-0.3,0-0.5,0.1c-0.2,0-0.3,0.1-0.4,0.2c-0.1,0.1-0.2,0.2-0.3,0.3s-0.1,0.3-0.1,0.4
|
||||
c0,0.2,0,0.3,0.1,0.4c0.1,0.1,0.2,0.2,0.4,0.3c0.1,0.1,0.3,0.2,0.5,0.2c0.2,0.1,0.3,0.2,0.5,0.3c0.1,0.1,0.3,0.2,0.4,0.4
|
||||
c0.1,0.2,0.1,0.3,0.1,0.6c0,0.3-0.1,0.5-0.2,0.8c-0.1,0.2-0.3,0.4-0.4,0.5c-0.2,0.1-0.4,0.2-0.6,0.3c-0.2,0.1-0.5,0.1-0.7,0.1
|
||||
c-0.3,0-0.5,0-0.8-0.1c-0.3-0.1-0.5-0.1-0.7-0.3L149,52.1z"/>
|
||||
<path class="st1" d="M156.3,53c0-0.1-0.1-0.2-0.1-0.3c0-0.1-0.1-0.2-0.1-0.3c-0.2,0.2-0.5,0.4-0.7,0.5c-0.3,0.1-0.5,0.2-0.8,0.2
|
||||
c-0.2,0-0.4,0-0.6-0.1c-0.2-0.1-0.4-0.2-0.5-0.3c-0.1-0.2-0.3-0.4-0.4-0.6c-0.1-0.2-0.1-0.5-0.1-0.9c0-0.5,0.1-1,0.3-1.5
|
||||
c0.2-0.4,0.4-0.8,0.7-1.1c0.3-0.3,0.7-0.5,1.1-0.7c0.4-0.2,0.9-0.3,1.4-0.3c0.4,0,0.8,0.1,1.2,0.2l-0.8,3.1c0,0.2-0.1,0.3-0.1,0.5
|
||||
c0,0.1,0,0.3,0,0.4c0,0.2,0,0.4,0.1,0.5c0,0.2,0.1,0.3,0.2,0.5L156.3,53z M156.9,48.3c-0.1,0-0.2,0-0.3-0.1c-0.1,0-0.2,0-0.3,0
|
||||
c-0.4,0-0.8,0.1-1.1,0.2c-0.3,0.2-0.6,0.4-0.8,0.6c-0.2,0.3-0.4,0.6-0.5,0.9c-0.1,0.3-0.2,0.7-0.2,1c0,0.3,0,0.5,0.1,0.7
|
||||
c0.1,0.2,0.1,0.3,0.2,0.4c0.1,0.1,0.2,0.2,0.3,0.2c0.1,0.1,0.3,0.1,0.4,0.1c0.3,0,0.5-0.1,0.8-0.2c0.2-0.1,0.5-0.3,0.7-0.6
|
||||
c0-0.2,0-0.4,0.1-0.6c0.1-0.2,0.1-0.4,0.2-0.6L156.9,48.3z"/>
|
||||
<path class="st1" d="M161.1,47.9c0.3-0.1,0.6-0.2,0.8-0.2c0.3-0.1,0.6-0.1,0.8-0.1c1.2,0,1.8,0.6,1.8,1.9c0,0.4-0.1,0.9-0.2,1.3
|
||||
c-0.1,0.4-0.4,0.8-0.6,1.1s-0.6,0.6-1,0.8c-0.4,0.2-0.9,0.3-1.4,0.3c-0.3,0-0.5,0-0.7-0.1l-0.4,1.9h-0.7L161.1,47.9z M160.7,52.3
|
||||
c0.2,0.1,0.4,0.1,0.6,0.1c0.4,0,0.8-0.1,1.1-0.2c0.3-0.2,0.6-0.4,0.8-0.6c0.2-0.3,0.4-0.6,0.5-0.9c0.1-0.3,0.2-0.7,0.2-1
|
||||
c0-0.5-0.1-0.9-0.3-1.1c-0.2-0.2-0.6-0.3-1-0.3c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3,0.1-0.5,0.1L160.7,52.3z"/>
|
||||
<path class="st1" d="M168.3,53c0-0.1-0.1-0.2-0.1-0.3c0-0.1-0.1-0.2-0.1-0.3c-0.2,0.2-0.5,0.4-0.7,0.5c-0.3,0.1-0.5,0.2-0.8,0.2
|
||||
c-0.2,0-0.4,0-0.6-0.1c-0.2-0.1-0.4-0.2-0.5-0.3c-0.1-0.2-0.3-0.4-0.4-0.6c-0.1-0.2-0.1-0.5-0.1-0.9c0-0.5,0.1-1,0.3-1.5
|
||||
c0.2-0.4,0.4-0.8,0.7-1.1c0.3-0.3,0.7-0.5,1.1-0.7c0.4-0.2,0.9-0.3,1.4-0.3c0.4,0,0.8,0.1,1.2,0.2l-0.8,3.1c0,0.2-0.1,0.3-0.1,0.5
|
||||
c0,0.1,0,0.3,0,0.4c0,0.2,0,0.4,0.1,0.5c0,0.2,0.1,0.3,0.2,0.5L168.3,53z M168.9,48.3c-0.1,0-0.2,0-0.3-0.1c-0.1,0-0.2,0-0.3,0
|
||||
c-0.4,0-0.8,0.1-1.1,0.2c-0.3,0.2-0.6,0.4-0.8,0.6c-0.2,0.3-0.4,0.6-0.5,0.9c-0.1,0.3-0.2,0.7-0.2,1c0,0.3,0,0.5,0.1,0.7
|
||||
c0.1,0.2,0.1,0.3,0.2,0.4c0.1,0.1,0.2,0.2,0.3,0.2c0.1,0.1,0.3,0.1,0.4,0.1c0.3,0,0.5-0.1,0.8-0.2c0.2-0.1,0.5-0.3,0.7-0.6
|
||||
c0-0.2,0-0.4,0.1-0.6c0.1-0.2,0.1-0.4,0.2-0.6L168.9,48.3z"/>
|
||||
<path class="st1" d="M171,48c0.3-0.1,0.5-0.2,0.8-0.3c0.3-0.1,0.6-0.1,0.9-0.1c0.2,0,0.3,0,0.4,0c0.1,0,0.3,0.1,0.4,0.1l-0.2,0.6
|
||||
c-0.3-0.1-0.5-0.1-0.8-0.1c-0.2,0-0.3,0-0.5,0c-0.2,0-0.3,0.1-0.5,0.1l-1.1,4.6h-0.7L171,48z"/>
|
||||
<path class="st1" d="M174.8,46.2l0.7-0.1l-0.4,1.6h1.8l-0.1,0.6H175l-0.6,2.5c0,0.1-0.1,0.2-0.1,0.4c0,0.1,0,0.3,0,0.4
|
||||
c0,0.3,0.1,0.5,0.2,0.6c0.1,0.1,0.3,0.2,0.6,0.2c0.2,0,0.4,0,0.6-0.1c0.2,0,0.3-0.1,0.5-0.2l0.1,0.6c-0.2,0.1-0.4,0.1-0.6,0.2
|
||||
c-0.2,0.1-0.4,0.1-0.7,0.1c-0.2,0-0.3,0-0.5-0.1c-0.2,0-0.3-0.1-0.4-0.2c-0.1-0.1-0.2-0.2-0.3-0.4c-0.1-0.2-0.1-0.3-0.1-0.6
|
||||
c0-0.3,0-0.6,0.1-1L174.8,46.2z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<path class="st1" d="M51,18.5c4.8,0,8.2,3.5,8.2,8.1c0,4.6-3.5,8.1-8.2,8.1c-4.7,0-8.2-3.4-8.2-8.1C42.8,22,46.3,18.5,51,18.5z
|
||||
M51,31.9c2.9,0,5-2.2,5-5.2s-2.1-5.2-5-5.2c-2.9,0-4.9,2.3-4.9,5.3C46.1,29.7,48.1,31.9,51,31.9z"/>
|
||||
<path class="st1" d="M76.9,15.7h3.2v3.2h3.1v2.7h-3.1v7.2c0,2.4,0.9,2.9,2.6,2.9c0.3,0,0.6,0,0.6,0v2.8c0,0-0.6,0.1-1.6,0.1
|
||||
c-3.8,0-4.9-2.5-4.9-6.3v-6.7h-1.7v-2.7h1.7V15.7z"/>
|
||||
<path class="st1" d="M86.8,13.1c1.1,0,2,0.9,2,2s-0.9,2-2,2c-1.1,0-2-0.9-2-2S85.7,13.1,86.8,13.1z M85.2,18.9h3.2v15.5h-3.2V18.9z
|
||||
"/>
|
||||
<path class="st1" d="M91.3,13h3.2v21.4h-3.2V13z"/>
|
||||
<path class="st1" d="M98.3,30.1c0.7,1,1.8,2,3.7,2c1.4,0,2.4-0.7,2.4-1.9c0-3-7.5-1.9-7.5-7.3c0-2.7,2.3-4.4,5.3-4.4
|
||||
c2.9,0,4.4,1.7,5,2.9l-2.2,1.5c-0.4-0.7-1.3-1.7-3-1.7c-1.2,0-2.1,0.6-2.1,1.7c0,3,7.6,1.7,7.6,7.2c0,2.9-2.4,4.7-5.6,4.7
|
||||
c-3.1,0-4.8-1.7-5.6-3.1L98.3,30.1z"/>
|
||||
<path class="st1" d="M112.6,13h3.2v21.4h-3.2V13z"/>
|
||||
<path class="st1" d="M120.3,13.1c1.1,0,2,0.9,2,2s-0.9,2-2,2c-1.1,0-2-0.9-2-2S119.2,13.1,120.3,13.1z M118.7,18.9h3.2v15.5h-3.2
|
||||
V18.9z"/>
|
||||
<path class="st1" d="M167.8,30.1c0.7,1,1.8,2,3.7,2c1.4,0,2.4-0.7,2.4-1.9c0-3-7.5-1.9-7.5-7.3c0-2.7,2.3-4.4,5.3-4.4
|
||||
c2.9,0,4.4,1.7,5,2.9l-2.2,1.5c-0.4-0.7-1.3-1.7-3-1.7c-1.2,0-2.1,0.6-2.1,1.7c0,3,7.6,1.7,7.6,7.2c0,2.9-2.4,4.7-5.6,4.7
|
||||
c-3.1,0-4.8-1.7-5.6-3.1L167.8,30.1z"/>
|
||||
<path class="st1" d="M165,26.6c0-4.9-2.8-8.1-7.4-8.1c-4.2,0-7.5,3.4-7.5,8.2c0,4.7,3.2,8.1,8,8.1c3.7,0,5.7-2.1,6.5-3.4l-2.1-1.6
|
||||
c-0.6,0.9-1.9,2.2-4.3,2.2c-2.7,0-4.6-1.7-4.8-4.2H165C165,27.4,165,26.9,165,26.6z M157.6,21.2c2.2,0,4,1.4,4.1,4h-8.3
|
||||
C153.7,22.8,155.4,21.2,157.6,21.2z"/>
|
||||
<path class="st1" d="M149.9,21.8c-3.4,0-4.4,2.6-4.4,5.9v6.7h-3.2V18.9h3.2v2c0.8-1.4,2.2-2.4,4.4-2.4V21.8z"/>
|
||||
<path class="st1" d="M124.8,13h3.2V20c0.9-0.6,2.1-1.5,5-1.5c4.4,0,7.3,3.4,7.3,8.1c0,4.7-3.1,8.1-7.6,8.1c-3,0-4.6-1.3-5-1.8v1.5
|
||||
h-3V13z M132.5,31.9c2.6,0,4.6-2,4.6-5.2c0-3.1-1.9-5.3-4.6-5.3c-2.6,0-4.6,1.9-4.6,5.3C127.9,29.5,129.7,31.9,132.5,31.9z"/>
|
||||
<path class="st1" d="M61,28.2v-9.3h3.2v9.6c0,2.1,1.3,3.4,3.1,3.4c2,0,3.4-1.5,3.4-3.6v-9.3h3.2v15.5h-3.2V33
|
||||
c-0.9,0.9-2.3,1.7-4.4,1.7C62.4,34.7,61,31.6,61,28.2z"/>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path class="st0" d="M184.4,18.6h4.6v3c0.6-0.8,3-3.6,7.4-3.6c6.6,0,11.3,5,11.3,12.1c0,7.2-4.4,12.2-11,12.2
|
||||
c-4.4,0-6.8-2.7-7.5-3.6v11.3h-4.8V18.6z M196,37.9c4,0,6.8-3.2,6.8-7.9c0-4.7-3-7.8-6.9-7.8c-4.2,0-6.8,3.5-6.8,7.8
|
||||
C189.1,35,192.1,37.9,196,37.9z"/>
|
||||
<path class="st0" d="M221.2,18c7.1,0,12.2,5.2,12.2,12.1c0,6.9-5.2,12.1-12.2,12.1c-7.1,0-12.2-5.1-12.2-12.1
|
||||
C209,23.2,214.2,18,221.2,18z M221.2,37.9c4.3,0,7.4-3.3,7.4-7.8c0-4.5-3.1-7.8-7.4-7.8c-4.3,0-7.3,3.4-7.3,7.9
|
||||
C213.8,34.7,216.9,37.9,221.2,37.9z"/>
|
||||
<path class="st0" d="M237.4,35.2c1.1,1.5,2.7,3,5.5,3c2,0,3.5-1,3.5-2.9c0-4.4-11.2-2.8-11.2-10.8c0-4.1,3.4-6.5,7.9-6.5
|
||||
c4.3,0,6.6,2.5,7.5,4.3l-3.3,2.2c-0.7-1.1-1.9-2.6-4.5-2.6c-1.8,0-3.1,0.9-3.1,2.5c0,4.4,11.3,2.6,11.3,10.7
|
||||
c0,4.3-3.6,7.1-8.4,7.1c-4.7,0-7.2-2.5-8.3-4.6L237.4,35.2z"/>
|
||||
<path class="st0" d="M254,13.7h4.8v4.8h4.7v4h-4.7v10.7c0,3.6,1.4,4.4,3.9,4.4c0.4,0,0.9,0,0.9,0v4.2c0,0-0.8,0.2-2.3,0.2
|
||||
c-5.6,0-7.3-3.8-7.3-9.4v-10h-2.6v-4h2.6V13.7z"/>
|
||||
<path class="st0" d="M264,26.1h11.8v4.4H264V26.1z"/>
|
||||
<path class="st0" d="M281.5,9.9c1.7,0,3,1.3,3,3c0,1.7-1.3,3-3,3c-1.7,0-3-1.3-3-3C278.5,11.2,279.8,9.9,281.5,9.9z M279.1,18.6
|
||||
h4.8v23.1h-4.8V18.6z"/>
|
||||
<path class="st0" d="M288.4,13.7h4.8v4.8h4.7v4h-4.7v10.7c0,3.6,1.4,4.4,3.9,4.4c0.4,0,0.9,0,0.9,0v4.2c0,0-0.8,0.2-2.3,0.2
|
||||
c-5.6,0-7.3-3.8-7.3-9.4v-10h-2.6v-4h2.6V13.7z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Generator: Adobe Illustrator 19.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
|
||||
<svg
|
||||
version="1.1"
|
||||
id="Calque_1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
viewBox="0 0 120 54.8"
|
||||
xml:space="preserve"
|
||||
sodipodi:docname="logo-Post-it.svg"
|
||||
width="120"
|
||||
height="54.799999"
|
||||
inkscape:version="1.1 (c4e8f9e, 2021-05-24)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs192" /><sodipodi:namedview
|
||||
id="namedview190"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#eeeeee"
|
||||
borderopacity="1"
|
||||
inkscape:pageshadow="0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.1208054"
|
||||
inkscape:cx="17.681962"
|
||||
inkscape:cy="-7.3085443"
|
||||
inkscape:window-width="1280"
|
||||
inkscape:window-height="747"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="25"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="Calque_1" />
|
||||
<style
|
||||
type="text/css"
|
||||
id="style169">
|
||||
.st0{fill:#64D29B;}
|
||||
.st1{fill:#5A696B;}
|
||||
</style>
|
||||
<g
|
||||
id="g187"
|
||||
transform="matrix(1,0,0,1.0000196,-181.62025,-1.8862703)">
|
||||
<g
|
||||
id="g185">
|
||||
<path
|
||||
class="st0"
|
||||
d="m 184.4,18.6 h 4.6 v 3 c 0.6,-0.8 3,-3.6 7.4,-3.6 6.6,0 11.3,5 11.3,12.1 0,7.2 -4.4,12.2 -11,12.2 -4.4,0 -6.8,-2.7 -7.5,-3.6 V 50 h -4.8 z M 196,37.9 c 4,0 6.8,-3.2 6.8,-7.9 0,-4.7 -3,-7.8 -6.9,-7.8 -4.2,0 -6.8,3.5 -6.8,7.8 0,5 3,7.9 6.9,7.9 z"
|
||||
id="path171" />
|
||||
<path
|
||||
class="st0"
|
||||
d="m 221.2,18 c 7.1,0 12.2,5.2 12.2,12.1 0,6.9 -5.2,12.1 -12.2,12.1 -7.1,0 -12.2,-5.1 -12.2,-12.1 0,-6.9 5.2,-12.1 12.2,-12.1 z m 0,19.9 c 4.3,0 7.4,-3.3 7.4,-7.8 0,-4.5 -3.1,-7.8 -7.4,-7.8 -4.3,0 -7.3,3.4 -7.3,7.9 -0.1,4.5 3,7.7 7.3,7.7 z"
|
||||
id="path173" />
|
||||
<path
|
||||
class="st0"
|
||||
d="m 237.4,35.2 c 1.1,1.5 2.7,3 5.5,3 2,0 3.5,-1 3.5,-2.9 0,-4.4 -11.2,-2.8 -11.2,-10.8 0,-4.1 3.4,-6.5 7.9,-6.5 4.3,0 6.6,2.5 7.5,4.3 l -3.3,2.2 c -0.7,-1.1 -1.9,-2.6 -4.5,-2.6 -1.8,0 -3.1,0.9 -3.1,2.5 0,4.4 11.3,2.6 11.3,10.7 0,4.3 -3.6,7.1 -8.4,7.1 -4.7,0 -7.2,-2.5 -8.3,-4.6 z"
|
||||
id="path175" />
|
||||
<path
|
||||
class="st0"
|
||||
d="m 254,13.7 h 4.8 v 4.8 h 4.7 v 4 h -4.7 v 10.7 c 0,3.6 1.4,4.4 3.9,4.4 0.4,0 0.9,0 0.9,0 v 4.2 c 0,0 -0.8,0.2 -2.3,0.2 -5.6,0 -7.3,-3.8 -7.3,-9.4 v -10 h -2.6 v -4 h 2.6 z"
|
||||
id="path177" />
|
||||
<path
|
||||
class="st0"
|
||||
d="m 264,26.1 h 11.8 v 4.4 H 264 Z"
|
||||
id="path179" />
|
||||
<path
|
||||
class="st0"
|
||||
d="m 281.5,9.9 c 1.7,0 3,1.3 3,3 0,1.7 -1.3,3 -3,3 -1.7,0 -3,-1.3 -3,-3 0,-1.7 1.3,-3 3,-3 z m -2.4,8.7 h 4.8 v 23.1 h -4.8 z"
|
||||
id="path181" />
|
||||
<path
|
||||
class="st0"
|
||||
d="m 288.4,13.7 h 4.8 v 4.8 h 4.7 v 4 h -4.7 v 10.7 c 0,3.6 1.4,4.4 3.9,4.4 0.4,0 0.9,0 0.9,0 v 4.2 c 0,0 -0.8,0.2 -2.3,0.2 -5.6,0 -7.3,-3.8 -7.3,-9.4 v -10 h -2.6 v -4 h 2.6 z"
|
||||
id="path183" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 2.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 5.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 27 KiB |
4
client/lib/jquery-1.11.0.min.js
vendored
4
client/lib/jquery-1.11.0.min.js
vendored
File diff suppressed because one or more lines are too long
16
client/lib/jquery-1.5.1.min.js
vendored
16
client/lib/jquery-1.5.1.min.js
vendored
File diff suppressed because one or more lines are too long
2
client/lib/jquery.min.js
vendored
Normal file
2
client/lib/jquery.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1760
client/script.js
1760
client/script.js
File diff suppressed because it is too large
Load diff
36
config.js
36
config.js
|
@ -6,26 +6,30 @@
|
|||
};
|
||||
*/
|
||||
|
||||
var argv = require('yargs')
|
||||
.usage('Usage: $0 [--port INTEGER [8080]] [--baseurl STRING ["/"]] [--redis STRING:INT [127.0.0.1:6379]] [--gaEnabled] [--gaAccount STRING [UA-2069672-4]]')
|
||||
.argv;
|
||||
var argv = require("yargs").usage(
|
||||
'Usage: $0 [--port INTEGER [8080]] [--baseurl STRING ["/"]] [--redis STRING:INT [127.0.0.1:6379]] [--gaEnabled] [--gaAccount STRING [UA-2069672-4]]'
|
||||
).argv
|
||||
|
||||
exports.server = {
|
||||
port: argv.port || 8080,
|
||||
baseurl: argv.baseurl || '/'
|
||||
};
|
||||
port: argv.port || 8080,
|
||||
baseurl: argv.baseurl || "/",
|
||||
}
|
||||
|
||||
exports.googleanalytics = {
|
||||
enabled: argv['gaEnabled'] || false,
|
||||
account: argv['gaAccount'] || "UA-2069672-4"
|
||||
};
|
||||
enabled: argv["gaEnabled"] || false,
|
||||
account: argv["gaAccount"] || "UA-2069672-4",
|
||||
}
|
||||
|
||||
var redis_conf = argv.redis || '127.0.0.1:6379';
|
||||
var redis_conf = argv.redis || "127.0.0.1:6379"
|
||||
exports.database = {
|
||||
sock: argv['sock'] || false,
|
||||
type: 'redis',
|
||||
prefix: '#scrumblr#',
|
||||
host: redis_conf.split(':')[0] || '127.0.0.1',
|
||||
port: redis_conf.split(':')[1] || 6379
|
||||
};
|
||||
sock: argv["sock"] || false,
|
||||
type: "redis",
|
||||
prefix: "#scrumblr#",
|
||||
host: redis_conf.split(":")[0] || "127.0.0.1",
|
||||
port: redis_conf.split(":")[1] || 6379,
|
||||
}
|
||||
|
||||
exports.headerBarUrl =
|
||||
null /* example url with appropriate json markup : 'https://colibris-lemouvement.org/archipel-markup?domain=colibris-outilslibres.org' */
|
||||
exports.logoUrl = null /* example logo url : 'https://postit.colibris-outilslibres.org/images/logo-Post-it.svg' */
|
||||
exports.faviconUrl = null /* example favicon url : 'https://postit.colibris-outilslibres.org/images/favicon.png' */
|
||||
|
|
5
package-lock.json
generated
5
package-lock.json
generated
|
@ -2233,6 +2233,11 @@
|
|||
"with": "~3.0.0"
|
||||
}
|
||||
},
|
||||
"jquery": {
|
||||
"version": "3.6.0",
|
||||
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz",
|
||||
"integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw=="
|
||||
},
|
||||
"json3": {
|
||||
"version": "3.3.2",
|
||||
"resolved": "https://registry.npmjs.org/json3/-/json3-3.3.2.tgz",
|
||||
|
|
|
@ -1,35 +1,20 @@
|
|||
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
|
||||
extends layout
|
||||
block header
|
||||
div.connected= "Personnes en ligne : " + connected
|
||||
|
||||
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
|
||||
block body
|
||||
main.container
|
||||
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")
|
||||
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>'
|
||||
|
|
122
views/index.jade
122
views/index.jade
|
@ -1,73 +1,73 @@
|
|||
extends layout
|
||||
block header
|
||||
- if (locals.demo)
|
||||
div.notice-bar Tableau de démonstration.<br />N’y mettez rien d’important !
|
||||
div.actions
|
||||
a#share-link(href="#share", aria-controls="share", title="Partager le tableau")
|
||||
i.fa.fa-fw.fa-lg.fa-share-alt
|
||||
span Partager
|
||||
a#revisions-link(href="#revisions", aria-controls="revisions", title="Révisions")
|
||||
i.fa.fa-fw.fa-lg.fa-exchange
|
||||
span Révisions
|
||||
a#smallify(href="javascript:void(0);", title="Réduire la taille des post-it")
|
||||
i.fa.fa-fw.fa-lg.fa-search-plus
|
||||
span.big Grands Post-it
|
||||
span.small Petits Post-it
|
||||
a#full-page(href="javascript:void(0);", aria-hidden="true", title="Plein écran")
|
||||
i.fa.fa-fw.fa-lg.fa-expand
|
||||
span.full-screen Plein écran
|
||||
span.contain-screen Réduire
|
||||
|
||||
block body
|
||||
div.container
|
||||
- if (locals.demo)
|
||||
div.pull-left.notice-bar Tableau de démonstration. N’y mettez rien d’important !
|
||||
div.actions
|
||||
a#share-link(href="#share", aria-controls="share", title="Partager le tableau")
|
||||
i.fa.fa-fw.fa-lg.fa-share-alt
|
||||
span Partager
|
||||
a#revisions-link(href="#revisions", aria-controls="revisions", title="Révisions")
|
||||
i.fa.fa-fw.fa-lg.fa-exchange
|
||||
span Révisions
|
||||
a#smallify(href="javascript:void(0);", title="Réduire la taille des post-it")
|
||||
i.fa.fa-fw.fa-lg.fa-search-plus
|
||||
span.big Grands Post-it
|
||||
span.small Petits Post-it
|
||||
a#full-page(href="javascript:void(0);", aria-hidden="true", title="Plein écran")
|
||||
i.fa.fa-fw.fa-lg.fa-expand
|
||||
span.full-screen Plein écran
|
||||
span.contain-screen Réduire
|
||||
div.clearfix
|
||||
div.board-container
|
||||
div.board-outline
|
||||
div#board
|
||||
div#board-doodles
|
||||
table#board-table.board-table
|
||||
tr
|
||||
td#icon-col(width='1%')
|
||||
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')
|
||||
div.board-container
|
||||
div.board-outline
|
||||
div#board
|
||||
div#board-doodles
|
||||
table#board-table.board-table
|
||||
tr
|
||||
td#icon-col(width='1%')
|
||||
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')
|
||||
|
||||
div.container
|
||||
div.buttons
|
||||
i#create-card.fa.fa-plus-circle.fa-2x.bottom-icon(title='Ajouter une note')
|
||||
span Ajouter un Post-it
|
||||
div.form-group
|
||||
label.control-label(for='choose-card-color') Couleur
|
||||
select#choose-card-color.form-control
|
||||
option(value='random') Au hasard
|
||||
option(value='yellow') Jaune
|
||||
option(value='green') Vert
|
||||
option(value='blue') Bleu
|
||||
option(value='white') Blanc
|
||||
div.container
|
||||
div.buttons
|
||||
i#create-card.fa.fa-plus-circle.fa-2x.bottom-icon(title='Ajouter une note')
|
||||
span Ajouter un Post-it
|
||||
div.form-group
|
||||
label.control-label(for='choose-card-color') Couleur
|
||||
select#choose-card-color.form-control
|
||||
option(value='random') Au hasard
|
||||
option(value='yellow') Jaune
|
||||
option(value='green') Vert
|
||||
option(value='blue') Bleu
|
||||
option(value='white') Blanc
|
||||
|
||||
|
||||
div.stickers
|
||||
div.sticker#sticker-red(title='Ajouter une pastille rouge')
|
||||
div.sticker#sticker-blue(title='Ajouter une pastille bleue')
|
||||
div.sticker#sticker-yellow(title='Ajouter une pastille jaune')
|
||||
div.sticker#sticker-green(title='Ajouter une pastille verte')
|
||||
br
|
||||
div.sticker#sticker-pink(title='Ajouter une pastille rose')
|
||||
div.sticker#sticker-lightblue(title='Ajouter une pastille bleu clair')
|
||||
div.sticker#sticker-orange(title='Ajouter une pastille orange')
|
||||
div.sticker#sticker-purple(title='Ajouter une pastille violette')
|
||||
br
|
||||
div.sticker#sticker-gold(title='Ajouter une étoile dorée')
|
||||
div.sticker#sticker-bluestar(title='Ajouter une étoile bleue')
|
||||
div.sticker#sticker-silverstar(title='Ajouter une étoile argentée')
|
||||
div.sticker#sticker-redstar(title='Ajouter une étoile rouge')
|
||||
br
|
||||
div.sticker#nosticker(title='Supprimer les pastilles ou les étoiles d\'une note')
|
||||
div.stickers
|
||||
div.sticker#sticker-red(title='Ajouter une pastille rouge')
|
||||
div.sticker#sticker-blue(title='Ajouter une pastille bleue')
|
||||
div.sticker#sticker-yellow(title='Ajouter une pastille jaune')
|
||||
div.sticker#sticker-green(title='Ajouter une pastille verte')
|
||||
br
|
||||
div.sticker#sticker-pink(title='Ajouter une pastille rose')
|
||||
div.sticker#sticker-lightblue(title='Ajouter une pastille bleu clair')
|
||||
div.sticker#sticker-orange(title='Ajouter une pastille orange')
|
||||
div.sticker#sticker-purple(title='Ajouter une pastille violette')
|
||||
br
|
||||
div.sticker#sticker-gold(title='Ajouter une étoile dorée')
|
||||
div.sticker#sticker-bluestar(title='Ajouter une étoile bleue')
|
||||
div.sticker#sticker-silverstar(title='Ajouter une étoile argentée')
|
||||
div.sticker#sticker-redstar(title='Ajouter une étoile rouge')
|
||||
br
|
||||
div.sticker#nosticker(title='Supprimer les pastilles ou les étoiles d\'une note')
|
||||
|
||||
|
||||
div.names
|
||||
p <i class="fa fa-fw fa-lg fa-users"></i> connectés :
|
||||
input#yourname-input
|
||||
span.you-text (vous)
|
||||
ul#names-ul
|
||||
div.names
|
||||
p <i class="fa fa-fw fa-lg fa-users"></i> connectés :
|
||||
input#yourname-input
|
||||
span.you-text (vous)
|
||||
ul#names-ul
|
||||
|
||||
div#share.modal
|
||||
div.modal-content
|
||||
|
|
|
@ -8,7 +8,8 @@ html(lang="fr")
|
|||
<link rel="stylesheet" title="cardsize" href="css/bigcards.css" type="text/css" media="all" />
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="lib/jquery-1.11.0.min.js"></script>
|
||||
//- <script src="lib/jquery-1.11.0.min.js"></script>
|
||||
<script src="lib/jquery.min.js"></script>
|
||||
<script src="lib/jquery-ui.js"></script>
|
||||
|
||||
<!-- External Scripts -->
|
||||
|
@ -23,20 +24,27 @@ html(lang="fr")
|
|||
|
||||
<!-- ** My Script ** -->
|
||||
<script src="script.js"></script>
|
||||
|
||||
link(rel="icon" type="image/png" href="/images/favicon.png")
|
||||
if locals.faviconUrl
|
||||
link(rel="icon" type="image/png" href=locals.faviconUrl)
|
||||
else
|
||||
link(rel="icon" type="image/png" href="/images/favicon.png")
|
||||
|
||||
title= locals.pageTitle
|
||||
|
||||
body
|
||||
div#colibris-menu
|
||||
div.container
|
||||
header.main-header
|
||||
div#header-bar(data-url=locals.headerBarUrl)
|
||||
header.container.main-header
|
||||
div.title
|
||||
a(href="/", title="Retour à la page d'accueil")
|
||||
img.logo(src="/images/logo-Post-it.svg", alt="logo Post-it")
|
||||
if locals.logoUrl
|
||||
img.logo(src=locals.logoUrl, alt="logo Post-it")
|
||||
else
|
||||
img.logo(src="/images/logo-Post-it.svg", alt="logo Post-it")
|
||||
div.base-line Organiser ses idées collectivement
|
||||
block header
|
||||
main
|
||||
block body
|
||||
div.clearfix
|
||||
div.container
|
||||
footer.container
|
||||
block footer
|
||||
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>
|
Loading…
Add table
Reference in a new issue