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
3dfce9a6
Commit
3dfce9a6
authored
Apr 18, 2017
by
Sietse Ringers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use javascript from bower dependencies
parent
59911190
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
22 deletions
+18
-22
src/css/bootstrap.min.css
src/css/bootstrap.min.css
+0
-6
src/done.html
src/done.html
+1
-1
src/enroll.html
src/enroll.html
+7
-6
src/error.html
src/error.html
+5
-4
src/index.html
src/index.html
+5
-5
No files found.
src/css/bootstrap.min.css
deleted
100644 → 0
View file @
59911190
This diff is collapsed.
Click to expand it.
src/done.html
View file @
3dfce9a6
...
...
@@ -4,7 +4,7 @@
<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"
/
>
<link
href=
"
bower_components/bootstrap/dist/
css/bootstrap.min.css"
rel=
"stylesheet"
>
<title>
iDIN Attributen uitgegeven
</title>
</head>
...
...
src/enroll.html
View file @
3dfce9a6
...
...
@@ -7,16 +7,17 @@
<meta
name=
"irma-web-server"
value=
"[API_WEB_URL]"
/>
<meta
name=
"irma-api-server"
value=
"[API_SERVER_URL]"
/>
<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>
<script
type=
"text/javascript"
src=
"https://privacybydesign.foundation/tomcat/irma_api_server/client/irma.js"
></script>
<script
type=
"text/javascript"
src=
"JS/js.cookie.js"
></script>
<link
href=
"bower_components/bootstrap/dist/css/bootstrap.min.css"
rel=
"stylesheet"
>
<title>
Basis attributen laden met iDIN
</title>
<script
type=
"text/javascript"
src=
"bower_components/jwt-decode/build/jwt-decode.js"
></script>
<script
type=
"text/javascript"
src=
"bower_components/jquery/dist/jquery.js"
></script>
<script
type=
"text/javascript"
src=
"bower_components/js-cookie/src/js.cookie.js"
></script>
<script
type=
"text/javascript"
src=
"
JS/jquery-3.2.0
.js"
></script>
`
<script
type=
"text/javascript"
src=
"
[IRMA_JS_URL]irma
.js"
></script>
<script
type=
"text/javascript"
src=
"JS/common.js"
></script>
<script
type=
"text/javascript"
src=
"JS/iDIN-enroll.js"
></script>
<title>
Basis attributen laden met iDIN
</title>
</head>
<body>
...
...
src/error.html
View file @
3dfce9a6
...
...
@@ -6,9 +6,10 @@
<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>
<link
href=
"bower_components/bootstrap/dist/css/bootstrap.min.css"
rel=
"stylesheet"
>
<script
type=
"text/javascript"
src=
"bower_components/jquery/dist/jquery.js"
></script>
<script
type=
"text/javascript"
src=
"bower_components/js-cookie/src/js.cookie.js"
></script>
<script
type=
"text/javascript"
src=
"JS/common.js"
></script>
<script
type=
"text/javascript"
src=
"JS/iDIN-error.js"
></script>
</head>
...
...
@@ -33,4 +34,4 @@
</div>
</div>
</body>
</html>
\ No newline at end of file
</html>
src/index.html
View file @
3dfce9a6
...
...
@@ -5,16 +5,16 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
href=
"css/bootstrap.min.css"
rel=
"stylesheet"
type=
"text/css"
/
>
<link
href=
"
bower_components/bootstrap/dist/
css/bootstrap.min.css"
rel=
"stylesheet"
>
<title>
IRMA attributen vanuit iDIN
</title>
<script
type=
"text/javascript"
src=
"JS/jquery-3.2.0.js"
></script>
<script
type=
"text/javascript"
src=
"bower_components/jquery/dist/jquery.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>
<title>
IRMA attributen vanuit iDIN
</title>
</head>
<body>
...
...
@@ -47,4 +47,4 @@
</div>
</div>
</body>
</html>
\ No newline at end of file
</html>
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