modif apxauth
This commit is contained in:
@@ -3546,6 +3546,9 @@
|
||||
.pb-4 {
|
||||
padding-bottom: calc(var(--spacing) * 4);
|
||||
}
|
||||
.pb-5 {
|
||||
padding-bottom: calc(var(--spacing) * 5);
|
||||
}
|
||||
.pl-8 {
|
||||
padding-left: calc(var(--spacing) * 8);
|
||||
}
|
||||
|
113
wwws/admin/src/tpldata/apxid_walletmanager_simplemobnav_fr.json
Normal file
113
wwws/admin/src/tpldata/apxid_walletmanager_simplemobnav_fr.json
Normal file
@@ -0,0 +1,113 @@
|
||||
{
|
||||
"contentwconame": "apxauth",
|
||||
"contentid": "signature",
|
||||
"logo": {
|
||||
"src": "/src/static/img/logo/logobgdark.png",
|
||||
"alt": "smatchit"
|
||||
},
|
||||
"claim": {
|
||||
"textContent": "Never miss an opportunity"
|
||||
},
|
||||
"textlist": true,
|
||||
"commentmenutype": "textlist: vertical list of menu with texte, buttonlist: horizontal btn",
|
||||
"profilmenu": [
|
||||
{
|
||||
"mainprofil": "persons",
|
||||
"link": "mytribes"
|
||||
},
|
||||
{
|
||||
"mainprofil": "pagans",
|
||||
"link": "logout"
|
||||
},
|
||||
{
|
||||
"mainprofil": "anonymous",
|
||||
"link": "signin"
|
||||
}
|
||||
],
|
||||
"links": [
|
||||
{
|
||||
"link": "signup",
|
||||
"label": "Pas encore d'identité apxtri ?",
|
||||
"textlink": "Créer mon identité",
|
||||
"tpl": "apxauthscreensignup",
|
||||
"allowedprofil": [
|
||||
"anonymous"
|
||||
],
|
||||
"next": [
|
||||
"signin",
|
||||
"forgetkey",
|
||||
"information"
|
||||
]
|
||||
},
|
||||
{
|
||||
"link": "signin",
|
||||
"label": "S'identifier ?",
|
||||
"textlink": "Accédez à vos données",
|
||||
"tpl": "apxauthscreensignin",
|
||||
"allowedprofil": [
|
||||
"anonymous"
|
||||
],
|
||||
"next": [
|
||||
"signup",
|
||||
"forgetkey",
|
||||
"information"
|
||||
]
|
||||
},
|
||||
{
|
||||
"link": "forgetkey",
|
||||
"label": "Clé oubliée ?",
|
||||
"textlink": "Récupérez par email",
|
||||
"tpl": "apxauthscreenforgetkey",
|
||||
"allowedprofil": [
|
||||
"anonymous"
|
||||
],
|
||||
"next": [
|
||||
"signin",
|
||||
"signup",
|
||||
"information"
|
||||
]
|
||||
},
|
||||
{
|
||||
"link": "information",
|
||||
"label": " C'est quoi une identité apxtri ?",
|
||||
"textlink": "En savoir plus",
|
||||
"allowedprofil": [
|
||||
"anonymous"
|
||||
],
|
||||
"tpl": "apxauthscreeninformation",
|
||||
"next": [
|
||||
"back"
|
||||
]
|
||||
},
|
||||
{
|
||||
"link": "back",
|
||||
"label": "Retour au menu ",
|
||||
"allowedprofil": [
|
||||
"anonymous"
|
||||
],
|
||||
"tpl": "sc",
|
||||
"textlink": "Retour",
|
||||
"next": []
|
||||
},
|
||||
{
|
||||
"link": "logout",
|
||||
"label": " ",
|
||||
"allowedprofil": [
|
||||
"pagans"
|
||||
],
|
||||
"tpl": "apxauthscreenlogout",
|
||||
"textlink": "",
|
||||
"next": []
|
||||
},
|
||||
{
|
||||
"link": "mytribes",
|
||||
"label": " ",
|
||||
"tpl": "apxauthscreenmytribes",
|
||||
"allowedprofil": [
|
||||
"persons"
|
||||
],
|
||||
"textlink": "",
|
||||
"next": []
|
||||
}
|
||||
]
|
||||
}
|
@@ -20,7 +20,9 @@
|
||||
},
|
||||
"tpldata": {
|
||||
"apxid_signature_apxauth": "apxtri/objects/wwws/admin/src/tpldata/apxid_signature_apxauth",
|
||||
"apxid_authentification_simplemobnav": "apxtri/objects/wwws/admin/src/tpldata/apxid_authentification_simplemobnav"
|
||||
"apxid_authentification_simplemobnav": "apxtri/objects/wwws/admin/src/tpldata/apxid_authentification_simplemobnav",
|
||||
"apxid_mydata_simplemobnav": "apxtri/objects/wwws/admin/src/tpldata/apxid_mydata_simplemobnav",
|
||||
"apxid_walletmanager_simplemobnav": "apxtri/objects/wwws/admin/src/tpldata/apxid_walletmanager_simplemobnav"
|
||||
},
|
||||
"schema": [
|
||||
"apxtri/objects/pagans",
|
||||
@@ -34,6 +36,58 @@
|
||||
"Pagans": "apxtri/models/tplstrings/Pagans",
|
||||
"Persons": "apxtri/models/tplstrings/Persons"
|
||||
}
|
||||
},
|
||||
"privatri": {
|
||||
"version": 1,
|
||||
"profils": [
|
||||
"anonymous"
|
||||
],
|
||||
"tpl": {
|
||||
"privatrimain": "apxtri/objects/wco/privatri/main.mustache",
|
||||
"privatriAlias": "apxtri/objects/wco/privatri/alias.mustache",
|
||||
"privatriCreateThread": "apxtri/objects/wco/privatri/createThread.mustache",
|
||||
"privatriEditMessage": "apxtri/objects/wco/privatri/editMessage.mustache",
|
||||
"privatriInviteAlias": "apxtri/objects/wco/privatri/inviteAlias.mustache",
|
||||
"privatriMessage": "apxtri/objects/wco/privatri/message.mustache",
|
||||
"privatriThread": "apxtri/objects/wco/privatri/thread.mustache",
|
||||
"privatriThreadAliasList": "apxtri/objects/wco/privatri/threadAliasList.mustache",
|
||||
"privatriThreadSettings": "apxtri/objects/wco/privatri/threadSettings.mustache",
|
||||
"privatriToastAlert": "apxtri/objects/wco/privatri/toastAlert.mustache"
|
||||
},
|
||||
"tpldata": {
|
||||
"privatri_main_privatri": "apxtri/objects/wwws/admin/src/tpldata/privatri_main_privatri"
|
||||
},
|
||||
"schema": [],
|
||||
"ref": {
|
||||
"Checkjson": "apxtri/models/tplstrings/Checkjson",
|
||||
"Notification": "apxtri/models/tplstrings/Notifications",
|
||||
"Middlewares": "apxtri/models/tplstrings/Middlewares"
|
||||
}
|
||||
},
|
||||
"admindata": {
|
||||
"version": 1,
|
||||
"profils": [
|
||||
"anonymous"
|
||||
],
|
||||
"tpl": {
|
||||
"adminskullverticalnav": "apxtri/objects/wco/adminskull/verticalnav",
|
||||
"adminskullresult": "apxtri/objects/wco/adminskull/result",
|
||||
"adminskullmain": "apxtri/objects/wco/adminskull/main",
|
||||
"adminskullheadnav": "apxtri/objects/wco/adminskull/headnav"
|
||||
},
|
||||
"tpldata": {},
|
||||
"schema": [
|
||||
"apxtri/objects/pagans",
|
||||
"apxtri/objects/persons"
|
||||
],
|
||||
"ref": {
|
||||
"Odmdb": "apxtri/models/tplstrings/Odmdb",
|
||||
"Pagans": "apxtri/models//tplstrings/Pagans",
|
||||
"Persons": "apxtri/models/tplstrings/Persons",
|
||||
"Checkjson": "apxtri/models/tplstrings/Checkjson",
|
||||
"Notification": "apxtri/models/tplstrings/Notifications",
|
||||
"Middlewares": "apxtri/models/tplstrings/Middlewares"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user