1st commit
This commit is contained in:
0
wwws/apx/src/layouts/wallet/wallet.js
Normal file
0
wwws/apx/src/layouts/wallet/wallet.js
Normal file
37
wwws/apx/src/layouts/wallet/wallet.mustache
Normal file
37
wwws/apx/src/layouts/wallet/wallet.mustache
Normal file
@@ -0,0 +1,37 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{lang}}">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>{{seo.title}}</title>
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
||||
<meta content="{{seo.keywords}}" name="keywords" />
|
||||
<meta content="{{seo.description}}" name="description" />
|
||||
<link href="{{favicon}}" rel="icon" />
|
||||
<script type="application/ld+json">{{{stringifyseo}}}</script>
|
||||
<script>const apxtri = {{{stringifyapxtri}}};</script>
|
||||
{{#links}}
|
||||
<link href="{{{.}}}" rel="stylesheet" />
|
||||
{{/links}}
|
||||
{{#jslibs}}<script typescript="lib" src="{{{.}}}"></script>{{/jslibs}}
|
||||
{{#jsapp}}<script src="{{{.}}}"></script>{{/jsapp}}
|
||||
</head>
|
||||
<body class="{{{bodyclass}}}">
|
||||
<main class="d-flex w-100 h-100">
|
||||
<div class="container d-flex flex-column">
|
||||
<div class="row vh-100">
|
||||
<div class="col-sm-12 col-md-8 col-lg-6 mx-auto my-auto d-table h-100">
|
||||
<div class="d-table-cell align-middle">
|
||||
<div class="text-center mt-4 ">
|
||||
<h1 class="h1"></h1>
|
||||
<p class="lead">{{{slogan}}}</p>
|
||||
</div>
|
||||
<div class="card {{theme}}">
|
||||
<div class="card-body">{{{appwallet}}}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
0
wwws/apx/src/layouts/wallet/wallet.scss
Normal file
0
wwws/apx/src/layouts/wallet/wallet.scss
Normal file
10
wwws/apx/src/layouts/wallet/wallet_fr.json
Normal file
10
wwws/apx/src/layouts/wallet/wallet_fr.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"slogan":"L'Unique",
|
||||
"favicon":"/static/img/logo/favicon.png",
|
||||
"bodyclass":"bg-primary",
|
||||
"links":["/static/css/app.css","/static/lib/bootstrap-icons/font/bootstrap-icons.min.css"],
|
||||
"stringifyapxtri":"",
|
||||
"jslibs":[],
|
||||
"jsapp":[],
|
||||
"appwallet":""
|
||||
}
|
Reference in New Issue
Block a user