
templates.view-wizard.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of molgenis-core-ui Show documentation
Show all versions of molgenis-core-ui Show documentation
Spaghetti module containing core plugins and legacy UI components.
<#import "spring.ftl" as spring />
<#include "molgenis-header.ftl">
<#include "molgenis-footer.ftl">
<#assign css=['bwizard.min.css', 'molgenis-wizard.css'] + stylesheets>
<#assign js=['molgenis-wizard.js', 'bootstrap.file-input.js'] + javascripts>
<@header css js/>
<#list wizard.pages as wizardPage>
<#if wizardPage == wizard.currentPage>
-
${(wizardPage_index + 1)?html} ${wizardPage.title?html}
<#else>
-
${(wizardPage_index + 1)?html} ${wizardPage.title?html}
#if>
#list>
<@spring.bind "wizard" />
<#if spring.status.error>
#if>
<#list wizard.pages as wizardPage>
<#if wizardPage == wizard.currentPage>
<#include wizardPage.freemarkerTemplateName />
#if>
#list>
<@footer/>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy