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
d3876c4b
Commit
d3876c4b
authored
Mar 31, 2017
by
Fabian van den Broek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improved layout of pages.
parent
e3dccc1c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
4 deletions
+20
-4
enroll.html
enroll.html
+7
-1
images/iDIN_logo_64.png
images/iDIN_logo_64.png
+0
-0
images/iDIN_logo_96.png
images/iDIN_logo_96.png
+0
-0
index.html
index.html
+13
-3
No files found.
enroll.html
View file @
d3876c4b
...
...
@@ -22,12 +22,18 @@
<div
class=
"container"
>
<div
class=
"row"
>
<div
id=
"logo"
class=
"col-xs-12 col-md-8 col-lg-6 col-md-offset-2 col-lg-offset-3"
>
<hr/>
<a
href=
"#"
>
<img
class=
"logo-img"
src=
"images/iDIN_logo_64.png"
/>
</a>
</div>
<div
class=
"col-xs-12 col-md-8 col-lg-6 col-md-offset-2 col-lg-offset-3"
>
<h2>
Beschikbare iDIN attributen
</h2>
<div
id=
"alert_box"
></div>
<p>
De volgende
attributen kunnen gedownload worden
:
</p>
<p>
De volgende
zijn beschikbaar gesteld door uw bank
:
</p>
<table
class=
"table"
id=
"attributeTable"
>
<tbody></tbody>
</table>
...
...
images/iDIN_logo_64.png
0 → 100644
View file @
d3876c4b
5.09 KB
images/iDIN_logo_96.png
0 → 100644
View file @
d3876c4b
6.21 KB
index.html
View file @
d3876c4b
...
...
@@ -8,7 +8,7 @@
<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"
>
<
!--
link rel="icon" href="../../favicon.ico"
--
>
<title>
Basis attributen laden met iDIN
</title>
...
...
@@ -18,17 +18,27 @@
</head>
<body>
<div
class=
"container"
>
<div
class=
"row"
>
<div
id=
"logo"
class=
"col-xs-12 col-md-8 col-lg-6 col-md-offset-2 col-lg-offset-3"
>
<hr/>
<a
href=
"#"
>
<img
class=
"logo-img"
src=
"images/iDIN_logo_64.png"
/>
</a>
</div>
<div
class=
"col-xs-12 col-md-8 col-lg-6 col-md-offset-2 col-lg-offset-3"
>
<h2>
iDIN attributen ophalen
</h2>
<div
id=
"alert_box"
></div>
<p>
Selecteer uw bank om door te gaan:
</p>
<p>
U kunt hier met uw bankmiddel inloggen.
Uw bank deelt dan enkele attributen (naam, adres, etc.) met deze website.
Vervolgens kunt u deze attributen inladen in uw IRMA app.
</p>
<p>
Selecteer uw bank om door te gaan:
</p>
<form
id=
'form'
method=
"post"
>
<select
form=
'form'
id=
"bank-select"
>
<option
value=
"default"
>
Choose a
bank
</option>
<option
value=
"default"
>
Kies een
bank
</option>
</select>
<input
type=
"submit"
id=
"continue"
value=
"Ga naar bank"
disabled=
"true"
form=
'form'
class=
"btn btn-primary"
>
</form>
...
...
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