F-izzation de Scrumblr
This commit is contained in:
parent
2c3d906082
commit
1243fc6e25
18 changed files with 17052 additions and 81 deletions
|
@ -2,13 +2,11 @@ extends layout
|
|||
|
||||
block body
|
||||
- if (locals.demo)
|
||||
div.notice-bar this is a demo board. to make a private board, go to <a href="http://scrumblr.ca">scrumblr.ca</a>
|
||||
div.notice-bar Ceci est un tableau de démonstration. N’y mettez rien d’imortant
|
||||
|
||||
//div.config
|
||||
// i.fa.fa-cog.fa-lg.faded-icon
|
||||
|
||||
h1 <a href="http://scrumblr.ca">scrumblr</a> by <a href="http://aliasaria.ca">aliasaria</a>
|
||||
|
||||
div.board-outline
|
||||
div#board
|
||||
div#board-doodles
|
||||
|
@ -19,8 +17,8 @@ block body
|
|||
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')
|
||||
image#delete-col.col-icon(width='20', height='20', src='images/icons/iconic/raster/black/minus_alt_32x32.png')
|
||||
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.buttons
|
||||
|
@ -41,28 +39,24 @@ block body
|
|||
//div.sticker#sticker-silverstar
|
||||
//div#addsticker
|
||||
br
|
||||
div.sticker#nosticker
|
||||
//div.sticker#nosticker
|
||||
//br
|
||||
//div.sticker#sticker-gold
|
||||
div.sticker#sticker-gold
|
||||
// image(src="/images/stickers/sticker-gold.png")
|
||||
//div.sticker#sticker-bluestar
|
||||
div.sticker#sticker-bluestar
|
||||
// image(src="/images/stickers/sticker-bluestar.png")
|
||||
//div.sticker#sticker-silverstar
|
||||
div.sticker#sticker-silverstar
|
||||
// image(src="/images/stickers/sticker-silverstar.png")
|
||||
//div.sticker#sticker-redstar
|
||||
div.sticker#sticker-redstar
|
||||
// image(src="/images/stickers/sticker-redstar.png")
|
||||
|
||||
|
||||
div.names
|
||||
p connected:
|
||||
p connectés :
|
||||
//image#user-icon(src="/images/icons/cc/black/png/user_icon&16.png")
|
||||
input#yourname-input
|
||||
span.you-text (you)
|
||||
span.you-text (vous)
|
||||
ul#names-ul
|
||||
|
||||
//div.trash
|
||||
// i.fa.fa-trash-o.fa-lg.faded-icon
|
||||
|
||||
//<div style="width: 980px; height: 450px; border: solid 2px; opacity:.1; margin-top: 100px"> this will be the backlog that only appears on drag or perhaps not at all</div>
|
||||
|
||||
<script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-2069672-4']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue