Skip to content
Snippets Groups Projects
Select Git revision
  • 07eb1db4feab32a5a71299a85cf81d9ccbad0aa0
  • master default
  • renovate/opencsv.version
  • renovate/org.springframework.boot-spring-boot-starter-parent-3.x
  • renovate/testcontainer.version
  • renovate/junit-jupiter-engine.version
  • renovate/jgit.version
  • renovate/selenium.version
  • renovate/datatables.version
  • renovate/jacoco-maven-plugin.version
  • renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x
  • demo
  • v1_8_1
  • v2.18.0
  • v2.17.2
  • v2.17.1
  • v2.17.0
  • v2.16.1
  • v2.16.0
  • v2.15.1
  • v2.15.0
  • v2.14.0
  • v2.13.0
  • v2.12.0
  • v2.11.0
  • v2.10.0
  • v2.9.2
  • v2.9.1
  • v2.9.0
  • v2.8.0
  • testPipeline2
  • v2.7.0
  • v2.6.1
33 results

firstUse.ftl

Blame
  • firstUse.ftl 6.38 KiB
    <html>
        <head>
            <#import "helpers/header.ftl" as header>
            <@header.globals/>
            <@header.header "BudgetMaster - ${locale.getString('menu.firstUseGuide')}"/>
            <#import "/spring.ftl" as s>
        </head>
        <@header.body>
            <#import "helpers/navbar.ftl" as navbar>
            <@navbar.navbar "firstUseGuide" settings/>
    
            <#import "indexFunctions.ftl" as indexFunctions>
    
            <main>
                <div class="card main-card background-color">
                    <div class="container">
                        <div class="section center-align">
                            <div class="headline"><i class="fas fa-graduation-cap"></i> ${locale.getString("home.first.use")}</div>
                        </div>
                    </div>
    
                    <@header.content>
                        <br>
    
                        <div class="container">
                            <div class="container center-align">
                                <div class="row left-align">
                                    <div class="col s12">
                                        <@indexFunctions.stepContent headline="home.first.use.step.1.headline" contentText="home.first.use.step.1.contentText" actionUrl="/accounts" actionName="home.menu.accounts.action.manage"/>
                                    </div>
                                </div>
                                <hr>
    
                                <div class="row left-align">
                                    <div class="col s12">
                                        <@indexFunctions.stepContent headline="home.first.use.step.2.headline" contentText="home.first.use.step.2.contentText" actionUrl="/categories" actionName="home.menu.categories.action.manage"/>
                                    </div>
                                </div>
                                <hr>
    
                                <div class="row left-align">
                                    <div class="col s12">
                                        <@indexFunctions.stepContent headline="home.first.use.step.3.headline" contentText="home.first.use.step.3.contentText" actionUrl="/transactions/newTransaction/normal" actionName="home.menu.transactions.action.new">
                                            <ul class="browser-default">
                                                <li>${locale.getString("home.first.use.step.3.sub.1")}</li>
                                                <li>${locale.getString("home.first.use.step.3.sub.2")}</li>
                                                <li>${locale.getString("home.first.use.step.3.sub.3")}</li>
                                                <li>${locale.getString("home.first.use.step.3.sub.4")}</li>
                                                <li>${locale.getString("home.first.use.step.3.sub.5")}</li>
                                                <li>${locale.getString("home.first.use.step.3.sub.6")}</li>
                                            </ul>
                                        </@indexFunctions.stepContent>
                                    </div>
                                </div>
                                <hr>
    
                                <div class="row left-align">
                                    <div class="col s12">
                                        <@indexFunctions.stepContent headline="home.first.use.step.4.headline" contentText="home.menu.transactions" actionUrl="/transactions" actionName="home.menu.transactions.action.manage">
                                            <br>
                                            ${locale.getString("home.first.use.step.4.contentText")}
                                            <ul class="browser-default">
                                                <li>${locale.getString("home.first.use.step.4.sub.1")}</li>
                                                <li>${locale.getString("home.first.use.step.4.sub.2")}</li>
                                            </ul>
                                        </@indexFunctions.stepContent>
                                    </div>
                                </div>
                                <hr>
    
                                <div class="row left-align">
                                    <div class="col s12">
                                        <@indexFunctions.stepContent headline="home.first.use.step.5.headline" contentText="home.first.use.step.5.contentText" actionUrl="" actionName="">
                                            <h5>${locale.getString("menu.templates")}</h5>
                                            <p>
                                                ${locale.getString("home.first.use.step.5.sub.1")}
                                            </p>
                                            <p>
                                                <@indexFunctions.action url="/templates" name="home.menu.templates.action.manage"/>
                                            </p>
    
                                            <h5>${locale.getString("menu.charts")}</h5>
                                            <p>
                                                ${locale.getString("home.first.use.step.5.sub.2")}
                                            </p>
                                            <p>
                                                <@indexFunctions.action url="/charts" name="home.menu.charts.action.manage"/>
                                            </p>
    
                                            <h5>${locale.getString("menu.reports")}</h5>
                                            <p>
                                                ${locale.getString("home.first.use.step.5.sub.3")}
                                            </p>
                                            <p>
                                                <@indexFunctions.action url="/reports" name="home.menu.reports.action.new"/>
                                            </p>
    
                                            <h5>${locale.getString("home.first.use.step.5.sub.4")}</h5>
    
                                            <p class="center-align">
                                                <@header.buttonLink url='/' icon='home' localizationKey='home.first.use.home'/>
                                            </p>
                                        </@indexFunctions.stepContent>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </@header.content>
                </div>
            </main>
    
            <!--  Scripts-->
            <#import "helpers/scripts.ftl" as scripts>
            <@scripts.scripts/>
        </@header.body>
    </html>