File tree Expand file tree Collapse file tree 4 files changed +137
-93
lines changed
personalization-webcomponents Expand file tree Collapse file tree 4 files changed +137
-93
lines changed Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
2
< html lang ="en ">
3
- < head >
4
- < meta charset ="UTF-8 " />
3
+ < head >
4
+ < meta charset ="UTF-8 "/>
5
5
< meta
6
- name ="robots "
7
- content ="noindex "
6
+ name ="robots "
7
+ content ="noindex "
8
8
/>
9
9
< link
10
- href ="/favicon.ico "
11
- rel ="icon "
10
+ href ="/favicon.ico "
11
+ rel ="icon "
12
12
/>
13
13
< meta
14
- content ="width=device-width, initial-scale=1.0 "
15
- name ="viewport "
14
+ content ="width=device-width, initial-scale=1.0 "
15
+ name ="viewport "
16
16
/>
17
17
< title > personalization-webcomponent</ title >
18
18
19
19
<!-- Muenchen.de Fontfaces -->
20
20
< link
21
- href ="https://assets.muenchen.de/mde/1.0.10/css/fonts.css "
22
- rel ="stylesheet "
21
+ href ="https://assets.muenchen.de/mde/1.0.10/css/fonts.css "
22
+ rel ="stylesheet "
23
23
/>
24
24
25
+ <!-- Load login-WC from local dev-server -->
26
+ < script src ="http://localhost:5173/src/main.ts " type ="module "> </ script >
27
+
25
28
<!-- built files will be auto injected -->
26
29
< script
27
- src ="src/checklist-detail-webcomponent.ts "
28
- type ="module "
30
+ src ="src/checklist-detail-webcomponent.ts "
31
+ type ="module "
29
32
> </ script >
30
- </ head >
31
- < body >
32
- < noscript >
33
- < strong >
33
+ </ head >
34
+ < body >
35
+ < noscript >
36
+ < strong >
34
37
In order for the development page to work correctly, JavaScript needs to
35
38
be activated.
36
- </ strong >
37
- </ noscript >
38
- < div >
39
- < checklist-detail first-name ="Julia "> </ checklist-detail >
40
- </ div >
41
- </ body >
39
+ </ strong >
40
+ </ noscript >
41
+ < dbs-login
42
+ kc-url ="http://localhost:8100/auth/ "
43
+ kc-realm ="local_realm "
44
+ kc-client-id ="local "
45
+ overview-link ="http://localhost:3000/ "
46
+ ticket-link ="http://localhost:3000/ "
47
+ appointment-link ="http://localhost:3000/ "
48
+ > </ dbs-login >
49
+ < div >
50
+ < checklist-detail first-name ="Julia "> </ checklist-detail >
51
+ </ div >
52
+ </ body >
42
53
</ html >
Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
2
< html lang ="en ">
3
- < head >
4
- < meta charset ="UTF-8 " />
3
+ < head >
4
+ < meta charset ="UTF-8 "/>
5
5
< meta
6
- name ="robots "
7
- content ="noindex "
6
+ name ="robots "
7
+ content ="noindex "
8
8
/>
9
9
< link
10
- href ="/favicon.ico "
11
- rel ="icon "
10
+ href ="/favicon.ico "
11
+ rel ="icon "
12
12
/>
13
13
< meta
14
- content ="width=device-width, initial-scale=1.0 "
15
- name ="viewport "
14
+ content ="width=device-width, initial-scale=1.0 "
15
+ name ="viewport "
16
16
/>
17
17
< title > personalization-webcomponent</ title >
18
18
19
19
<!-- Muenchen.de Fontfaces -->
20
20
< link
21
- href ="https://assets.muenchen.de/mde/1.0.10/css/fonts.css "
22
- rel ="stylesheet "
21
+ href ="https://assets.muenchen.de/mde/1.0.10/css/fonts.css "
22
+ rel ="stylesheet "
23
23
/>
24
24
25
+ <!-- Load login-WC from local dev-server -->
26
+ < script src ="http://localhost:5173/src/main.ts " type ="module "> </ script >
27
+
25
28
<!-- built files will be auto injected -->
26
29
< script
27
- src ="src/checklist-overview-webcomponent.ts "
28
- type ="module "
30
+ src ="src/checklist-overview-webcomponent.ts "
31
+ type ="module "
29
32
> </ script >
30
- </ head >
31
- < body >
32
- < noscript >
33
- < strong >
33
+ </ head >
34
+ < body >
35
+ < noscript >
36
+ < strong >
34
37
In order for the development page to work correctly, JavaScript needs to
35
38
be activated.
36
- </ strong >
37
- </ noscript >
38
- < div >
39
- < checklist-overview first-name ="Simon " />
40
- </ div >
41
- </ body >
39
+ </ strong >
40
+ </ noscript >
41
+ < dbs-login
42
+ kc-url ="http://localhost:8100/auth/ "
43
+ kc-realm ="local_realm "
44
+ kc-client-id ="local "
45
+ overview-link ="http://localhost:3000/ "
46
+ ticket-link ="http://localhost:3000/ "
47
+ appointment-link ="http://localhost:3000/ "
48
+ > </ dbs-login >
49
+ < div >
50
+ < checklist-overview first-name ="Simon "/>
51
+ </ div >
52
+ </ body >
42
53
</ html >
Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
2
< html lang ="en ">
3
- < head >
4
- < meta charset ="UTF-8 " />
3
+ < head >
4
+ < meta charset ="UTF-8 "/>
5
5
< meta
6
- name ="robots "
7
- content ="noindex "
6
+ name ="robots "
7
+ content ="noindex "
8
8
/>
9
9
< link
10
- href ="/favicon.ico "
11
- rel ="icon "
10
+ href ="/favicon.ico "
11
+ rel ="icon "
12
12
/>
13
13
< meta
14
- content ="width=device-width, initial-scale=1.0 "
15
- name ="viewport "
14
+ content ="width=device-width, initial-scale=1.0 "
15
+ name ="viewport "
16
16
/>
17
17
< title > personalization-webcomponent</ title >
18
18
19
19
<!-- Muenchen.de Fontfaces -->
20
20
< link
21
- href ="https://assets.muenchen.de/mde/1.0.10/css/fonts.css "
22
- rel ="stylesheet "
21
+ href ="https://assets.muenchen.de/mde/1.0.10/css/fonts.css "
22
+ rel ="stylesheet "
23
23
/>
24
24
25
+ <!-- Load login-WC from local dev-server -->
26
+ < script src ="http://localhost:5173/src/main.ts " type ="module "> </ script >
27
+
25
28
<!-- built files will be auto injected -->
26
29
< script
27
- src ="src/my-checklists-webcomponent.ts "
28
- type ="module "
30
+ src ="src/my-checklists-webcomponent.ts "
31
+ type ="module "
29
32
> </ script >
30
- </ head >
31
- < body >
32
- < noscript >
33
- < strong >
33
+ </ head >
34
+ < body >
35
+ < noscript >
36
+ < strong >
34
37
In order for the development page to work correctly, JavaScript needs to
35
38
be activated.
36
- </ strong >
37
- </ noscript >
38
- < div >
39
- < my-checklists
40
- checklist-detail-url ="./index-checklist-detail.html "
41
- > </ my-checklists >
42
- </ div >
43
- </ body >
39
+ </ strong >
40
+ </ noscript >
41
+ < dbs-login
42
+ kc-url ="http://localhost:8100/auth/ "
43
+ kc-realm ="local_realm "
44
+ kc-client-id ="local "
45
+ overview-link ="http://localhost:3000/ "
46
+ ticket-link ="http://localhost:3000/ "
47
+ appointment-link ="http://localhost:3000/ "
48
+ > </ dbs-login >
49
+ < div >
50
+ < my-checklists
51
+ checklist-detail-url ="./index-checklist-detail.html "
52
+ > </ my-checklists >
53
+ </ div >
54
+ </ body >
44
55
</ html >
Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
2
< html lang ="en ">
3
- < head >
4
- < meta charset ="UTF-8 " />
3
+ < head >
4
+ < meta charset ="UTF-8 "/>
5
5
< meta
6
- name ="robots "
7
- content ="noindex "
6
+ name ="robots "
7
+ content ="noindex "
8
8
/>
9
9
< link
10
- href ="/favicon.ico "
11
- rel ="icon "
10
+ href ="/favicon.ico "
11
+ rel ="icon "
12
12
/>
13
13
< meta
14
- content ="width=device-width, initial-scale=1.0 "
15
- name ="viewport "
14
+ content ="width=device-width, initial-scale=1.0 "
15
+ name ="viewport "
16
16
/>
17
17
< title > personalization-webcomponents</ title >
18
18
19
19
<!-- Muenchen.de Fontfaces -->
20
20
< link
21
- href ="https://assets.muenchen.de/mde/1.0.10/css/fonts.css "
22
- rel ="stylesheet "
21
+ href ="https://assets.muenchen.de/mde/1.0.10/css/fonts.css "
22
+ rel ="stylesheet "
23
23
/>
24
- </ head >
25
- < body >
26
- < noscript >
27
- < strong >
24
+
25
+ <!-- Load login-WC from local dev-server -->
26
+ < script src ="http://localhost:5173/src/main.ts " type ="module "> </ script >
27
+ </ head >
28
+ < body >
29
+ < noscript >
30
+ < strong >
28
31
In order for the development page to work correctly, JavaScript needs to
29
32
be activated.
30
- </ strong >
31
- </ noscript >
32
- < div >
33
- < h1 > The following webcomponents are available:</ h1 >
34
- < ul >
33
+ </ strong >
34
+ </ noscript >
35
+ < div >
36
+ < dbs-login
37
+ kc-url ="http://localhost:8100/auth/ "
38
+ kc-realm ="local_realm "
39
+ kc-client-id ="local "
40
+ overview-link ="http://localhost:3000/ "
41
+ ticket-link ="http://localhost:3000/ "
42
+ appointment-link ="http://localhost:3000/ "
43
+ > </ dbs-login >
44
+ < h1 > The following webcomponents are available:</ h1 >
45
+ < ul >
35
46
< li >
36
- < a href ="index-checklist-detail.html "> checklist-detail webcomp</ a >
47
+ < a href ="index-checklist-detail.html "> checklist-detail webcomp</ a >
37
48
</ li >
38
49
< li >
39
- < a href ="index-checklist-overview.html "> checklist-overview webcomp</ a >
50
+ < a href ="index-checklist-overview.html "> checklist-overview webcomp</ a >
40
51
</ li >
41
52
< li >
42
- < a href ="index-my-checklists.html "> my-checklists webcomp</ a >
53
+ < a href ="index-my-checklists.html "> my-checklists webcomp</ a >
43
54
</ li >
44
- </ ul >
45
- </ div >
46
- </ body >
55
+ </ ul >
56
+ </ div >
57
+ </ body >
47
58
</ html >
You can’t perform that action at this time.
0 commit comments