Skip to content
Snippets Groups Projects
Commit c2ec8e6b authored by Alice Poggioli's avatar Alice Poggioli
Browse files

WIP: Search resource by keyword in entrepreneur dashboard.

parent ab8e97cb
No related branches found
No related tags found
2 merge requests!30Feature/mentor edit account,!29Feature/entrepreneur account
...@@ -8,9 +8,9 @@ header#header(role='banner') ...@@ -8,9 +8,9 @@ header#header(role='banner')
section#home section#home
h1 Mentorship program div.container_min
h2.title_lead.fd_bleu International index of resources for cooperative mentors and entrepreneurs
p International index of resources for cooperative mentors and entrepreneurs button.button_dark.pull-right Watch the presentation
//TODO: //TODO:
//-Distinguish the search form from the listing //-Distinguish the search form from the listing
......
h2 Request a ressource h2 Request a ressource
sib-link(class="backlink", next="entrepreneur-resource-list")
p You can't find a resource you are looking for ? You need resources to acquire certain skills or progress in your cooperative developement ? It can be a book, a document model, a tutorial, anything you need, make a request to our mentors so they know how to help you. p You can't find a resource you are looking for ? You need resources to acquire certain skills or progress in your cooperative developement ? It can be a book, a document model, a tutorial, anything you need, make a request to our mentors so they know how to help you.
...@@ -39,6 +40,6 @@ p You can't find a resource you are looking for ? You need resources to acquire ...@@ -39,6 +40,6 @@ p You can't find a resource you are looking for ? You need resources to acquire
next="entrepreneur-request-validation" next="entrepreneur-request-validation"
) )
sib-link(class="backlink", next="entrepreneur-resource-list") Back to the dashboard
include ../../components/widgets include ../../components/widgets
p: a Watch a video presentation
h2 Search for a resource
h2.title_form Search for a resource
#circles #circles
sib-display#circles-list( sib-display#circles-list(
data-src=`${endpoints.resources}`, data-src=`${endpoints.resources}`,
fields='name, description, format, info(author, publication_year, language.name), steps', fields='search(name, description, author)',
search-fields='name, description, format', search-fields='name, description, author',
widget-format='cs-resource-format-name', widget-format='cs-resource-format-name',
multiple-format, multiple-format,
widget-header_search='cs-section_header',
widget-steps='cs-resource-format-name', widget-steps='cs-resource-format-name',
multiple-steps, multiple-steps,
paginate-by="1" paginate-by="10"
next='detail' next='detail'
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment