Skip to content
Snippets Groups Projects
Select Git revision
  • b97b9ed5bcfc5aa7d17678a75d7726a9468532d9
  • master default
  • renovate/junit-jupiter-engine.version
  • renovate/selenium.version
  • renovate/testcontainer.version
  • demo
  • v1_8_1
  • v2.18.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
27 results

about.ftl

Blame
  • about.ftl 2.54 KiB
    <html>
        <head>
            <#import "header.ftl" as header>
            <@header.header "BudgetMaster"/>
        </head>
        <body class="budgetmaster-blue-light">
            <#import "navbar.ftl" as navbar>
            <@navbar.navbar "about"/>
    
            <main>
                <div class="card main-card background-color">
                    <div class="container">
                        <div class="row">
                            <div class="col s8 offset-s2 center-align">
                                <@header.logo "logo-huge" "responsive-img"/>
                            </div>
                        </div>
                        <div class="hide-on-small-only"><br><br></div>
                        <div class="row">
                            <div class="col s4 m3 offset-m2 l2 offset-l3 bold">${locale.getString("about.version")}</div>
                            <div class="col s8 m5 l4">${build.getVersionName()} (${build.getVersionCode()})</div>
                        </div>
                        <div class="row">
                            <div class="col s4 m3 offset-m2 l2 offset-l3 bold">${locale.getString("about.date")}</div>
                            <div class="col s8 m5 l4">${build.getVersionDate()}</div>
                        </div>
                        <div class="row">
                            <div class="col s4 m3 offset-m2 l2 offset-l3 bold">${locale.getString("about.author")}</div>
                            <div class="col s8 m5 l4">${build.getAuthor()}</div>
                        </div>
                        <div class="row">
                            <div class="col s4 m3 offset-m2 l2 offset-l3 bold">${locale.getString("about.roadmap")}</div>
                            <div class="col s8 m5 l4"><a target="_blank" href="${locale.getString("roadmap.url")}">${locale.getString("about.roadmap.link")}</a></div>
                        </div>
                        <div class="row">
                            <div class="col s4 m3 offset-m2 l2 offset-l3 bold">${locale.getString("about.sourcecode")}</div>
                            <div class="col s8 m5 l4 break-all"><a target="_blank" href="${locale.getString("github.url")}">${locale.getString("github.url")}</a></div>
                        </div>
                        <div class="row">
                            <div class="col s4 m3 offset-m2 l2 offset-l3 bold">${locale.getString("about.credits")}</div>
                            <div class="col s8 m5 l4">${locale.getString("credits")}</div>
                        </div>
                    </div>
                </div>
            </main>
    
            <!--  Scripts-->
            <#import "scripts.ftl" as scripts>
            <@scripts.scripts/>
        </body>
    </html>