Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irma_idin_webclient
Commits
9a42c200
Commit
9a42c200
authored
Apr 10, 2017
by
Fabian van den Broek
Browse files
Issuing from the pbdf scheme manager
parent
fdd744e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
JS/iDIN-enroll.js
View file @
9a42c200
$
(
function
()
{
var
translTable
=
{
"
zipcode
"
:
"
Postcode
"
,
"
address
"
:
"
Adres
"
,
"
city
"
:
"
Stad
"
,
"
initials
"
:
"
Initialen
"
,
"
familyName
"
:
"
Achternaam
"
,
"
sex
"
:
"
Geslacht
"
,
"
dateOfBirth
"
:
"
Geboortedatum
"
};
"
familyName
"
:
"
Achternaam
"
,
"
gender
"
:
"
Geslacht
"
,
"
dateOfBirth
"
:
"
Geboortedatum
"
,
"
country
"
:
"
Land
"
,
"
telephone
"
:
"
Telefoonnummer
"
,
"
email
"
:
"
e-mailadres
"
};
function
addTableLine
(
head
,
data
){
if
(
data
!==
null
)
{
...
...
enroll.html
View file @
9a42c200
...
...
@@ -4,8 +4,8 @@
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
value=
"https://demo.irmacard.org
/tomcat/irma_api_server/server/"
name=
"irma-web-server"
>
<meta
value=
"https://demo.irmacard.org
/tomcat/irma_api_server/api/v2/"
name=
"irma-api-server"
>
<meta
name=
"irma-web-server"
value=
"https://privacybydesign.foundation
/tomcat/irma_api_server/server/"
/
>
<meta
name=
"irma-api-server"
value=
"https://privacybydesign.foundation
/tomcat/irma_api_server/api/v2/"
/
>
<link
href=
"css/bootstrap.min.css"
rel=
"stylesheet"
type=
"text/css"
/>
<script
type=
"text/javascript"
src=
"https://privacybydesign.foundation/tomcat/irma_api_server/bower_components/jwt-decode/build/jwt-decode.js"
></script>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment