2020-05-08 13:27:44 +00:00
|
|
|
sib-widget(name='hubl-template-project-title')
|
2020-01-08 09:58:59 +00:00
|
|
|
template
|
|
|
|
p ${value}
|
|
|
|
|
2019-12-09 17:23:47 +00:00
|
|
|
div.content-box__info
|
2020-04-21 09:43:01 +00:00
|
|
|
sib-link(class="backlink right" next='admin-project-list') Retour
|
2019-12-09 17:23:47 +00:00
|
|
|
|
2020-05-08 13:27:44 +00:00
|
|
|
sib-widget(name="hubl-admin-project-add-user")
|
2019-12-12 13:34:09 +00:00
|
|
|
template
|
|
|
|
sib-form(
|
|
|
|
data-holder
|
|
|
|
fields='user, project'
|
2020-02-03 13:39:14 +00:00
|
|
|
range-user=`${endpoints.users || endpoints.get.users}`
|
2019-12-12 13:34:09 +00:00
|
|
|
value-project='${src}'
|
|
|
|
widget-project='sib-form-hidden'
|
|
|
|
naked
|
|
|
|
)
|
|
|
|
|
2020-04-21 09:43:01 +00:00
|
|
|
h1.centered Créer un projet
|
2019-12-09 17:23:47 +00:00
|
|
|
|
2020-05-12 17:14:50 +00:00
|
|
|
sib-form.button-register(
|
2020-02-03 13:39:14 +00:00
|
|
|
data-src=`${endpoints.projects || endpoints.post.projects}`
|
2019-12-09 17:23:47 +00:00
|
|
|
|
2020-01-14 10:57:22 +00:00
|
|
|
fields='line-1(customer, name), line-3(project.description), fieldset-fee, line-4(businessProvider.name, businessProvider.fee), fieldset-captain, line-10(captain)'
|
2020-01-08 09:58:59 +00:00
|
|
|
|
|
|
|
class-fieldset-fee='fieldset'
|
2020-04-21 09:43:01 +00:00
|
|
|
value-fieldset-fee='Contributions'
|
2020-05-08 13:27:44 +00:00
|
|
|
widget-fieldset-fee='hubl-template-project-title'
|
2020-01-08 09:58:59 +00:00
|
|
|
|
|
|
|
class-fieldset-captain='fieldset'
|
2020-04-21 09:43:01 +00:00
|
|
|
value-fieldset-captain='Capitaine'
|
2020-05-08 13:27:44 +00:00
|
|
|
widget-fieldset-captain='hubl-template-project-title'
|
2019-12-09 17:23:47 +00:00
|
|
|
|
2020-04-21 09:43:01 +00:00
|
|
|
label-customer='Nom du client*'
|
2020-01-16 17:48:21 +00:00
|
|
|
class-customer='member-select form-label is-light is-half-width'
|
2020-02-03 13:39:14 +00:00
|
|
|
range-customer=`${endpoints.customers || endpoints.get.customers}`
|
2020-01-16 17:48:21 +00:00
|
|
|
widget-customer='sib-form-auto-completion'
|
2019-12-09 17:23:47 +00:00
|
|
|
|
2020-04-21 09:43:01 +00:00
|
|
|
label-name='Nom du projet*'
|
2020-01-06 16:40:58 +00:00
|
|
|
class-name='form-label is-light is-half-width'
|
2019-12-09 17:23:47 +00:00
|
|
|
|
2020-04-21 09:43:01 +00:00
|
|
|
label-project.description='Description du projet'
|
2020-01-06 16:40:58 +00:00
|
|
|
class-project.description='form-label is-light is-full-width'
|
|
|
|
widget-project.description='sib-form-textarea'
|
2019-12-09 17:23:47 +00:00
|
|
|
|
2020-04-21 09:43:01 +00:00
|
|
|
label-businessProvider.name='Apporteur d\'affaire*'
|
2020-01-06 16:40:58 +00:00
|
|
|
class-businessProvider.name='form-label is-light is-half-width'
|
2019-12-09 17:23:47 +00:00
|
|
|
|
2020-04-21 09:43:01 +00:00
|
|
|
label-businessProvider.fee='Contribution'
|
2020-01-06 16:40:58 +00:00
|
|
|
class-businessProvider.fee='form-label is-light is-half-width'
|
2019-12-09 17:23:47 +00:00
|
|
|
|
2020-04-21 09:43:01 +00:00
|
|
|
label-captain='Capitaine du projet'
|
2020-02-03 13:39:14 +00:00
|
|
|
range-captain=`${endpoints.users || endpoints.get.users}`
|
2020-01-06 16:40:58 +00:00
|
|
|
class-captain='member-select form-label is-light is-half-width'
|
|
|
|
widget-captain='sib-form-auto-completion'
|
2019-12-09 17:23:47 +00:00
|
|
|
|
|
|
|
next='admin-project-list'
|
|
|
|
|
2020-04-21 09:43:01 +00:00
|
|
|
submit-button='Enregistrer'
|
2019-12-09 17:23:47 +00:00
|
|
|
)
|