2019-06-18 06:48:32 +00:00
|
|
|
.content-box.with-padding.with-form
|
2019-05-14 15:32:42 +00:00
|
|
|
h1 Post a new job offer
|
2019-03-25 15:35:36 +00:00
|
|
|
|
2020-06-18 18:02:54 +00:00
|
|
|
solid-form(
|
2020-02-03 13:39:14 +00:00
|
|
|
data-src=`${endpoints.joboffers || endpoints.post.joboffers}`
|
|
|
|
range-skills=`${endpoints.skills || endpoints.get.skills}`
|
2019-02-13 18:34:41 +00:00
|
|
|
|
2020-04-02 16:09:23 +00:00
|
|
|
fields='title, description, skills, closingDate'
|
2019-02-13 18:34:41 +00:00
|
|
|
|
2019-05-31 18:37:14 +00:00
|
|
|
class-title='field form-label is-light is-expanded'
|
|
|
|
label-title='Title*'
|
2019-05-14 15:32:42 +00:00
|
|
|
|
2019-05-31 18:37:14 +00:00
|
|
|
class-description='field form-label is-light is-expanded'
|
|
|
|
label-description='Description*'
|
2020-06-18 18:02:54 +00:00
|
|
|
widget-description='solid-form-textarea'
|
2019-05-16 18:38:08 +00:00
|
|
|
|
2020-04-08 10:57:05 +00:00
|
|
|
class-skills='form-label is-dark select-skills'
|
2019-05-31 18:37:14 +00:00
|
|
|
label-skills='The required skills for this mission:*'
|
2020-06-18 18:02:54 +00:00
|
|
|
multiple-skills='solid-multiple-select'
|
|
|
|
widget-skills='solid-form-auto-completion'
|
2019-06-07 09:01:34 +00:00
|
|
|
|
|
|
|
class-closingDate='form-label is-dark'
|
|
|
|
label-closingDate='Publication end date:*'
|
2020-06-18 18:02:54 +00:00
|
|
|
widget-closingDate='solid-form-date'
|
2019-05-14 15:32:42 +00:00
|
|
|
|
2019-06-07 09:01:34 +00:00
|
|
|
next='job-offers'
|
2019-05-14 15:32:42 +00:00
|
|
|
)
|