-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
181 lines (157 loc) · 6.32 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Scrumptious" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://scrumpit.herokuapp.com" />
<meta property="og:image" content="https://scrumpit.herokuapp.com/images/scrumptious_logo_large.png" />
<meta property="og:site_name" content="Scrumptious" />
<meta property="og:description" content="Scrumptious app" />
<meta property="fb:app_id" content="314522715291696" />
<title>Scrumptious</title>
<link rel="stylesheet" href="css/jquery.mobile-1.2.0.css" />
<link rel="stylesheet" href="css/base.css" />
<script src="js/jquery.js"></script>
<script src="js/jquery.mobile-1.2.0.js"></script>
<script src="js/mustache.js"></script>
<script src="js/main.js"></script>
</head>
<body>
<!-- Facebook JavaScript -->
<div id="fb-root"></div>
<!-- Login page -->
<div data-role="page" id="login" class="type-home">
<div data-role="content">
<div id="login-header">
<img src="images/scrumptious_logo.png" alt="Scrumptious" /><span class="tagline">Scrumptious</span>
</div>
<div id="login-intro">
<p class="intro">To get started, login using Facebook</p></div>
</div>
<div class="login-button">
<div class="fb-login-button" data-show-faces="false" data-width="300" data-max-rows="1" size="large"></div>
</div>
</div>
</div>
<!-- Main menu page -->
<div data-role="page" id="menu" class="type-menu">
<div data-role="header">
<div class="ui-bar ui-bar-a">
<span class="topnav-app">Scrumptious</span>
<span id="user-identity"></span>
<!-- menu trigger -->
<a data-icon="arrow-d" data-iconpos="notext" href="#menu" data-rel="popup" data-position-to="#menu-anchor" data-transition="slidedown" data-inline="true" class="ui-btn-right">Menu</a>
</div>
</div><!-- /header -->
<div data-role="content">
<!-- menu position helper -->
<div id="menu-anchor"></div>
<!-- menu content -->
<div id="menu" data-role="popup">
<ul data-role="listview" data-inset="true">
<li data-icon="false"><a id="logout" href="#login">Log Out</a></li>
</ul>
</div>
<div id="confirmation"></div>
<ul data-role="listview" data-inset="true" data-theme="c" data-dividertheme="b">
<li><a href="#meals"><img src="images/action-eating.png" /> <h3>What are you eating?</h3><p id="select-meal">Select one</p></a></li>
<li><a href="#places" onclick="getNearby()"><img src="images/action-location.png" /> <h3>Where are you?</h3><p id="select-location">Select one</p></a></li>
<li><a href="#friends" onclick="getFriends()"><img src="images/action-people.png" /> <h3>With whom?</h3><p id="select-friends">Select friends</p></a></li>
</ul>
</div>
<div class="submit-button">
<a id="announce" href="#" data-role="button" class="ui-disabled">Announce</a>
</div>
</div>
<!-- Select a Meal page -->
<div data-role="page" id="meals" class="type-menu-drilldown">
<div data-role="header">
<a data-rel="back" data-icon="back">Back</a>
<h1>Select a Meal</h1>
</div>
<div data-role="content">
<ul data-role="listview" data-inset="false" data-theme="c" id="meal-list"></ul>
</div>
</div>
<!-- Details for a meal page -->
<div data-role="page" id="meal-details" class="type-meal-details">
<div data-role="header">
<a data-rel="back" data-icon="back">Back</a>
<h1>Meal</h1>
</div>
<div data-role="content">
<div id="selected_meal"></div>
<div class="submit-button">
<a id="detail-meal-select" href="#menu" data-role="button">Select</a>
</div>
</div>
</div>
<!-- Select a Place page -->
<div data-role="page" id="places" class="type-menu-drilldown">
<div data-role="header">
<a data-rel="back" data-icon="back">Back</a>
<h1>Nearby</h1>
<a id="places-done" href="#menu" class="ui-btn-right">Done</a>
</div>
<div data-role="content">
<ul data-role="listview" data-inset="false" data-theme="c" data-filter="true" id="places-list"></ul>
</div>
</div>
<!-- Select friends page -->
<div data-role="page" id="friends" class="type-menu-drilldown">
<div data-role="header">
<a data-rel="back" data-icon="back">Back</a>
<h1>Select Friends</h1>
<a id="friends-done" href="#menu" class="ui-btn-right">Done</a>
</div>
<div data-role="content">
<ul data-role="listview" data-inset="false" data-theme="c" data-filter="true" id="friends-list"></ul>
</div>
</div>
<script type="x-mustache-template" id="meal_list_tmpl">
{{#.}}
<li><a href="#meal-details" data-name="{{ title }}" data-transition="slide"><img src="images/meals/{{ id }}.png"></img>{{ title }}</a></li>
{{/.}}
</script>
<script type="x-mustache-template" id="selected_meal_tmpl">
<h3>{{ title }}</h3>
<br>
<img src="images/meals/{{ id }}-full.png"></img>
<br><br>
</script>
<script type="x-mustache-template" id="places_list_tmpl">
{{#.}}
<li data-icon="false" data-name="{{ id }}"><a href="#" data-transition="slide"><img src="{{ picture.data.url }}"></img>{{ name }}</a></li>
{{/.}}
</script>
<script type="x-mustache-template" id="friends_list_tmpl">
{{#.}}
<li data-icon="false" data-name="{{ id }}"><a href="#" data-transition="slide"><img src="{{ picture.data.url }}"></img>{{ name }}</a></li>
{{/.}}
</script>
<!-- Facebook JavaScript -->
<script type="text/javascript">
window.fbAsyncInit = function() {
FB.init({
appId : '314522715291696', // App ID
channelUrl : '//scrumpit.herokuapp.com/channel.html', // Channel File
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml: true,
});
FB.Event.subscribe('auth.statusChange', handleStatusChange);
FB.getLoginStatus(handleStatusChange);
};
// Load the SDK Asynchronously
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
</body>
</html>