-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgroups.php
More file actions
207 lines (148 loc) · 6.5 KB
/
groups.php
File metadata and controls
207 lines (148 loc) · 6.5 KB
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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<?php
$body_id = 'groupbody';
require_once('header.php');
?>
<script src='js/groupView.js'></script>
<!-- <div id="quote_section"><br><br>Stay Tuned! Groups and Study Buddies Will Be Fully Launched 06/26/16 @6:00PM</div>-->
<div class="white_bg">
<div class="container" val="">
<div class="row successmsg">
</div>
<div class="row errormsg">
</div>
<div class="col-xs-12 col-md-6 col-lg-6 col-sm-12" id="details" title="" style="display: none;">
<div title="" >
<div class="reg-title" id= "groupViewTitle">
<div id="topic-title"></div>
<ul id= "groupNavBar">
<li class="groupNavElem" id= "detailsLi"><a href="#"><div class="img" id="chat-icon"> <img src= "images/detail.png" width="40px" alt=""></div>Details</a>
</li>
<li class="groupNavElem" id= "messagesLi"><a href="#">
<div class="img" id="chat-icon"> <img src= "images/chat.png" width="40px" alt=""></div>Messages</a></li>
<li class="groupNavElem" id= "membersLi"> <a href="#"><div class="img" id="chat-icon"> <img src= "images/member.png" width="40px" alt=""></div>Members</a></li>
</ul>
</div>
<div id="card">
<div class="details">
<div class="login_box registration">
<form method="post" action="" id="addgroupform" onsubmit="return editGroupValidation();">
<input type="hidden" name="action" value="editgroup" />
<input type="hidden" id="maptype" value="detail"/>
<input type="hidden" name="hdngroupid" id="hdngroupid" value="" />
<div class="form-group">
<label for="ag_class">Class Name</label>
<input type="text" readonly="readonly" class="form-control" placeholder="Select Class" name="ag_topicname" id="ag_classname" value="">
</div>
<div class="form-group">
<label for="ag_topicname">Topic Name</label>
<input type="text" readonly="readonly" class="form-control" placeholder="Enter Topic Name" name="ag_topicname" id="ag_topicname" value="<">
</div>
<div class="form-group">
<label for="ag_public">Group Type</label>
<input type="text" readonly="readonly" class="form-control" placeholder="Enter Room no." name="ag_public" id="ag_public" value="">
</div>
<div class="form-group">
<label for="ag_date">Date</label>
<input type="text" readonly="readonly" class="form-control" name="ag_date" id="ag_date" value="">
</div>
<div class="form-group">
<div id="time-range">
<label>Time: <span class="slider-time">
<input type="text" readonly="readonly" class="form-control" name="ag_time" id="ag_time" value="">
</label>
</div>
</div>
<div class="form-group">
<label for="ag_room">Room Number</label>
<input type="text" readonly="readonly" class="form-control" placeholder="Enter Room no." name="ag_room" id="ag_room" value="">
</div>
<div class="form-group">
<label for="ag_location">Location</label>
<div id="map2"></div>
<input type="hidden" id="maptype" value="detail">
<input type="hidden" id="ag_location" value="">
<input type="hidden" class="form-control" name="ag_location" id="ag_location_latlng" value="43.704472,-72.288951" readonly="true">
</div>
<div class="edit">
<a href="http://libcal.dartmouth.edu/booking/studyrooms">Reserve a Room in Baker-Berry</a>
</div>
<div class="edit">
<a href="http://oracle-www.dartmouth.edu/dart/groucho/dartr25_wvprod.startup">Reserve a Room Elsewhere on Campus</a>
</div>
<div class="moredetailsbtn">
</div>
</form>
</div>
</div>
<div class="messages">
<div id="wrapper" title="">
<div id="chatbox"></div>
<input name="usermsg" type="text" id="usermsg" size="63" />
<input name="submitmsg" type="submit" id="submitmsg" value="Send" />
</div>
</div>
<div class="members">
<p class = 'membersTextHeaders' id= 'membersHeader'> Group Members </p>
<table style="width:100%" id= "membersDisplay">
</table>
<table style="width:100%">
</table>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="ms-group groups-css">
<div class="responsive-table">
<table width="100%" id="myGroups" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td class="greenbg" colspan="3">My Study Sessions</td>
</tr>
<tr>
<td colspan="3" class="no_record">No BookUp Study Sessions Added.</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="js-group groups-css">
<div class="responsive-table">
<table width="100%" id="inviteGroups" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td class="greenbg" colspan="3">Pending Invites</td>
</tr>
<tr>
<td colspan="3" class="no_record">No New Invites.</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="js-group groups-css">
<div class="responsive-table">
<table width="100%" id="availGroups" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td class="greenbg" colspan="3">available Study Sessions</td>
</tr>
<tr>
<td colspan="3" class="no_record">No BookUp Study Sessions Found.</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php require_once('footer.php'); ?>