File tree Expand file tree Collapse file tree
Ch05_AccessReferenceMaps/src/main/webapp Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44< html xmlns ="http://www.w3.org/1999/xhtml " xmlns:h ="http://xmlns.jcp.org/jsf/html ">
55< h:head >
66 < h:outputStylesheet library ="css " value ="styles.css " name ="styles.css " />
7- < title > Ch05_AccessReferenceMaps </ title >
7+ < title > Chapter 05 - Access Reference Maps </ title >
88</ h:head >
99< h:body >
10- < h1 > Ch05_AccessReferenceMaps: Account details (user id #{account.userId})</ h1 >
10+ < h1 > Chapter 05 - Access Reference Maps</ h1 >
11+
12+ < p > Account details (user id #{account.userId}).</ p >
1113
1214 < h:panelGrid columns ="2 " rendered ="#{account.account != null} ">
1315 < strong > Account name</ strong > < h:outputText value ="#{account.account.name} " />
1921 < h:panelGrid columns ="1 " rendered ="#{account.account == null} ">
2022 < p > No account found</ p >
2123 </ h:panelGrid >
24+
25+ < p > < a href ="index.xhtml "> Back</ a > </ p >
2226</ h:body >
2327</ html >
Original file line number Diff line number Diff line change 44< html xmlns ="http://www.w3.org/1999/xhtml " xmlns:h ="http://xmlns.jcp.org/jsf/html ">
55< h:head >
66 < h:outputStylesheet library ="css " value ="styles.css " name ="styles.css " />
7- < title > Ch05_AccessReferenceMaps </ title >
7+ < title > Chapter 05 - Access Reference Maps </ title >
88</ h:head >
99< h:body >
10- < h1 > Ch05_AccessReferenceMaps: Account details (user id #{accountInteger.userId})</ h1 >
10+ < h1 > Chapter 05 - Access Reference Maps</ h1 >
11+
12+ < p > Account details (user id #{accountInteger.userId}).</ p >
1113
1214 < h:panelGrid columns ="2 " rendered ="#{accountInteger.account != null} ">
1315 < strong > Account name</ strong > < h:outputText value ="#{accountInteger.account.name} " />
1921 < h:panelGrid columns ="1 " rendered ="#{accountInteger.account == null} ">
2022 < p > No account found</ p >
2123 </ h:panelGrid >
24+
25+ < p > < a href ="index.xhtml "> Back</ a > </ p >
2226</ h:body >
2327</ html >
Original file line number Diff line number Diff line change 44< html xmlns ="http://www.w3.org/1999/xhtml " xmlns:h ="http://xmlns.jcp.org/jsf/html ">
55< h:head >
66 < h:outputStylesheet library ="css " value ="styles.css " name ="styles.css " />
7- < title > Ch05_AccessReferenceMaps </ title >
7+ < title > Chapter 05 - Access Reference Maps </ title >
88</ h:head >
99< h:body >
10- < h1 > Ch05_AccessReferenceMaps: Account details (user id #{accountRandom.userId})</ h1 >
10+ < h1 > Chapter 05 - Access Reference Maps</ h1 >
11+
12+ < p > Account details (user id #{accountRandom.userId}).</ p >
1113
1214 < h:panelGrid columns ="2 " rendered ="#{accountRandom.account != null} ">
1315 < strong > Account name</ strong > < h:outputText value ="#{accountRandom.account.name} " />
1921 < h:panelGrid columns ="1 " rendered ="#{accountRandom.account == null} ">
2022 < p > No account found</ p >
2123 </ h:panelGrid >
24+
25+ < p > < a href ="index.xhtml "> Back</ a > </ p >
2226</ h:body >
2327</ html >
Original file line number Diff line number Diff line change 55 xmlns:f ="http://xmlns.jcp.org/jsf/core ">
66< h:head >
77 < h:outputStylesheet library ="css " value ="styles.css " name ="styles.css "/>
8- < title > Ch05_AccessReferenceMaps </ title >
8+ < title > Chapter 05 - Access Reference Maps </ title >
99</ h:head >
1010< h:body >
11- < h1 > Ch05_AccessReferenceMaps </ h1 >
11+ < h1 > Chapter 05 - Access Reference Maps </ h1 >
1212
1313 < p > Your user id is < strong > #{account.userId}</ strong > .</ p >
1414
Original file line number Diff line number Diff line change 1- .text-input {
2- width : 250px ;
3- }
4-
51.send-button {
62 margin-left : 25px ;
73}
84
95h1 {
10- font-size : 125 % ;
6+ font-size : 1.5 em ;
117}
128
139h2 {
14- font-size : 110 % ;
10+ font-size : 1.2 em ;
1511}
You can’t perform that action at this time.
0 commit comments