Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • applications/knowledge-base/knowledgebase-front
  • HannaP/knowledgebase-front
  • novalore/knowledgebase-front
3 results
Show changes
Commits on Source (7)
Showing
with 15 additions and 38 deletions
......@@ -164,3 +164,6 @@ sib-widget(name="cs-form-file-custom" )
sib-form-file(upload-url=`${sdn}upload/` name="preview_image")
sib-widget(name="iframe-video-resource" )
template
div ${value}
\ No newline at end of file
include ../../components/widgets
figure.logo
img(src="../images/logo.png"
alt="Coopstarter")
......
include ../../components/widgets
div.container_min
h2.title_lead.fd_bleu=`${data.MyAccount}`
......
include ../../components/widgets
h2.title_create= data.EditYourAccount
sib-form#entrepreneur_profile_edition.block_log.block_creat_count(
......
include ../../components/widgets
.block_log.block_creat_count.no_shadow
sib-link(class="backlink", next="entrepreneur-resource-list")
.like
......@@ -15,7 +13,7 @@ include ../../components/widgets
fields='name, steps, format.name, \
submitter_info(submitter.account.picture, submitter.name, \
submitter.mentorProfile.organisation.name, skills, uri, broken),\
content(preview_image, tags),\
content(preview_image, iframe_link, tags),\
description, review.reviewer.account.picture, review.reviewer.name,\
copyright, specifications(\
header_specifications, author, country.name, language.name,\
......@@ -45,6 +43,8 @@ include ../../components/widgets
widget-review.reviewer.name='cs-resource-reviewer'
class-review.reviewer.name="validator_ressource"
widget-header_specifications='cs-section_header'
widget-iframe_link='iframe-video-resource'
label-broken=`${data.ReportBrokenLink}`
label-sharing=`${data.Access}`
......
include ../../components/widgets
sib-router
sib-route( name='resource-report-broken-link-entrepreneur', use-id)
......
include ../components/widgets
div.container_min
h2.title_lead.fd_bleu=`${data.generalLabel}`
button.button_dark.pull-right= `${data.WatchThePresentation}`
......
include ../../components/widgets
figure.logo
img(src="../images/logo.png"
alt="Coopstarter")
......
include ../../components/widgets
div.container_min
h2.title_lead.fd_bleu=`${data.MyAccount}`
......
include ../../components/widgets
h2.title_create= data.EditYourAccount
sib-form#mentor_profile_edition.block_log.block_creat_count(
......
include ../../components/widgets
.block_log.block_creat_count.no_shadow
sib-link(class="backlink", next="mentor-resource-list")
.like
......
include ../../components/widgets
h2.title_lead_avenir=`${data.PostResource}`
p.p_entete=`${data.ThankYouEnrichingDatabase}`
......@@ -80,6 +78,8 @@ p.p_entete=`${data.ThankYouEnrichingDatabase}`
upload-url-preview_image=`${sdn}upload/`
widget-preview_image='cs-form-file-custom'
class-preview_image='input_photo w_25'
widget-iframe_link='sib-form-textarea'
submit-button=`${data.SendForValidation}`
next="resource-creation-confirmation"
......
include ../../components/widgets
.block_log.block_creat_count.no_shadow
sib-link(class="backlink", next="mentor-resource-list")
.like
......@@ -16,7 +14,7 @@ include ../../components/widgets
fields='name, steps, format.name,\
submitter_info(submitter.account.picture, submitter.name, \
submitter.mentorProfile.organisation.name, skills, uri, broken),\
content(preview_image, tags),\
content(preview_image, iframe_link, tags),\
description, review.reviewer.account.picture, review.reviewer.name,\
copyright, specifications(\
header_specifications, author, country, language.name,\
......@@ -54,6 +52,7 @@ include ../../components/widgets
label-publication_year=`${data.DatePublication}`
label-header_specifications=`${data.ResourceSpecifications}`
label-format.name=''
widget-iframe_link='iframe-video-resource'
widget-steps='cs-display-step-property'
label-steps=''
......
include ../../components/widgets
h2.title_lead_avenir=`${data.EditResource}`
p.p_entete=`${data.ThankYouEnrichingDatabase}`
......@@ -18,6 +16,7 @@ p.p_entete=`${data.ThankYouEnrichingDatabase}`
widget-header_classification='cs-section_header'
widget-header_access='cs-section_header'
widget-header_related='cs-section_header'
widget-iframe_link='sib-form-textarea'
range-type=`${endpoints.types}`
range-format=`${endpoints.formats}`
......
include ../../components/widgets
sib-router
sib-route( name='confirm_suppress', use-id)
sib-route( name='resource-report-broken-link-mentor', use-id)
......
include ../../components/widgets
sib-router
sib-route(name='improvement-dialog')
sib-route(name='refusal-dialog')
......
include ../../components/widgets
.block_log.block_creat_count.no_shadow
sib-link(class="backlink", next="public-resource-list")
.like
......@@ -16,7 +14,7 @@ include ../../components/widgets
fields='name, steps, format.name,\
submitter_info(submitter.account.picture, submitter.name, \
submitter.mentorProfile.organisation.name, skills, uri, broken),\
content(preview_image, tags),\
content(preview_image, iframe_link, tags),\
description, review.reviewer.account.picture, review.reviewer.name,\
copyright, specifications(\
header_specifications, author, country.name, language.name,\
......@@ -46,6 +44,7 @@ include ../../components/widgets
widget-review.reviewer.name='cs-resource-reviewer'
class-review.reviewer.name="validator_ressource"
widget-header_specifications='cs-section_header'
widget-iframe_link='iframe-video-resource'
label-broken=`${data.ReportBrokenLink}`
label-sharing=`${data.Access}`
......
include ../../components/widgets
sib-router
sib-route( name='resource-report-broken-link-public', use-id)
......
......@@ -9,6 +9,8 @@ html
sib-route(name='entrepreneur-dashboard')
sib-route(name='public-dashboard')
include includes/components/widgets.pug
body
#mentor-dashboard(hidden).no-sidebar
include includes/mentor/dashboard.pug
......