2015-12-08 16:05:59 -05:00
|
|
|
template(name="boardHeaderBar")
|
2015-06-07 10:30:27 +02:00
|
|
|
h1.header-board-menu
|
2015-08-29 15:40:06 +02:00
|
|
|
with currentBoard
|
|
|
|
a(class="{{#if currentUser.isBoardAdmin}}js-edit-board-title{{else}}is-disabled{{/if}}")
|
|
|
|
= title
|
2015-05-27 17:17:00 +02:00
|
|
|
|
|
|
|
.board-header-btns.left
|
2015-12-17 20:38:33 +08:00
|
|
|
unless isMiniScreen
|
|
|
|
unless isSandstorm
|
2016-04-13 16:39:13 +02:00
|
|
|
if currentBoard
|
|
|
|
if currentUser
|
|
|
|
a.board-header-btn.js-star-board(class="{{#if isStarred}}is-active{{/if}}"
|
|
|
|
title="{{#if isStarred}}{{_ 'click-to-unstar'}}{{else}}{{_ 'click-to-star'}}{{/if}} {{_ 'starred-boards-description'}}")
|
|
|
|
i.fa(class="fa-star{{#unless isStarred}}-o{{/unless}}")
|
|
|
|
if showStarCounter
|
|
|
|
span
|
|
|
|
= currentBoard.stars
|
2015-12-17 20:38:33 +08:00
|
|
|
|
2016-04-21 20:39:39 +02:00
|
|
|
a.board-header-btn(
|
|
|
|
class="{{#if currentUser.isBoardAdmin}}js-change-visibility{{else}}is-disabled{{/if}}"
|
|
|
|
title="{{_ currentBoard.permission}}")
|
2016-04-18 20:26:10 +02:00
|
|
|
i.fa(class="{{#if currentBoard.isPublic}}fa-globe{{else}}fa-lock{{/if}}")
|
|
|
|
span {{_ currentBoard.permission}}
|
2015-12-17 14:23:35 +08:00
|
|
|
|
2016-04-21 20:39:39 +02:00
|
|
|
a.board-header-btn.js-watch-board(
|
|
|
|
title="{{_ watchLevel }}")
|
2016-04-13 16:39:13 +02:00
|
|
|
if $eq watchLevel "watching"
|
|
|
|
i.fa.fa-eye
|
|
|
|
if $eq watchLevel "tracking"
|
|
|
|
i.fa.fa-bell
|
|
|
|
if $eq watchLevel "muted"
|
|
|
|
i.fa.fa-bell-slash
|
2016-04-21 20:39:39 +02:00
|
|
|
span {{_ watchLevel}}
|
2016-01-05 23:26:02 +08:00
|
|
|
|
2016-04-18 20:26:10 +02:00
|
|
|
else
|
|
|
|
a.board-header-btn.js-log-in(
|
|
|
|
title="{{_ 'log-in'}}")
|
|
|
|
i.fa.fa-sign-in
|
|
|
|
span {{_ 'log-in'}}
|
|
|
|
|
2015-12-17 14:23:35 +08:00
|
|
|
.board-header-btns.right
|
2016-04-13 16:39:13 +02:00
|
|
|
if currentBoard
|
|
|
|
if isMiniScreen
|
|
|
|
unless isSandstorm
|
|
|
|
if currentUser
|
|
|
|
a.board-header-btn.js-star-board(class="{{#if isStarred}}is-active{{/if}}"
|
|
|
|
title="{{#if isStarred}}{{_ 'click-to-unstar'}}{{else}}{{_ 'click-to-star'}}{{/if}} {{_ 'starred-boards-description'}}")
|
|
|
|
i.fa(class="fa-star{{#unless isStarred}}-o{{/unless}}")
|
|
|
|
if showStarCounter
|
|
|
|
span
|
|
|
|
= currentBoard.stars
|
2015-05-27 17:17:00 +02:00
|
|
|
|
2016-04-18 20:26:10 +02:00
|
|
|
a.board-header-btn(
|
|
|
|
class="{{#if currentUser.isBoardAdmin}}js-change-visibility{{else}}is-disabled{{/if}}"
|
|
|
|
title="{{_ currentBoard.permission}}")
|
|
|
|
i.fa(class="{{#if currentBoard.isPublic}}fa-globe{{else}}fa-lock{{/if}}")
|
|
|
|
span {{_ currentBoard.permission}}
|
2015-05-27 17:17:00 +02:00
|
|
|
|
2016-04-13 16:39:13 +02:00
|
|
|
a.board-header-btn.js-watch-board(
|
|
|
|
title="{{_ watchLevel }}")
|
|
|
|
if $eq watchLevel "watching"
|
|
|
|
i.fa.fa-eye
|
|
|
|
if $eq watchLevel "tracking"
|
|
|
|
i.fa.fa-bell
|
|
|
|
if $eq watchLevel "muted"
|
|
|
|
i.fa.fa-bell-slash
|
|
|
|
span {{_ watchLevel}}
|
2017-03-18 18:49:39 -04:00
|
|
|
|
2016-04-18 20:26:10 +02:00
|
|
|
else
|
|
|
|
a.board-header-btn.js-log-in(
|
|
|
|
title="{{_ 'log-in'}}")
|
|
|
|
i.fa.fa-sign-in
|
|
|
|
span {{_ 'log-in'}}
|
2017-07-25 00:30:30 +01:00
|
|
|
|
|
|
|
if isSandstorm
|
|
|
|
if currentUser
|
|
|
|
a.board-header-btn.js-open-archived-board
|
|
|
|
i.fa.fa-archive
|
|
|
|
span {{_ 'archives'}}
|
2016-01-05 23:26:02 +08:00
|
|
|
|
2016-04-13 16:39:13 +02:00
|
|
|
a.board-header-btn.js-open-filter-view(
|
|
|
|
title="{{#if Filter.isActive}}{{_ 'filter-on-desc'}}{{else}}{{_ 'filter'}}{{/if}}"
|
|
|
|
class="{{#if Filter.isActive}}emphasis{{/if}}")
|
|
|
|
i.fa.fa-filter
|
|
|
|
span {{#if Filter.isActive}}{{_ 'filter-on'}}{{else}}{{_ 'filter'}}{{/if}}
|
|
|
|
if Filter.isActive
|
|
|
|
a.board-header-btn-close.js-filter-reset(title="{{_ 'filter-clear'}}")
|
|
|
|
i.fa.fa-times-thin
|
2015-05-29 23:35:30 +02:00
|
|
|
|
2018-01-22 16:54:19 -03:00
|
|
|
a.board-header-btn.js-toggle-board-view(
|
|
|
|
title="{{_ 'board-view'}}")
|
|
|
|
i.fa.fa-th-large
|
|
|
|
span {{_ currentBoard.view}}
|
|
|
|
|
2017-03-18 18:49:39 -04:00
|
|
|
if canModifyBoard
|
2016-04-13 16:39:13 +02:00
|
|
|
a.board-header-btn.js-multiselection-activate(
|
|
|
|
title="{{#if MultiSelection.isActive}}{{_ 'multi-selection-on'}}{{else}}{{_ 'multi-selection'}}{{/if}}"
|
|
|
|
class="{{#if MultiSelection.isActive}}emphasis{{/if}}")
|
|
|
|
i.fa.fa-check-square-o
|
|
|
|
span {{#if MultiSelection.isActive}}{{_ 'multi-selection-on'}}{{else}}{{_ 'multi-selection'}}{{/if}}
|
|
|
|
if MultiSelection.isActive
|
|
|
|
a.board-header-btn-close.js-multiselection-reset(title="{{_ 'filter-clear'}}")
|
2016-07-11 12:03:22 +02:00
|
|
|
i.fa.fa-times-thin
|
2015-05-29 23:35:30 +02:00
|
|
|
|
2016-04-13 16:39:13 +02:00
|
|
|
.separator
|
2017-02-15 21:08:30 +05:30
|
|
|
a.board-header-btn.js-open-board-menu(title="{{_ 'boardMenuPopup-title'}}")
|
2016-04-13 16:39:13 +02:00
|
|
|
i.board-header-btn-icon.fa.fa-navicon
|
2015-05-27 17:17:00 +02:00
|
|
|
|
|
|
|
template(name="boardMenuPopup")
|
2015-08-28 12:15:29 +02:00
|
|
|
ul.pop-over-list
|
2015-09-01 14:38:07 +02:00
|
|
|
li: a.js-open-archives {{_ 'archived-items'}}
|
2015-08-28 12:15:29 +02:00
|
|
|
if currentUser.isBoardAdmin
|
2015-09-01 14:38:07 +02:00
|
|
|
li: a.js-change-board-color {{_ 'board-change-color'}}
|
2015-08-31 16:01:42 +02:00
|
|
|
//-
|
|
|
|
XXX Language should be handled by sandstorm, but for now display a
|
|
|
|
language selection link in the board menu. This link is normally present
|
|
|
|
in the header bar that is not displayed on sandstorm.
|
|
|
|
if isSandstorm
|
|
|
|
li: a.js-change-language {{_ 'language'}}
|
2015-05-29 23:35:30 +02:00
|
|
|
unless isSandstorm
|
|
|
|
if currentUser.isBoardAdmin
|
|
|
|
hr
|
|
|
|
ul.pop-over-list
|
2015-12-16 21:54:35 +01:00
|
|
|
li: a(href="{{exportUrl}}", download="{{exportFilename}}") {{_ 'export-board'}}
|
2015-09-01 14:38:07 +02:00
|
|
|
li: a.js-archive-board {{_ 'archive-board'}}
|
2017-07-09 15:14:33 +09:00
|
|
|
li: a.js-outgoing-webhooks {{_ 'outgoing-webhooks'}}
|
2017-07-24 23:52:37 +01:00
|
|
|
if isSandstorm
|
|
|
|
hr
|
|
|
|
ul.pop-over-list
|
|
|
|
li: a(href="{{exportUrl}}", download="{{exportFilename}}") {{_ 'export-board'}}
|
|
|
|
li: a.js-import-board {{_ 'import-board-c'}}
|
2015-05-27 17:17:00 +02:00
|
|
|
|
|
|
|
template(name="boardVisibilityList")
|
|
|
|
ul.pop-over-list
|
|
|
|
li
|
|
|
|
with "private"
|
|
|
|
a.js-select-visibility
|
|
|
|
i.fa.fa-lock.colorful
|
|
|
|
| {{_ 'private'}}
|
|
|
|
if visibilityCheck
|
|
|
|
i.fa.fa-check
|
|
|
|
span.sub-name {{_ 'private-desc'}}
|
|
|
|
li
|
|
|
|
with "public"
|
|
|
|
a.js-select-visibility
|
|
|
|
i.fa.fa-globe.colorful
|
|
|
|
| {{_ 'public'}}
|
|
|
|
if visibilityCheck
|
|
|
|
i.fa.fa-check
|
|
|
|
span.sub-name {{_ 'public-desc'}}
|
|
|
|
|
|
|
|
template(name="boardChangeVisibilityPopup")
|
|
|
|
+boardVisibilityList
|
|
|
|
|
2016-01-05 23:26:02 +08:00
|
|
|
template(name="boardChangeWatchPopup")
|
|
|
|
ul.pop-over-list
|
|
|
|
li
|
|
|
|
with "watching"
|
|
|
|
a.js-select-watch
|
|
|
|
i.fa.fa-eye.colorful
|
|
|
|
| {{_ 'watching'}}
|
|
|
|
if watchCheck
|
|
|
|
i.fa.fa-check
|
|
|
|
span.sub-name {{_ 'watching-info'}}
|
|
|
|
li
|
|
|
|
with "tracking"
|
|
|
|
a.js-select-watch
|
2016-01-08 11:44:20 +08:00
|
|
|
i.fa.fa-bell.colorful
|
2016-01-05 23:26:02 +08:00
|
|
|
| {{_ 'tracking'}}
|
|
|
|
if watchCheck
|
|
|
|
i.fa.fa-check
|
|
|
|
span.sub-name {{_ 'tracking-info'}}
|
|
|
|
li
|
|
|
|
with "muted"
|
|
|
|
a.js-select-watch
|
2016-01-08 11:44:20 +08:00
|
|
|
i.fa.fa-bell-slash.colorful
|
2016-01-05 23:26:02 +08:00
|
|
|
| {{_ 'muted'}}
|
|
|
|
if watchCheck
|
|
|
|
i.fa.fa-check
|
|
|
|
span.sub-name {{_ 'muted-info'}}
|
|
|
|
|
2015-05-27 17:17:00 +02:00
|
|
|
template(name="boardChangeColorPopup")
|
|
|
|
.board-backgrounds-list.clearfix
|
|
|
|
each backgroundColors
|
|
|
|
.board-background-select.js-select-background
|
|
|
|
span.background-box(class="board-color-{{this}}")
|
|
|
|
if isSelected
|
|
|
|
i.fa.fa-check
|
|
|
|
|
2017-02-22 17:33:17 +05:30
|
|
|
template(name="createBoard")
|
2015-05-27 17:17:00 +02:00
|
|
|
form
|
|
|
|
label
|
|
|
|
| {{_ 'title'}}
|
|
|
|
input.js-new-board-title(type="text" placeholder="{{_ 'bucket-example'}}" autofocus required)
|
|
|
|
if visibilityMenuIsOpen.get
|
|
|
|
+boardVisibilityList
|
|
|
|
else
|
|
|
|
p.quiet
|
|
|
|
if $eq visibility.get 'public'
|
|
|
|
span.fa.fa-globe.colorful
|
2015-06-12 13:59:39 +02:00
|
|
|
= " "
|
2015-05-27 17:17:00 +02:00
|
|
|
| {{{_ 'board-public-info'}}}
|
|
|
|
else
|
|
|
|
span.fa.fa-lock.colorful
|
2015-06-12 13:59:39 +02:00
|
|
|
= " "
|
2015-05-27 17:17:00 +02:00
|
|
|
| {{{_ 'board-private-info'}}}
|
2015-09-17 17:09:30 +02:00
|
|
|
a.js-change-visibility {{_ 'change'}}.
|
2015-05-27 17:17:00 +02:00
|
|
|
input.primary.wide(type="submit" value="{{_ 'create'}}")
|
2015-10-20 20:02:12 +02:00
|
|
|
span.quiet
|
|
|
|
| {{_ 'or'}}
|
2017-07-08 13:23:33 +01:00
|
|
|
a.js-import-board {{_ 'import-board'}}
|
2015-05-27 17:17:00 +02:00
|
|
|
|
2017-07-08 13:23:33 +01:00
|
|
|
template(name="chooseBoardSource")
|
2017-07-09 17:40:48 +01:00
|
|
|
ul.pop-over-list
|
2017-07-08 13:23:33 +01:00
|
|
|
li
|
2017-07-24 23:53:09 +01:00
|
|
|
a(href="{{pathFor '/import/trello'}}") {{_ 'from-trello'}}
|
2017-07-08 13:23:33 +01:00
|
|
|
li
|
2017-07-24 23:53:09 +01:00
|
|
|
a(href="{{pathFor '/import/wekan'}}") {{_ 'from-wekan'}}
|
2015-05-27 17:17:00 +02:00
|
|
|
|
|
|
|
template(name="boardChangeTitlePopup")
|
|
|
|
form
|
|
|
|
label
|
|
|
|
| {{_ 'title'}}
|
2015-09-01 14:38:07 +02:00
|
|
|
input.js-board-name(type="text" value=title autofocus)
|
2015-12-07 11:22:30 +08:00
|
|
|
label
|
|
|
|
| {{_ 'description'}}
|
|
|
|
textarea.js-board-desc= description
|
2015-05-27 17:17:00 +02:00
|
|
|
input.primary.wide(type="submit" value="{{_ 'rename'}}")
|
2015-06-06 14:48:36 +02:00
|
|
|
|
2015-08-23 11:09:48 +02:00
|
|
|
template(name="archiveBoardPopup")
|
2015-06-06 14:48:36 +02:00
|
|
|
p {{_ 'close-board-pop'}}
|
2015-12-09 19:08:17 -05:00
|
|
|
button.js-confirm.negate.full(type="submit") {{_ 'archive'}}
|
2017-07-09 15:14:33 +09:00
|
|
|
|
|
|
|
template(name="outgoingWebhooksPopup")
|
2017-08-30 00:52:55 -03:00
|
|
|
each integrations
|
|
|
|
form.integration-form
|
|
|
|
if title
|
|
|
|
h4 {{title}}
|
|
|
|
else
|
|
|
|
h4 {{_ 'no-name'}}
|
|
|
|
label
|
|
|
|
| URL
|
|
|
|
input.js-outgoing-webhooks-url(type="text" name="url" value=url)
|
|
|
|
input(type="hidden" value=_id name="id")
|
|
|
|
input.primary.wide(type="submit" value="{{_ 'save'}}")
|
|
|
|
form.integration-form
|
|
|
|
h4
|
2017-09-09 22:44:04 +03:00
|
|
|
| {{_ 'new-outgoing-webhook'}}
|
2017-07-09 15:14:33 +09:00
|
|
|
label
|
|
|
|
| URL
|
2017-08-30 00:52:55 -03:00
|
|
|
input.js-outgoing-webhooks-url(type="text" name="url" autofocus)
|
2017-07-09 15:14:33 +09:00
|
|
|
input.primary.wide(type="submit" value="{{_ 'save'}}")
|