All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.view-wizard.ftl Maven / Gradle / Ivy

There is a newer version: 8.4.5
Show newest version
<#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> <#else>
  1. ${(wizardPage_index + 1)?html} ${wizardPage.title?html}
<@spring.bind "wizard" /> <#if spring.status.error> <#list wizard.pages as wizardPage> <#if wizardPage == wizard.currentPage>
<#include wizardPage.freemarkerTemplateName />
<@footer/>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy