Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
IRMA
Github mirrors
irma_idin_webclient
Commits
9a42c200
Commit
9a42c200
authored
Apr 10, 2017
by
Fabian van den Broek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issuing from the pbdf scheme manager
parent
fdd744e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
JS/iDIN-enroll.js
JS/iDIN-enroll.js
+1
-1
enroll.html
enroll.html
+2
-2
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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