new configuration version

This commit is contained in:
haburger 2025-05-08 14:39:36 +00:00
parent 9713eb8e12
commit 2b4d8cfe03
68 changed files with 474 additions and 63 deletions

View File

@ -44,7 +44,7 @@ spec:
podDisruptionBudget:
maxUnavailable: "50%"
git:
tag: "r-fc7a118257337a208e316ee6a4462321aa742800"
tag: "r-211acafb447f5001c77c83fee80bc5a7815336be"
dir: "DEFAULT-ADN-AGOV-ADMIN-PROJECT/DEFAULT-ADN-AGOV-ADMIN-INV/logrend"
credentials: "git-credentials"
podSecurity:

View File

@ -31,9 +31,9 @@
<div class="flex flex-col sm:flex-row-reverse gap-4">
<agov-button
class="block basis-full"
data-name="confirm"
data-name="continue"
data-value="true"
data-id="confirm"
data-id="continue"
data-label="$text.get("agov-ident.retry")"
data-type="submit"
data-fullwidth="true">

View File

@ -3,7 +3,7 @@
$text.get("footer.text")
<a target="_blank" class='text-hyperlink dark:text-dark-hyperlink underline' href='$text.get("footer.link")'>$text.get("footer.link.label")</a>
</div>
<p>1.10.3.local-20250507T160313Z-haburger: Thu May 8 16:06:47 CEST 2025</p>
<p>1.10.3.local-20250507T160313Z-haburger: Thu May 8 16:27:08 CEST 2025</p>
</footer>
<script src="${login.appDataPath}/static/bundle.js"></script>
</body>

View File

@ -17,5 +17,3 @@
* Club GreenSock members, the agreement issued with that membership.
* @author: Jack Doyle, jack@greensock.com
*/
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

View File

@ -0,0 +1,55 @@
#parse("${templatePath}/op_header.vm")
<agov-backdrop></agov-backdrop>
<div id="mainContent" class="container mx-auto sm:mt-32 sm:max-w-full flex flex-auto sm:block">
<div class="flex flex-col-reverse sm:flex-row justify-evenly items-center gap-5 w-full">
<div class="flex flex-col sm:bg-white sm:dark:bg-surface-black rounded-[20px] sm:px-10 sm:py-10 max-w-[550px] w-full
basis-full md:basis-1/2">
<div class="flex mb-6 items-baseline">
<h3 class="font-header text-h3 text-space-blue dark:text-white mr-3">$text.get("agov-ident.onboarding")</h3>
<h4 class="font-header text-h4 text-disabled-grey dark:text-silver">$text.get("agov-ident.failed.title")</h4>
</div>
<div class="flex rounded-xl bg-warning-background dark:bg-dark-warning items-center p-4 mb-4">
<i class="fa-regular fa-check-circle rounded-full p-3 text-warning dark:text-warning-background bg-warning/10 dark:bg-[#FF9A00] dark:bg-dark-warning-icon mr-4 text-xl leading-none"></i>
<div>
<p class="font-body text-body-l text-space-blue">
$text.get("agov-ident.failed.message")
</p>
</div>
</div>
<p class="font-body text-body-l text-space-blue dark:text-white mb-40 sm:mb-28">
$text.get("agov-ident.failed.instruction")
</p>
#set ($formTarget = $utils.escapeHtmlAttribute($gui.target.replaceAll('&?language=[^&]*','')))
<form id="$gui.name" name="$gui.name" method="POST" target="_self" action="$formTarget" autocomplete="off" accept-charset="UTF-8" class="flex flex-col flex-auto block ">
<div class="w-full sm:static mt-auto mb-6 sm:mb-0">
<div class="flex flex-col sm:flex-row-reverse gap-4">
<agov-button
class="block basis-full"
data-name="continue"
data-value="true"
data-id="continue"
data-label="$text.get("agov-ident.retry")"
data-type="submit"
data-fullwidth="true">
</agov-button>
</div>
</div>
</form>
</div>
<img alt="" src="${login.appDataPath}/static/images/something_wrong.svg"
class="md:max-w-[520px] max-w-[350px] sm:max-w-[300px] w-full md:basis-1/2 dark:hidden block sm:hidden md:block">
<img alt="" src="${login.appDataPath}/static/images/something_wrong-dark.svg"
class="md:max-w-[520px] max-w-[350px] sm:max-w-[300px] w-full md:basis-1/2 hidden dark:block dark:sm:hidden dark:md:block">
</div>
</div>
#parse("${templatePath}/footer.vm")

View File

@ -0,0 +1,39 @@
#parse("${templatePath}/op_header.vm")
<agov-backdrop></agov-backdrop>
<div id="mainContent" class="container mx-auto sm:mt-32 sm:max-w-full flex flex-auto sm:block">
<div class="flex flex-col-reverse sm:flex-row justify-evenly items-center gap-5 w-full">
<div class="flex flex-col sm:bg-white sm:dark:bg-surface-black rounded-[20px] sm:px-10 sm:py-10 max-w-[550px] w-full
basis-full md:basis-1/2">
<div class="flex mb-6 items-baseline">
<h3 class="font-header text-h3 text-space-blue dark:text-white mr-3">$text.get("agov-ident.onboarding")</h3>
<h4 class="font-header text-h4 text-disabled-grey dark:text-silver">$text.get("agov-ident.invalid-url.title")</h4>
</div>
<div class="error flex rounded-xl bg-error-background dark:bg-dark-error-background items-center p-4 mb-4">
<i class="fa-regular fa-exclamation-circle rounded-full p-3 text-error dark:text-dark-error bg-error/10 dark:bg-dark-error-icon mr-4 text-xl leading-none"></i>
<p class="font-body text-body-l text-space-blue dark:text-white">
$text.get("agov-ident.invalid-url.message")
</p>
</div>
<p class="font-body text-body-l text-space-blue dark:text-white mb-40 sm:mb-28">
$text.get("agov-ident.invalid-url.instruction")
</p>
#set ($formTarget = $utils.escapeHtmlAttribute($gui.target.replaceAll('&?language=[^&]*','')))
<form id="$gui.name" name="$gui.name" method="POST" target="_self" action="$formTarget" autocomplete="off" accept-charset="UTF-8" class="flex flex-col flex-auto block ">
</form>
</div>
<img alt="" src="${login.appDataPath}/static/images/404.svg"
class="md:max-w-[520px] max-w-[350px] sm:max-w-[300px] w-full md:basis-1/2 dark:hidden block sm:hidden md:block">
<img alt="" src="${login.appDataPath}/static/images/404-dark.svg"
class="md:max-w-[520px] max-w-[350px] sm:max-w-[300px] w-full md:basis-1/2 hidden dark:block dark:sm:hidden dark:md:block">
</div>
</div>
#parse("${templatePath}/footer.vm")

View File

@ -0,0 +1,38 @@
#parse("${templatePath}/op_header.vm")
<agov-backdrop></agov-backdrop>
<div id="mainContent" class="container mx-auto sm:mt-32 sm:max-w-full flex flex-auto sm:block">
<div class="flex flex-col-reverse sm:flex-row justify-evenly items-center gap-5 w-full">
<div class="flex flex-col sm:bg-white sm:dark:bg-surface-black rounded-[20px] sm:px-10 sm:py-10 max-w-[550px] w-full
basis-full md:basis-1/2">
<div class="flex mb-6 items-baseline">
<h3 class="font-header text-h3 text-space-blue dark:text-white mr-3">$text.get("agov-ident.onboarding")</h3>
<h4 class="font-header text-h4 text-disabled-grey dark:text-silver">$text.get("agov-ident.done.title")</h4>
</div>
<div class="success flex rounded-xl bg-success-background dark:bg-dark-success-background items-center p-4 mb-4 sm:mb-64">
<i class="fa-regular fa-check-circle rounded-full p-3 text-success dark:text-dark-success bg-success/10 dark:bg-dark-success-icon mr-4 text-xl leading-none"></i>
<div>
<p class="font-body text-body-l text-space-blue dark:text-white">
$text.get("agov-ident.done.message")
</p>
</div>
</div>
#set ($formTarget = $utils.escapeHtmlAttribute($gui.target.replaceAll('&?language=[^&]*','')))
<form id="$gui.name" name="$gui.name" method="POST" target="_self" action="$formTarget" autocomplete="off" accept-charset="UTF-8" class="flex flex-col flex-auto block ">
</form>
</div>
<img alt="" src="${login.appDataPath}/static/images/insufficient_rights.svg"
class="md:max-w-[520px] max-w-[350px] sm:max-w-[300px] w-full md:basis-1/2 dark:hidden block sm:hidden md:block">
<img alt="" src="${login.appDataPath}/static/images/insufficient_rights-dark.svg"
class="md:max-w-[520px] max-w-[350px] sm:max-w-[300px] w-full md:basis-1/2 hidden dark:block dark:sm:hidden dark:md:block">
</div>
</div>
#parse("${templatePath}/footer.vm")

View File

@ -3,7 +3,7 @@
$text.get("footer.text")
<a target="_blank" class='text-hyperlink dark:text-dark-hyperlink underline' href='$text.get("footer.link")'>$text.get("footer.link.label")</a>
</div>
<p>1.10.1.2834-20250424T103516Z</p>
<p>1.10.3.local-20250507T160313Z-haburger: Thu May 8 16:27:08 CEST 2025</p>
</footer>
<script src="${login.appDataPath}/static/bundle.js"></script>
</body>

View File

@ -39,7 +39,7 @@
data-name="continue">
</agov-questionnaire-radio-button>
<div id="buttons" class="w-full sm:static mt-auto mb-6 sm:mb-0 mt-24 sm:mt-24">
<div id="buttons" class="w-full sm:static mt-auto mb-6 sm:mb-0 sm:mt-24">
<div class="flex sm:flex-row-reverse flex-col gap-2">
<agov-button
id="questionnaire_continue_btn"

View File

@ -17,5 +17,3 @@
* Club GreenSock members, the agreement issued with that membership.
* @author: Jack Doyle, jack@greensock.com
*/
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

View File

@ -0,0 +1,55 @@
#parse("${templatePath}/op_header.vm")
<agov-backdrop></agov-backdrop>
<div id="mainContent" class="container mx-auto sm:mt-32 sm:max-w-full flex flex-auto sm:block">
<div class="flex flex-col-reverse sm:flex-row justify-evenly items-center gap-5 w-full">
<div class="flex flex-col sm:bg-white sm:dark:bg-surface-black rounded-[20px] sm:px-10 sm:py-10 max-w-[550px] w-full
basis-full md:basis-1/2">
<div class="flex mb-6 items-baseline">
<h3 class="font-header text-h3 text-space-blue dark:text-white mr-3">$text.get("agov-ident.onboarding")</h3>
<h4 class="font-header text-h4 text-disabled-grey dark:text-silver">$text.get("agov-ident.failed.title")</h4>
</div>
<div class="flex rounded-xl bg-warning-background dark:bg-dark-warning items-center p-4 mb-4">
<i class="fa-regular fa-check-circle rounded-full p-3 text-warning dark:text-warning-background bg-warning/10 dark:bg-[#FF9A00] dark:bg-dark-warning-icon mr-4 text-xl leading-none"></i>
<div>
<p class="font-body text-body-l text-space-blue">
$text.get("agov-ident.failed.message")
</p>
</div>
</div>
<p class="font-body text-body-l text-space-blue dark:text-white mb-40 sm:mb-28">
$text.get("agov-ident.failed.instruction")
</p>
#set ($formTarget = $utils.escapeHtmlAttribute($gui.target.replaceAll('&?language=[^&]*','')))
<form id="$gui.name" name="$gui.name" method="POST" target="_self" action="$formTarget" autocomplete="off" accept-charset="UTF-8" class="flex flex-col flex-auto block ">
<div class="w-full sm:static mt-auto mb-6 sm:mb-0">
<div class="flex flex-col sm:flex-row-reverse gap-4">
<agov-button
class="block basis-full"
data-name="continue"
data-value="true"
data-id="continue"
data-label="$text.get("agov-ident.retry")"
data-type="submit"
data-fullwidth="true">
</agov-button>
</div>
</div>
</form>
</div>
<img alt="" src="${login.appDataPath}/static/images/something_wrong.svg"
class="md:max-w-[520px] max-w-[350px] sm:max-w-[300px] w-full md:basis-1/2 dark:hidden block sm:hidden md:block">
<img alt="" src="${login.appDataPath}/static/images/something_wrong-dark.svg"
class="md:max-w-[520px] max-w-[350px] sm:max-w-[300px] w-full md:basis-1/2 hidden dark:block dark:sm:hidden dark:md:block">
</div>
</div>
#parse("${templatePath}/footer.vm")

View File

@ -0,0 +1,39 @@
#parse("${templatePath}/op_header.vm")
<agov-backdrop></agov-backdrop>
<div id="mainContent" class="container mx-auto sm:mt-32 sm:max-w-full flex flex-auto sm:block">
<div class="flex flex-col-reverse sm:flex-row justify-evenly items-center gap-5 w-full">
<div class="flex flex-col sm:bg-white sm:dark:bg-surface-black rounded-[20px] sm:px-10 sm:py-10 max-w-[550px] w-full
basis-full md:basis-1/2">
<div class="flex mb-6 items-baseline">
<h3 class="font-header text-h3 text-space-blue dark:text-white mr-3">$text.get("agov-ident.onboarding")</h3>
<h4 class="font-header text-h4 text-disabled-grey dark:text-silver">$text.get("agov-ident.invalid-url.title")</h4>
</div>
<div class="error flex rounded-xl bg-error-background dark:bg-dark-error-background items-center p-4 mb-4">
<i class="fa-regular fa-exclamation-circle rounded-full p-3 text-error dark:text-dark-error bg-error/10 dark:bg-dark-error-icon mr-4 text-xl leading-none"></i>
<p class="font-body text-body-l text-space-blue dark:text-white">
$text.get("agov-ident.invalid-url.message")
</p>
</div>
<p class="font-body text-body-l text-space-blue dark:text-white mb-40 sm:mb-28">
$text.get("agov-ident.invalid-url.instruction")
</p>
#set ($formTarget = $utils.escapeHtmlAttribute($gui.target.replaceAll('&?language=[^&]*','')))
<form id="$gui.name" name="$gui.name" method="POST" target="_self" action="$formTarget" autocomplete="off" accept-charset="UTF-8" class="flex flex-col flex-auto block ">
</form>
</div>
<img alt="" src="${login.appDataPath}/static/images/404.svg"
class="md:max-w-[520px] max-w-[350px] sm:max-w-[300px] w-full md:basis-1/2 dark:hidden block sm:hidden md:block">
<img alt="" src="${login.appDataPath}/static/images/404-dark.svg"
class="md:max-w-[520px] max-w-[350px] sm:max-w-[300px] w-full md:basis-1/2 hidden dark:block dark:sm:hidden dark:md:block">
</div>
</div>
#parse("${templatePath}/footer.vm")

View File

@ -0,0 +1,38 @@
#parse("${templatePath}/op_header.vm")
<agov-backdrop></agov-backdrop>
<div id="mainContent" class="container mx-auto sm:mt-32 sm:max-w-full flex flex-auto sm:block">
<div class="flex flex-col-reverse sm:flex-row justify-evenly items-center gap-5 w-full">
<div class="flex flex-col sm:bg-white sm:dark:bg-surface-black rounded-[20px] sm:px-10 sm:py-10 max-w-[550px] w-full
basis-full md:basis-1/2">
<div class="flex mb-6 items-baseline">
<h3 class="font-header text-h3 text-space-blue dark:text-white mr-3">$text.get("agov-ident.onboarding")</h3>
<h4 class="font-header text-h4 text-disabled-grey dark:text-silver">$text.get("agov-ident.done.title")</h4>
</div>
<div class="success flex rounded-xl bg-success-background dark:bg-dark-success-background items-center p-4 mb-4 sm:mb-64">
<i class="fa-regular fa-check-circle rounded-full p-3 text-success dark:text-dark-success bg-success/10 dark:bg-dark-success-icon mr-4 text-xl leading-none"></i>
<div>
<p class="font-body text-body-l text-space-blue dark:text-white">
$text.get("agov-ident.done.message")
</p>
</div>
</div>
#set ($formTarget = $utils.escapeHtmlAttribute($gui.target.replaceAll('&?language=[^&]*','')))
<form id="$gui.name" name="$gui.name" method="POST" target="_self" action="$formTarget" autocomplete="off" accept-charset="UTF-8" class="flex flex-col flex-auto block ">
</form>
</div>
<img alt="" src="${login.appDataPath}/static/images/insufficient_rights.svg"
class="md:max-w-[520px] max-w-[350px] sm:max-w-[300px] w-full md:basis-1/2 dark:hidden block sm:hidden md:block">
<img alt="" src="${login.appDataPath}/static/images/insufficient_rights-dark.svg"
class="md:max-w-[520px] max-w-[350px] sm:max-w-[300px] w-full md:basis-1/2 hidden dark:block dark:sm:hidden dark:md:block">
</div>
</div>
#parse("${templatePath}/footer.vm")

View File

@ -3,7 +3,7 @@
$text.get("footer.text")
<a target="_blank" class='text-hyperlink dark:text-dark-hyperlink underline' href='$text.get("footer.link")'>$text.get("footer.link.label")</a>
</div>
<p>1.10.1.2834-20250424T103516Z</p>
<p>1.10.3.local-20250507T160313Z-haburger: Thu May 8 16:27:08 CEST 2025</p>
</footer>
<script src="${login.appDataPath}/static/bundle.js"></script>
</body>

View File

@ -39,7 +39,7 @@
data-name="continue">
</agov-questionnaire-radio-button>
<div id="buttons" class="w-full sm:static mt-auto mb-6 sm:mb-0 mt-24 sm:mt-24">
<div id="buttons" class="w-full sm:static mt-auto mb-6 sm:mb-0 sm:mt-24">
<div class="flex sm:flex-row-reverse flex-col gap-2">
<agov-button
id="questionnaire_continue_btn"

View File

@ -17,5 +17,3 @@
* Club GreenSock members, the agreement issued with that membership.
* @author: Jack Doyle, jack@greensock.com
*/
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

View File

@ -0,0 +1,55 @@
#parse("${templatePath}/op_header.vm")
<agov-backdrop></agov-backdrop>
<div id="mainContent" class="container mx-auto sm:mt-32 sm:max-w-full flex flex-auto sm:block">
<div class="flex flex-col-reverse sm:flex-row justify-evenly items-center gap-5 w-full">
<div class="flex flex-col sm:bg-white sm:dark:bg-surface-black rounded-[20px] sm:px-10 sm:py-10 max-w-[550px] w-full
basis-full md:basis-1/2">
<div class="flex mb-6 items-baseline">
<h3 class="font-header text-h3 text-space-blue dark:text-white mr-3">$text.get("agov-ident.onboarding")</h3>
<h4 class="font-header text-h4 text-disabled-grey dark:text-silver">$text.get("agov-ident.failed.title")</h4>
</div>
<div class="flex rounded-xl bg-warning-background dark:bg-dark-warning items-center p-4 mb-4">
<i class="fa-regular fa-check-circle rounded-full p-3 text-warning dark:text-warning-background bg-warning/10 dark:bg-[#FF9A00] dark:bg-dark-warning-icon mr-4 text-xl leading-none"></i>
<div>
<p class="font-body text-body-l text-space-blue">
$text.get("agov-ident.failed.message")
</p>
</div>
</div>
<p class="font-body text-body-l text-space-blue dark:text-white mb-40 sm:mb-28">
$text.get("agov-ident.failed.instruction")
</p>
#set ($formTarget = $utils.escapeHtmlAttribute($gui.target.replaceAll('&?language=[^&]*','')))
<form id="$gui.name" name="$gui.name" method="POST" target="_self" action="$formTarget" autocomplete="off" accept-charset="UTF-8" class="flex flex-col flex-auto block ">
<div class="w-full sm:static mt-auto mb-6 sm:mb-0">
<div class="flex flex-col sm:flex-row-reverse gap-4">
<agov-button
class="block basis-full"
data-name="continue"
data-value="true"
data-id="continue"
data-label="$text.get("agov-ident.retry")"
data-type="submit"
data-fullwidth="true">
</agov-button>
</div>
</div>
</form>
</div>
<img alt="" src="${login.appDataPath}/static/images/something_wrong.svg"
class="md:max-w-[520px] max-w-[350px] sm:max-w-[300px] w-full md:basis-1/2 dark:hidden block sm:hidden md:block">
<img alt="" src="${login.appDataPath}/static/images/something_wrong-dark.svg"
class="md:max-w-[520px] max-w-[350px] sm:max-w-[300px] w-full md:basis-1/2 hidden dark:block dark:sm:hidden dark:md:block">
</div>
</div>
#parse("${templatePath}/footer.vm")

View File

@ -0,0 +1,39 @@
#parse("${templatePath}/op_header.vm")
<agov-backdrop></agov-backdrop>
<div id="mainContent" class="container mx-auto sm:mt-32 sm:max-w-full flex flex-auto sm:block">
<div class="flex flex-col-reverse sm:flex-row justify-evenly items-center gap-5 w-full">
<div class="flex flex-col sm:bg-white sm:dark:bg-surface-black rounded-[20px] sm:px-10 sm:py-10 max-w-[550px] w-full
basis-full md:basis-1/2">
<div class="flex mb-6 items-baseline">
<h3 class="font-header text-h3 text-space-blue dark:text-white mr-3">$text.get("agov-ident.onboarding")</h3>
<h4 class="font-header text-h4 text-disabled-grey dark:text-silver">$text.get("agov-ident.invalid-url.title")</h4>
</div>
<div class="error flex rounded-xl bg-error-background dark:bg-dark-error-background items-center p-4 mb-4">
<i class="fa-regular fa-exclamation-circle rounded-full p-3 text-error dark:text-dark-error bg-error/10 dark:bg-dark-error-icon mr-4 text-xl leading-none"></i>
<p class="font-body text-body-l text-space-blue dark:text-white">
$text.get("agov-ident.invalid-url.message")
</p>
</div>
<p class="font-body text-body-l text-space-blue dark:text-white mb-40 sm:mb-28">
$text.get("agov-ident.invalid-url.instruction")
</p>
#set ($formTarget = $utils.escapeHtmlAttribute($gui.target.replaceAll('&?language=[^&]*','')))
<form id="$gui.name" name="$gui.name" method="POST" target="_self" action="$formTarget" autocomplete="off" accept-charset="UTF-8" class="flex flex-col flex-auto block ">
</form>
</div>
<img alt="" src="${login.appDataPath}/static/images/404.svg"
class="md:max-w-[520px] max-w-[350px] sm:max-w-[300px] w-full md:basis-1/2 dark:hidden block sm:hidden md:block">
<img alt="" src="${login.appDataPath}/static/images/404-dark.svg"
class="md:max-w-[520px] max-w-[350px] sm:max-w-[300px] w-full md:basis-1/2 hidden dark:block dark:sm:hidden dark:md:block">
</div>
</div>
#parse("${templatePath}/footer.vm")

View File

@ -0,0 +1,38 @@
#parse("${templatePath}/op_header.vm")
<agov-backdrop></agov-backdrop>
<div id="mainContent" class="container mx-auto sm:mt-32 sm:max-w-full flex flex-auto sm:block">
<div class="flex flex-col-reverse sm:flex-row justify-evenly items-center gap-5 w-full">
<div class="flex flex-col sm:bg-white sm:dark:bg-surface-black rounded-[20px] sm:px-10 sm:py-10 max-w-[550px] w-full
basis-full md:basis-1/2">
<div class="flex mb-6 items-baseline">
<h3 class="font-header text-h3 text-space-blue dark:text-white mr-3">$text.get("agov-ident.onboarding")</h3>
<h4 class="font-header text-h4 text-disabled-grey dark:text-silver">$text.get("agov-ident.done.title")</h4>
</div>
<div class="success flex rounded-xl bg-success-background dark:bg-dark-success-background items-center p-4 mb-4 sm:mb-64">
<i class="fa-regular fa-check-circle rounded-full p-3 text-success dark:text-dark-success bg-success/10 dark:bg-dark-success-icon mr-4 text-xl leading-none"></i>
<div>
<p class="font-body text-body-l text-space-blue dark:text-white">
$text.get("agov-ident.done.message")
</p>
</div>
</div>
#set ($formTarget = $utils.escapeHtmlAttribute($gui.target.replaceAll('&?language=[^&]*','')))
<form id="$gui.name" name="$gui.name" method="POST" target="_self" action="$formTarget" autocomplete="off" accept-charset="UTF-8" class="flex flex-col flex-auto block ">
</form>
</div>
<img alt="" src="${login.appDataPath}/static/images/insufficient_rights.svg"
class="md:max-w-[520px] max-w-[350px] sm:max-w-[300px] w-full md:basis-1/2 dark:hidden block sm:hidden md:block">
<img alt="" src="${login.appDataPath}/static/images/insufficient_rights-dark.svg"
class="md:max-w-[520px] max-w-[350px] sm:max-w-[300px] w-full md:basis-1/2 hidden dark:block dark:sm:hidden dark:md:block">
</div>
</div>
#parse("${templatePath}/footer.vm")

View File

@ -3,7 +3,7 @@
$text.get("footer.text")
<a target="_blank" class='text-hyperlink dark:text-dark-hyperlink underline' href='$text.get("footer.link")'>$text.get("footer.link.label")</a>
</div>
<p>1.10.1.2834-20250424T103516Z</p>
<p>1.10.3.local-20250507T160313Z-haburger: Thu May 8 16:27:08 CEST 2025</p>
</footer>
<script src="${login.appDataPath}/static/bundle.js"></script>
</body>

View File

@ -39,7 +39,7 @@
data-name="continue">
</agov-questionnaire-radio-button>
<div id="buttons" class="w-full sm:static mt-auto mb-6 sm:mb-0 mt-24 sm:mt-24">
<div id="buttons" class="w-full sm:static mt-auto mb-6 sm:mb-0 sm:mt-24">
<div class="flex sm:flex-row-reverse flex-col gap-2">
<agov-button
id="questionnaire_continue_btn"

View File

@ -46,7 +46,7 @@ spec:
podDisruptionBudget:
maxUnavailable: "50%"
git:
tag: "r-26364fed1751c3f2fa25a6fe1de353169db0e5c8"
tag: "r-211acafb447f5001c77c83fee80bc5a7815336be"
dir: "DEFAULT-ADN-AGOV-ADMIN-PROJECT/DEFAULT-ADN-AGOV-ADMIN-INV/proxy-idm"
credentials: "git-credentials"
keystores:

View File

@ -63,7 +63,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.10.1.2834-20250424T103516Z</p>
<p>1.10.3.local-20250507T160313Z-haburger: Thu May 8 16:27:08 CEST 2025</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -60,7 +60,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.10.1.2834-20250424T103516Z</p>
<p>1.10.3.local-20250507T160313Z-haburger: Thu May 8 16:27:08 CEST 2025</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -61,7 +61,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.10.1.2834-20250424T103516Z</p>
<p>1.10.3.local-20250507T160313Z-haburger: Thu May 8 16:27:08 CEST 2025</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -62,7 +62,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.10.1.2834-20250424T103516Z</p>
<p>1.10.3.local-20250507T160313Z-haburger: Thu May 8 16:27:08 CEST 2025</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -64,7 +64,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.10.1.2834-20250424T103516Z</p>
<p>1.10.3.local-20250507T160313Z-haburger: Thu May 8 16:27:08 CEST 2025</p>
</footer>
</body>
<script src="/resources/static/bundle.js"></script>

View File

@ -66,7 +66,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.10.1.2834-20250424T103516Z</p>
<p>1.10.3.local-20250507T160313Z-haburger: Thu May 8 16:27:08 CEST 2025</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -63,7 +63,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.10.1.2834-20250424T103516Z</p>
<p>1.10.3.local-20250507T160313Z-haburger: Thu May 8 16:27:08 CEST 2025</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -17,5 +17,3 @@
* Club GreenSock members, the agreement issued with that membership.
* @author: Jack Doyle, jack@greensock.com
*/
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

View File

@ -46,7 +46,7 @@ spec:
podDisruptionBudget:
maxUnavailable: "50%"
git:
tag: "r-7c2f10f995449629ef8fa89163e2b957f298d9ee"
tag: "r-211acafb447f5001c77c83fee80bc5a7815336be"
dir: "DEFAULT-ADN-AGOV-ADMIN-PROJECT/DEFAULT-ADN-AGOV-ADMIN-INV/proxy-sp"
credentials: "git-credentials"
keystores:

View File

@ -63,7 +63,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.10.1.2834-20250424T103516Z</p>
<p>1.10.3.local-20250507T160313Z-haburger: Thu May 8 16:27:08 CEST 2025</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -60,7 +60,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.10.1.2834-20250424T103516Z</p>
<p>1.10.3.local-20250507T160313Z-haburger: Thu May 8 16:27:08 CEST 2025</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -61,7 +61,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.10.1.2834-20250424T103516Z</p>
<p>1.10.3.local-20250507T160313Z-haburger: Thu May 8 16:27:08 CEST 2025</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -62,7 +62,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.10.1.2834-20250424T103516Z</p>
<p>1.10.3.local-20250507T160313Z-haburger: Thu May 8 16:27:08 CEST 2025</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -64,7 +64,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.10.1.2834-20250424T103516Z</p>
<p>1.10.3.local-20250507T160313Z-haburger: Thu May 8 16:27:08 CEST 2025</p>
</footer>
</body>
<script src="/resources/static/bundle.js"></script>

View File

@ -66,7 +66,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.10.1.2834-20250424T103516Z</p>
<p>1.10.3.local-20250507T160313Z-haburger: Thu May 8 16:27:08 CEST 2025</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -63,7 +63,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.10.1.2834-20250424T103516Z</p>
<p>1.10.3.local-20250507T160313Z-haburger: Thu May 8 16:27:08 CEST 2025</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -17,5 +17,3 @@
* Club GreenSock members, the agreement issued with that membership.
* @author: Jack Doyle, jack@greensock.com
*/
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

View File

@ -63,7 +63,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.10.1.2834-20250424T103516Z</p>
<p>1.10.3.local-20250507T160313Z-haburger: Thu May 8 16:27:08 CEST 2025</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -60,7 +60,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.10.1.2834-20250424T103516Z</p>
<p>1.10.3.local-20250507T160313Z-haburger: Thu May 8 16:27:08 CEST 2025</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -61,7 +61,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.10.1.2834-20250424T103516Z</p>
<p>1.10.3.local-20250507T160313Z-haburger: Thu May 8 16:27:08 CEST 2025</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -62,7 +62,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.10.1.2834-20250424T103516Z</p>
<p>1.10.3.local-20250507T160313Z-haburger: Thu May 8 16:27:08 CEST 2025</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -64,7 +64,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.10.1.2834-20250424T103516Z</p>
<p>1.10.3.local-20250507T160313Z-haburger: Thu May 8 16:27:08 CEST 2025</p>
</footer>
</body>
<script src="/resources/static/bundle.js"></script>

View File

@ -66,7 +66,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.10.1.2834-20250424T103516Z</p>
<p>1.10.3.local-20250507T160313Z-haburger: Thu May 8 16:27:08 CEST 2025</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -63,7 +63,7 @@
</div>
</div>
<footer class="hidden sm:flex mt-auto font-body text-body-s text-disabled-grey dark:text-silver w-full p-2 justify-end">
<p>1.10.1.2834-20250424T103516Z</p>
<p>1.10.3.local-20250507T160313Z-haburger: Thu May 8 16:27:08 CEST 2025</p>
</footer>
<script src="/resources/static/bundle.js"></script>
</body>

View File

@ -17,5 +17,3 @@
* Club GreenSock members, the agreement issued with that membership.
* @author: Jack Doyle, jack@greensock.com
*/
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */