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
c79f7faf
Commit
c79f7faf
authored
Apr 11, 2017
by
Fabian van den Broek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changing variables for release
parent
4cfe83f4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
12 deletions
+7
-12
JS/iDIN.js
JS/iDIN.js
+0
-1
enroll.html
enroll.html
+1
-2
error.html
error.html
+2
-4
index.html
index.html
+4
-5
No files found.
JS/iDIN.js
View file @
c79f7faf
$
(
function
()
{
var
server
=
"
http://localhost:8080/irma_idin_server/api/v1/idin
"
;
function
getBanks
(){
$
.
ajax
({
...
...
enroll.html
View file @
c79f7faf
...
...
@@ -14,8 +14,7 @@
<title>
Basis attributen laden met iDIN
</title>
<script
type=
"text/javascript"
src=
"JS/jquery-3.2.0.js"
></script>
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>-->
<script
type=
"text/javascript"
src=
"JS/jquery-3.2.0.js"
></script>
`
<script
type=
"text/javascript"
src=
"JS/common.js"
></script>
<script
type=
"text/javascript"
src=
"JS/iDIN-enroll.js"
></script>
</head>
...
...
error.html
View file @
c79f7faf
...
...
@@ -4,13 +4,11 @@
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
href=
"css/bootstrap.min.css"
rel=
"stylesheet"
type=
"text/css"
/>
<script
type=
"text/javascript"
src=
"JS/js.cookie.js"
></script>
<title>
Basis attributen laden met iDIN - ERROR
</title>
<link
href=
"css/bootstrap.min.css"
rel=
"stylesheet"
type=
"text/css"
/>
<script
type=
"text/javascript"
src=
"JS/js.cookie.js"
></script>
<script
type=
"text/javascript"
src=
"JS/jquery-3.2.0.js"
></script>
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>-->
<script
type=
"text/javascript"
src=
"JS/common.js"
></script>
<script
type=
"text/javascript"
src=
"JS/iDIN-error.js"
></script>
</head>
...
...
index.html
View file @
c79f7faf
...
...
@@ -6,16 +6,15 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
href=
"css/bootstrap.min.css"
rel=
"stylesheet"
type=
"text/css"
/>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<!--link rel="icon" href="../../favicon.ico"-->
<title>
IRMA attributen vanuit iDIN
</title>
<script
type=
"text/javascript"
src=
"JS/jquery-3.2.0.js"
></script>
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>-->
<script
type=
"text/javascript"
src=
"JS/common.js"
></script>
<script
type=
"text/javascript"
src=
"JS/iDIN.js"
></script>
<script
type=
"text/javascript"
>
var
server
=
"
https://privacybydesign.foundation/tomcat/irma_idin_server/api/v1/idin
"
;
</script>
</head>
<body>
...
...
@@ -29,7 +28,7 @@
</a>
</div>
<div
class=
"col-xs-12 col-md-8 col-lg-6 col-md-offset-2 col-lg-offset-3"
>
<h2>
Uw IRMA attributen vanuit uw bank, via
<a>
iDIN
</a></h2>
<h2>
Uw IRMA attributen vanuit uw bank, via
<a
href=
"https://www.idin.nl/"
target=
"_blank"
>
iDIN
</a></h2>
<div
id=
"alert_box"
></div>
...
...
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