2020-06-18 18:02:54 +00:00
|
|
|
solid-router(default-route='project-profile', hidden)
|
|
|
|
solid-route(name='project-profile')
|
|
|
|
solid-route(name='project-edit')
|
2019-03-25 15:35:36 +00:00
|
|
|
|
2019-12-18 18:50:47 +00:00
|
|
|
#project-profile(hidden)
|
2020-05-08 13:27:44 +00:00
|
|
|
include ../../templates/hubl-captain.pug
|
|
|
|
include ../../templates/hubl-circle-team.pug
|
|
|
|
include ../../templates/hubl-project-team.pug
|
2019-12-18 18:50:47 +00:00
|
|
|
|
2020-05-18 08:47:43 +00:00
|
|
|
.content-box__info.flex
|
2019-12-18 18:50:47 +00:00
|
|
|
|
2020-06-11 13:20:20 +00:00
|
|
|
.flex.space-between.with-padding.mobile-vertical-align
|
2020-06-18 18:02:54 +00:00
|
|
|
solid-display.mobile-margin__bottom(
|
2019-12-18 18:50:47 +00:00
|
|
|
bind-resources
|
|
|
|
fields='creationDateSet(title, creationDate)'
|
|
|
|
|
2019-12-19 13:10:09 +00:00
|
|
|
class-title='word-spacing-right'
|
|
|
|
|
2020-04-21 16:30:19 +00:00
|
|
|
value-title='Date de création : '
|
2019-12-18 18:50:47 +00:00
|
|
|
|
2020-06-18 18:02:54 +00:00
|
|
|
widget-creationDate='solid-display-date'
|
2019-12-18 18:50:47 +00:00
|
|
|
)
|
2020-06-18 18:02:54 +00:00
|
|
|
solid-ac-checker(permission='acl:Append', bind-resources, nested-field='members')
|
|
|
|
solid-link(class='button mobile-full-width text-bold text-uppercase reversed button-primary bordered with-icon icon-pencil' next='project-edit' bind-resources) Modifier et ajouter un membre
|
2020-05-28 21:17:16 +00:00
|
|
|
|
2020-06-18 18:02:54 +00:00
|
|
|
solid-display(
|
2020-06-15 10:59:43 +00:00
|
|
|
class='flex desktop-button__end'
|
2020-05-28 21:17:16 +00:00
|
|
|
bind-resources
|
|
|
|
nested-field='members'
|
|
|
|
fields='relation'
|
|
|
|
|
|
|
|
action-relation='relation'
|
|
|
|
widget-relation='hubl-project-leave-button'
|
|
|
|
|
|
|
|
search-fields='user'
|
2020-06-18 18:02:54 +00:00
|
|
|
search-widget-user='solid-form-hidden'
|
2020-05-28 21:17:16 +00:00
|
|
|
search-value-user=""
|
2018-11-21 02:06:38 +00:00
|
|
|
|
2020-05-28 21:17:16 +00:00
|
|
|
hubl-inherit-user-id="search-value-user"
|
|
|
|
)
|
2018-11-21 02:06:38 +00:00
|
|
|
|
2020-06-15 10:59:43 +00:00
|
|
|
.flex.space-between
|
2020-06-18 18:02:54 +00:00
|
|
|
solid-display(
|
2019-12-18 18:50:47 +00:00
|
|
|
bind-resources
|
|
|
|
fields='label-captain, captain'
|
|
|
|
|
2020-04-21 16:30:19 +00:00
|
|
|
value-label-captain='Capitaine :'
|
2019-12-18 18:50:47 +00:00
|
|
|
class-label-captain='h2-like'
|
2020-05-08 13:27:44 +00:00
|
|
|
widget-captain='hubl-captain'
|
2019-12-18 18:50:47 +00:00
|
|
|
)
|
2020-06-18 18:02:54 +00:00
|
|
|
solid-display(
|
2019-12-18 18:50:47 +00:00
|
|
|
class='customer-logo'
|
|
|
|
bind-resources
|
|
|
|
fields='customer.logo'
|
|
|
|
|
2020-06-18 18:02:54 +00:00
|
|
|
widget-customer.logo='solid-display-img'
|
2019-12-18 18:50:47 +00:00
|
|
|
)
|
|
|
|
|
2020-04-21 16:30:19 +00:00
|
|
|
h2 Equipe :
|
2019-12-18 18:50:47 +00:00
|
|
|
|
2020-06-18 18:02:54 +00:00
|
|
|
solid-display.block(
|
2019-12-18 18:50:47 +00:00
|
|
|
bind-resources
|
2019-12-20 15:09:18 +00:00
|
|
|
fields='members'
|
2019-12-18 18:50:47 +00:00
|
|
|
|
2019-12-20 15:09:18 +00:00
|
|
|
multiple-members
|
2020-06-15 10:59:43 +00:00
|
|
|
widget-members='hubl-project-team'
|
2019-12-18 18:50:47 +00:00
|
|
|
)
|
|
|
|
|
2020-05-28 21:17:16 +00:00
|
|
|
|
2020-06-18 18:02:54 +00:00
|
|
|
solid-widget(name='hubl-project-leave-button')
|
2019-12-18 18:50:47 +00:00
|
|
|
template
|
2020-06-18 18:02:54 +00:00
|
|
|
solid-delete(
|
2020-06-12 10:19:45 +00:00
|
|
|
class='button desktop-btn-margin__left text-bold text-uppercase reversed button-secondary bordered with-icon icon-close'
|
2019-12-18 18:50:47 +00:00
|
|
|
data-src="${src}"
|
2020-04-21 16:30:19 +00:00
|
|
|
data-label='Quitter le groupe'
|
2019-12-18 18:50:47 +00:00
|
|
|
)
|
2019-01-09 14:14:01 +00:00
|
|
|
|
2020-06-11 13:20:20 +00:00
|
|
|
#project-edit.content-box__height(hidden)
|
2019-12-18 18:50:47 +00:00
|
|
|
include page-project-edit.pug
|