2019-05-14 15:32:42 +00:00
|
|
|
div.job-offers__main
|
2019-03-25 15:35:36 +00:00
|
|
|
|
2019-05-15 12:49:43 +00:00
|
|
|
include templates/hd-user-avatar.pug
|
2019-03-25 15:35:36 +00:00
|
|
|
include templates/template-groups.pug
|
|
|
|
include templates/template-skills.pug
|
2019-04-15 21:11:56 +00:00
|
|
|
include templates/template-joboffers-filter.pug
|
2019-05-17 16:12:57 +00:00
|
|
|
|
|
|
|
sib-widget(name='hd-contact-author')
|
|
|
|
template
|
|
|
|
sib-link(next='member-chat', data-src="${value['@id']}") Send a message
|
|
|
|
|
2019-05-14 15:32:42 +00:00
|
|
|
div.job-offers__content
|
2019-05-13 16:50:34 +00:00
|
|
|
h1 New offers
|
2018-12-11 12:42:53 +00:00
|
|
|
span Here you can find and post offers
|
2018-11-19 18:45:42 +00:00
|
|
|
sib-display#offers-list(
|
|
|
|
data-src=`${sdn}/job-offers/`,
|
2019-05-17 16:12:57 +00:00
|
|
|
data-fields='user-thumb, creationDate, title, description, skills, author',
|
2019-01-09 14:14:01 +00:00
|
|
|
|
|
|
|
set-user-thumb='author.account.picture, author.first_name, author.groups',
|
2019-05-15 12:49:43 +00:00
|
|
|
widget-author.account.picture='hd-user-avatar',
|
2019-03-25 15:35:36 +00:00
|
|
|
widget-author.groups='groups-name',
|
|
|
|
multiple-author.groups,
|
2019-01-09 14:14:01 +00:00
|
|
|
|
2019-05-02 16:32:20 +00:00
|
|
|
widget-skills='skills-name',
|
2019-03-25 15:35:36 +00:00
|
|
|
multiple-skills,
|
2019-01-09 14:14:01 +00:00
|
|
|
|
2019-05-17 16:12:57 +00:00
|
|
|
widget-author='hd-contact-author',
|
2018-12-17 14:16:07 +00:00
|
|
|
|
2018-12-17 12:58:03 +00:00
|
|
|
search-range-skills=`${sdn}/skills/`,
|
2019-04-15 21:11:56 +00:00
|
|
|
search-fields='content, open, skills',
|
2019-03-08 14:04:00 +00:00
|
|
|
|
|
|
|
set-content='title, description',
|
|
|
|
|
|
|
|
search-label-content='Search by keyword',
|
|
|
|
search-label-skills='Search by skills',
|
|
|
|
|
|
|
|
search-widget-content='sib-form-placeholder-text',
|
|
|
|
search-widget-skills='sib-form-placeholder-dropdown',
|
2019-04-15 21:11:56 +00:00
|
|
|
search-widget-open='joboffers-filter'
|
2018-11-19 18:45:42 +00:00
|
|
|
)
|
2019-04-22 14:13:24 +00:00
|
|
|
|
2019-05-14 15:32:42 +00:00
|
|
|
div.job-offers__newoffer
|
2018-12-12 23:35:23 +00:00
|
|
|
template#groups-list-template
|
|
|
|
p ${value}
|
2019-05-13 16:50:34 +00:00
|
|
|
sib-link(next="job-offer-create").plus-button
|
2018-12-09 18:56:56 +00:00
|
|
|
div.icon-plus
|
2018-12-11 12:42:53 +00:00
|
|
|
div Post a new offer
|