2020-05-18 08:47:43 +00:00
|
|
|
div.content-box__info.flex
|
2020-06-18 18:02:54 +00:00
|
|
|
solid-link(class="backlink right" next='admin-project-list') Retour
|
2019-12-09 17:23:47 +00:00
|
|
|
|
2020-06-18 18:02:54 +00:00
|
|
|
solid-widget(name="hubl-admin-project-add-user")
|
2019-12-12 13:34:09 +00:00
|
|
|
template
|
2020-06-18 18:02:54 +00:00
|
|
|
solid-form(
|
2019-12-12 13:34:09 +00:00
|
|
|
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}'
|
2020-06-18 18:02:54 +00:00
|
|
|
widget-project='solid-form-hidden'
|
2019-12-12 13:34:09 +00:00
|
|
|
naked
|
|
|
|
)
|
|
|
|
|
2020-06-15 18:12:57 +00:00
|
|
|
h1.centered Créer un nouveau projet
|
2019-12-09 17:23:47 +00:00
|
|
|
|
2020-08-31 09:15:10 +00:00
|
|
|
div#loader-projects-create.loader.loader-top
|
|
|
|
div
|
|
|
|
div
|
|
|
|
div
|
|
|
|
div
|
|
|
|
|
2020-06-18 18:02:54 +00:00
|
|
|
solid-form.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-09-01 10:45:39 +00:00
|
|
|
fields='status, line-1(customer.name, name), description, line-2(captain)'
|
2020-08-31 09:15:10 +00:00
|
|
|
loader-id='loader-projects-create'
|
2020-05-30 08:08:18 +00:00
|
|
|
|
2020-08-24 11:13:48 +00:00
|
|
|
label-status='Statut du cercle*'
|
2020-09-01 10:59:39 +00:00
|
|
|
widget-status='solid-form-hidden'
|
2020-06-15 18:12:57 +00:00
|
|
|
class-status='form-label is-light is-full-width'
|
2020-09-01 10:59:39 +00:00
|
|
|
value-status="Private"
|
2020-01-08 09:58:59 +00:00
|
|
|
|
2020-06-01 15:29:30 +00:00
|
|
|
label-description='Description du projet'
|
2020-06-15 18:12:57 +00:00
|
|
|
class-description='form-label is-light is-full-width input-text-like'
|
2020-06-18 18:02:54 +00:00
|
|
|
widget-description='solid-form-textarea'
|
2019-12-09 17:23:47 +00:00
|
|
|
|
2020-06-01 15:29:30 +00:00
|
|
|
label-customer.name='Nom du client*'
|
2020-06-15 18:12:57 +00:00
|
|
|
class-customer.name='form-label is-light is-half-width input-text-like'
|
2019-12-09 17:23:47 +00:00
|
|
|
|
2020-04-21 09:43:01 +00:00
|
|
|
label-name='Nom du projet*'
|
2020-06-13 14:10:50 +00:00
|
|
|
class-name='form-label is-light is-half-width input-text-like'
|
2019-12-09 17:23:47 +00:00
|
|
|
|
2020-06-01 15:29:30 +00:00
|
|
|
label-captain='Capitaine du projet*'
|
2020-02-03 13:39:14 +00:00
|
|
|
range-captain=`${endpoints.users || endpoints.get.users}`
|
2020-05-26 08:51:06 +00:00
|
|
|
class-captain='form-label is-light is-half-width'
|
2020-06-18 18:02:54 +00:00
|
|
|
widget-captain='solid-form-auto-completion'
|
2019-12-09 17:23:47 +00:00
|
|
|
|
2020-06-16 10:38:09 +00:00
|
|
|
class='input-text-like'
|
2020-05-30 08:08:18 +00:00
|
|
|
|
2020-06-18 18:02:54 +00:00
|
|
|
next='admin-project-list'
|
2019-12-09 17:23:47 +00:00
|
|
|
|
2020-05-30 08:08:18 +00:00
|
|
|
submit-button='Enregistrer et ajouter des membres'
|
2019-12-09 17:23:47 +00:00
|
|
|
)
|