-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
159 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ interface Props { | |
} | ||
defineProps<Props>() | ||
defineEmits(['back']) | ||
</script> | ||
|
||
<template> | ||
|
@@ -20,15 +21,17 @@ defineProps<Props>() | |
<div as="h3" class="utrecht-heading-2"> | ||
Resultaat | ||
</div> | ||
<p class="rvo-alert rvo-alert--info rvo-alert--padding-md"> | ||
<p class="rvo-alert--success rvo-alert--padding-md"> | ||
<span v-html="conclusion" class="rvo-text--italic rvo-text--xl --rvo-font-sans-serif-font-family"></span> | ||
<slot /> | ||
</p> | ||
|
||
<!-- Labels section --> | ||
<SubResult | ||
:topic="topic" | ||
:labels="labels"/> | ||
:labels="labels" | ||
title="Resultaten" | ||
conclusion="conclusion"/> | ||
|
||
<!--Obligation/Verplichtingen section--> | ||
<p style="white-space: pre-line" class="rvo-text--bold rvo-text--md --rvo-font-sans-serif-font-family"> | ||
|
@@ -37,15 +40,34 @@ defineProps<Props>() | |
</p> | ||
|
||
<!--Contact section--> | ||
<p class="rvo-text--md --rvo-font-sans-serif-font-family"> | ||
Mocht u vragen of opmerkingen hebben naar aanleiding van deze beslisboom, mail dan gerust naar | ||
<a href="mailto:[email protected]" target="_blank" | ||
class="text-blue-700 underline">[email protected]</a>. | ||
<slot /> | ||
</p> | ||
<div class="rvo-alert rvo-alert--info rvo-alert--padding-md"> | ||
<span | ||
class="utrecht-icon rvo-icon rvo-icon-info rvo-icon--xl rvo-status-icon-info" | ||
role="img" | ||
aria-label="Info" | ||
></span> | ||
<div class="rvo-alert-text"> | ||
<div> | ||
<div> | ||
Mocht u vragen of opmerkingen hebben naar aanleiding van deze beslisboom, mail dan gerust naar | ||
<a href="mailto:[email protected]" class="rvo-link rvo-link--logoblauw">[email protected]</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!--Sources section--> | ||
<Sources :sources="sources" /> | ||
|
||
<div class="rvo-layout-margin-vertical--2xl"> | ||
<button | ||
@click="$emit('back')" | ||
type="button" | ||
class="flex utrecht-button utrecht-button--secondary-action rvo-layout-row rvo-layout-gap--md utrecht-button--rvo-md rvo-link--no-underline " | ||
> | ||
Vorige vraag | ||
</button> | ||
</div> | ||
|
||
</div> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters