@@ -62,7 +62,7 @@ <h4>Table of contents</h4>
6262 < li > < a href ="#for-developers "> For developers</ a > </ li >
6363 </ ul >
6464 </ li >
65- < li >
65+ < li th:if =" ${@environment.getProperty('web-eid-mobile.enabled')} " >
6666 < a href ="#usage-without-plugin "> Usage without Web eID plugin</ a >
6767 < ul >
6868 < li > < a href ="#documentation-mobile "> Documentation</ a > </ li >
@@ -427,51 +427,53 @@ <h4 class="accordion-header" id="headingDevelopers">
427427 </ div >
428428 </ div >
429429
430- < hr />
431- < h3 > < a id ="usage-without-plugin "> </ a > Usage without Web eID plugin</ h3 >
432- < p >
433- The Web eID solution can also be used without installing the Web eID native app and browser
434- extension. This includes devices like mobile phones, tablets, and some Chromebooks, where the
435- Web eID plugin cannot currently be installed.
436- </ p >
437- < p class ="text-center p-4 ">
438- < button id ="webeid-mobile-auth-button " class ="btn btn-primary "> Authenticate</ button >
439- </ p >
440-
441- < hr />
442- < div class ="accordion accordion-flush " id ="accordionMobileInfo ">
443- < div class ="accordion-item border-0 ">
444- < h4 class ="accordion-header " id ="headingDocumentationMobile ">
445- < button
446- class ="accordion-button collapsed ps-0 "
447- id ="documentation-mobile "
448- type ="button "
449- data-bs-toggle ="collapse "
450- data-bs-target ="#collapseDocumentationMobile "
451- aria-expanded ="false "
452- aria-controls ="collapseDocumentationMobile "
430+ < div th:if ="${@environment.getProperty('web-eid-mobile.enabled')} ">
431+ < hr />
432+ < h3 > < a id ="usage-without-plugin "> </ a > Usage without Web eID plugin</ h3 >
433+ < p >
434+ The Web eID solution can also be used without installing the Web eID native app and browser
435+ extension. This includes devices like mobile phones, tablets, and some Chromebooks, where the
436+ Web eID plugin cannot currently be installed.
437+ </ p >
438+ < p class ="text-center p-4 ">
439+ < button id ="webeid-mobile-auth-button " class ="btn btn-primary "> Authenticate</ button >
440+ </ p >
441+
442+ < hr />
443+ < div class ="accordion accordion-flush " id ="accordionMobileInfo ">
444+ < div class ="accordion-item border-0 ">
445+ < h4 class ="accordion-header " id ="headingDocumentationMobile ">
446+ < button
447+ class ="accordion-button collapsed ps-0 "
448+ id ="documentation-mobile "
449+ type ="button "
450+ data-bs-toggle ="collapse "
451+ data-bs-target ="#collapseDocumentationMobile "
452+ aria-expanded ="false "
453+ aria-controls ="collapseDocumentationMobile "
454+ >
455+ Documentation
456+ </ button >
457+ </ h4 >
458+ < div
459+ id ="collapseDocumentationMobile "
460+ class ="accordion-collapse collapse "
461+ aria-labelledby ="headingDocumentationMobile "
462+ data-bs-parent ="#accordionMobileInfo "
453463 >
454- Documentation
455- </ button >
456- </ h4 >
457- < div
458- id ="collapseDocumentationMobile "
459- class ="accordion-collapse collapse "
460- aria-labelledby ="headingDocumentationMobile "
461- data-bs-parent ="#accordionMobileInfo "
462- >
463- < div class ="accordion-body ps-0 ">
464- < p >
465- Technical overview of the solution is available in the project
466- < a href ="https://github.com/web-eid/web-eid-for-mobile-architecture-doc "
467- > system architecture document</ a
468- > . Overview of authentication token validation implementation in the back end is
469- available in the < i > web-eid-authtoken-validation-java</ i > Java library
470- < a
471- href ="https://github.com/web-eid/web-eid-authtoken-validation-java#authentication-token-validation "
472- > README</ a
473- > .
474- </ p >
464+ < div class ="accordion-body ps-0 ">
465+ < p >
466+ Technical overview of the solution is available in the project
467+ < a href ="https://github.com/web-eid/web-eid-for-mobile-architecture-doc "
468+ > system architecture document</ a
469+ > . Overview of authentication token validation implementation in the back end is
470+ available in the < i > web-eid-authtoken-validation-java</ i > Java library
471+ < a
472+ href ="https://github.com/web-eid/web-eid-authtoken-validation-java#authentication-token-validation "
473+ > README</ a
474+ > .
475+ </ p >
476+ </ div >
475477 </ div >
476478 </ div >
477479 </ div >
0 commit comments