File tree Expand file tree Collapse file tree 6 files changed +34
-6
lines changed Expand file tree Collapse file tree 6 files changed +34
-6
lines changed Original file line number Diff line number Diff line change 1
- lib /
2
- nbproject /
3
- src /conf /MANIFEST.MF
4
- build.xml
5
- build /
1
+ lib /
2
+ nbproject /
3
+ src /conf /MANIFEST.MF
4
+ build.xml
5
+ build /
6
+ /dist /
Original file line number Diff line number Diff line change 5
5
<exclude-unlisted-classes >false</exclude-unlisted-classes >
6
6
<properties >
7
7
<property name =" javax.persistence.jdbc.user" value =" root" />
8
- <property name =" javax.persistence.jdbc.password" value =" " />
9
8
<property name =" javax.persistence.jdbc.password" value =" CSD@mysql-1872" />
10
9
</properties >
11
10
</persistence-unit >
Original file line number Diff line number Diff line change @@ -185,6 +185,14 @@ Style the div component whose unique id is "rightAlignPanelGroup" per reference
185
185
# rightAlignPanelGroup {
186
186
float : right;
187
187
}
188
+
189
+ /* Style the Google map display */
190
+ .map {
191
+ margin-left : 10px ;
192
+ margin-right : 40px ;
193
+ height : 600px ;
194
+ }
195
+
188
196
/*
189
197
Place the logo image on the left top corner per reference
190
198
<h:panelGrid columns="2" columnClasses="leftTopCornerAlign, rightTopCornerAlign">
Original file line number Diff line number Diff line change @@ -85,6 +85,12 @@ Copyright © 2017 Anand Guruswamy. All rights reserved.
85
85
</ h:link >
86
86
</ c:if >
87
87
88
+ < c:if test ="#{accountManager.isLoggedIn() == true} ">
89
+ <!-- Clicking "Sign In" displays the SignIn.xhtml file -->
90
+ < h:link outcome ="FoodMap " styleClass ="arialTen ">
91
+ < i class ="fa fa-map "> </ i > Food Map
92
+ </ h:link >
93
+ </ c:if >
88
94
<!-- Clicking "Dishes" displays the index.xhtml file -->
89
95
< h:link outcome ="/dish/List " styleClass ="arialTen ">
90
96
< i class ="fa fa-cutlery "> </ i > Dishes
Original file line number Diff line number Diff line change @@ -47,6 +47,20 @@ Copyright © 2017 Osman Balci. All rights reserved.
47
47
< script src ="resources/js/js-image-slider.js " type ="text/javascript "> </ script >
48
48
49
49
50
+ <!--
51
+ ===================================================================================
52
+ Google Maps JavaScript API requires a developer key. You can obtain your own key at
53
+
54
+ https://developers.google.com/maps/documentation/javascript/
55
+
56
+ The key below is Dong Gyu's key.
57
+ ===================================================================================
58
+ -->
59
+ < script src ="https://maps.google.com/maps/api/js?key=AIzaSyBZMh9aKrCzv50b9IvSFA4puoKs6mjHAxA " type ="text/javascript "> </ script >
60
+
61
+ <!-- map.js is needed for map operations in JavaScript -->
62
+ < h:outputScript library ="js " name ="map.js "/>
63
+
50
64
<!--
51
65
The icons and the font-awesome.min.css styles provided by http://fontawesome.io/
52
66
are linked for use by the entire site.
You can’t perform that action at this time.
0 commit comments