File tree Expand file tree Collapse file tree 7 files changed +35
-0
lines changed
Step_06 DataSource - Usage of dynamic data/modules
Step_07 SiteMap - Controlling components and views/modules
Step_08 SiteMap - Variable paths/modules
Step_09 SiteMap - Functional paths/modules
Step_10 MVC - Synchronization/modules
Step_11 MVC - Synchronization and validation/modules Expand file tree Collapse file tree 7 files changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,11 @@ <h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">{{Messages['abou
20
20
< div class ="w3-row-padding w3-grayscale " iterate ="{{team:team}} ">
21
21
{{person:Object.parse(team.item)}}
22
22
< div class ="w3-col l3 m6 w3-margin-bottom ">
23
+ <!--
24
+ Resources with expressions in the src-attribute are initially loaded by the browser.
25
+ A 404 error will always occur in the browser console.
26
+ So the attribute or tag should be inserted completely as an expression.
27
+ -->
23
28
< img src ="./assets/images/team{{person.id}}.jpg " alt ="{{person.name}} ">
24
29
< h3 > {{person.name}}</ h3 >
25
30
< p class ="w3-opacity "> {{person.role}}</ p >
Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ <h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">{{Messages['abou
22
22
< div class ="w3-col l3 m6 w3-margin-bottom ">
23
23
<!-- Link with path to the person-face -->
24
24
< a href ="#person ">
25
+ <!--
26
+ Resources with expressions in the src-attribute are initially loaded by the browser.
27
+ A 404 error will always occur in the browser console.
28
+ So the attribute or tag should be inserted completely as an expression.
29
+ -->
25
30
< img src ="./assets/images/team{{person.id}}.jpg " alt ="{{person.name}} ">
26
31
</ a >
27
32
< h3 > {{person.name}}</ h3 >
Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ <h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">{{Messages['abou
22
22
< div class ="w3-col l3 m6 w3-margin-bottom ">
23
23
<!-- Link with path and ID to the person-face -->
24
24
< a href ="#person#{{person.id}} ">
25
+ <!--
26
+ Resources with expressions in the src-attribute are initially loaded by the browser.
27
+ A 404 error will always occur in the browser console.
28
+ So the attribute or tag should be inserted completely as an expression.
29
+ -->
25
30
< img src ="./assets/images/team{{person.id}}.jpg " alt ="{{person.name}} ">
26
31
</ a >
27
32
< h3 > {{person.name}}</ h3 >
Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ <h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">{{Messages['abou
22
22
< div class ="w3-col l3 m6 w3-margin-bottom ">
23
23
<!-- Link with path and ID to the person-face -->
24
24
< a href ="#person#{{person.id}} ">
25
+ <!--
26
+ Resources with expressions in the src-attribute are initially loaded by the browser.
27
+ A 404 error will always occur in the browser console.
28
+ So the attribute or tag should be inserted completely as an expression.
29
+ -->
25
30
< img src ="./assets/images/team{{person.id}}.jpg " alt ="{{person.name}} ">
26
31
</ a >
27
32
< h3 > {{person.name}}</ h3 >
Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ <h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">{{Messages['abou
22
22
< div class ="w3-col l3 m6 w3-margin-bottom ">
23
23
<!-- Link with path and ID to the person-face -->
24
24
< a href ="#person#{{person.id}} ">
25
+ <!--
26
+ Resources with expressions in the src-attribute are initially loaded by the browser.
27
+ A 404 error will always occur in the browser console.
28
+ So the attribute or tag should be inserted completely as an expression.
29
+ -->
25
30
< img src ="./assets/images/team{{person.id}}.jpg " alt ="{{person.name}} ">
26
31
</ a >
27
32
< h3 > {{person.name}}</ h3 >
Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ <h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">{{Messages['abou
22
22
< div class ="w3-col l3 m6 w3-margin-bottom ">
23
23
<!-- Link with path and ID to the person-face -->
24
24
< a href ="#person#{{person.id}} ">
25
+ <!--
26
+ Resources with expressions in the src-attribute are initially loaded by the browser.
27
+ A 404 error will always occur in the browser console.
28
+ So the attribute or tag should be inserted completely as an expression.
29
+ -->
25
30
< img src ="./assets/images/team{{person.id}}.jpg " alt ="{{person.name}} ">
26
31
</ a >
27
32
< h3 > {{person.name}}</ h3 >
Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ <h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">{{Messages['abou
22
22
< div class ="w3-col l3 m6 w3-margin-bottom ">
23
23
<!-- Link with path and ID to the person-face -->
24
24
< a href ="#person#{{person.id}} ">
25
+ <!--
26
+ Resources with expressions in the src-attribute are initially loaded by the browser.
27
+ A 404 error will always occur in the browser console.
28
+ So the attribute or tag should be inserted completely as an expression.
29
+ -->
25
30
< img src ="./assets/images/team{{person.id}}.jpg " alt ="{{person.name}} ">
26
31
</ a >
27
32
< h3 > {{person.name}}</ h3 >
You can’t perform that action at this time.
0 commit comments