-
Notifications
You must be signed in to change notification settings - Fork 0
/
PLE.html
328 lines (247 loc) · 13 KB
/
PLE.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
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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
<!doctype html>
<html lang="en">
<!-- Template test_top -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="assets/icons/favicon.ico">
<title>gRSShopper</title>
<!-- Styles -->
<!-- DateTime Picker -->
<link rel="stylesheet" href="assets/css/jquery.datetimepicker.min.css">
<!-- Min -->
<link rel="stylesheet" href="assets/css/mini-default.min.css">
<!-- gRSShopper -->
<link rel="stylesheet" href="assets/css/grsshopper_admin.css">
<link rel="stylesheet" href="assets/css/jquery-ui.css">
</head>
<body onload="startUp('cgi-bin/api.cgi');">
<div id="spinner-donut" class="spinner-donut"></div>
<div id="page_frame" style="position:absolute;z-index:1;width:100vw;">
<!-- End Template test_top -->
<!---------------------------------------------------- -->
<!-- Left Side Pane -->
<div id="mySidenav" class="sidenav">
<!-- Tabs -->
<div class="tabPanel">
<div tabindex="1" role="button" class="tab tablinks" aria-pressed="false" onclick="openTab(event, 'Read', 'tablinks')">Read</div>
<div tabindex="2" role="button" class="tab tablinks" aria-pressed="false" onclick="openTab(event, 'Make', 'tablinks')">Make</div>
<div tabindex="3" role="button" class="tab tablinks" aria-pressed="false" onclick="openTab(event, 'Find', 'tablinks')">Find</div>
<div tabindex="4" role="button" class="tab tablinks" aria-pressed="false" onclick="openTab(event, 'Listen', 'tablinks')">Listen</div>
<div tabindex="5" role="button" class="tab tablinks" id="list-button" aria-pressed="false" onclick="openTab(event, 'List', 'tablinks')">List</div>
<div tabindex="6" role="button" class="tab tablinks" aria-pressed="false" onclick="closeNav()">«</div>
</div>
<!-- Tab contents -->
<div class="tabcontents">
<!-- Help Tab -->
<div id="Help" class="tabcontent">
<img src="assets/images/select_from_tab.jpg" style="height:50px;"><br>
<p style="margin:1.5em;">Click the <span style="color:green" onclick="openTab(event, 'Read', 'tablinks')">Read</span> tab to opens link to items that have been harvested from other websites<hr size=1></p>
<p style="margin:1.5em;">Click the <span style="color:green" onclick="openTab(event, 'Make', 'tablinks')">Make</span> tab to create or edit your own content in the database <hr size=1></p>
<p style="margin:1.5em;">Click the <span style="color:green" onclick="openTab(event, 'Find', 'tablinks')">Find</span> tab to find new resources (like data, jobs or courses)<hr size=1></p>
<p style="margin:1.5em;">Click the <span style="color:green" onclick="openTab(event, 'Listen', 'tablinks')">Listen</span> tab to listen to podcasts and audio resources<hr size=1></p>
<p style="margin:1.5em;">Click the <span style="color:green" onclick="openTab(event, 'List', 'tablinks')">List</span> tab to go back to a previously opened list (this tab only appears if there's a previously opened list)</p>
</div>
<!-- Read Tab -->
<div id="Read" class="tabcontent">
<h3>Read</h3>
<p>Read</p>
</div>
<!-- Make Tab -->
<div id="Make" class="tabcontent">
<h3>Make</h3>
<p>Make</p>
</div>
<!-- Find Tab -->
<div id="Find" class="tabcontent">
<!-- Find Tab Subtabs -->
<div class="findtab">
<button class="small" onclick="openTab(event, 'findData','findlinks'); read_into({div:'findData',cmd:'list_tables',table:'tables',tab:'Find'});">Data</button>
<button class="small" onclick="openTab(event, 'findWork','findlinks')">Jobs</button>
<button class="small" onclick="openTab(event, 'findSchool','findlinks'); read_into({div:'findSchool',cmd:'list',table:'course',tab:'findSchool'});">Courses</button>
</div>
<!-- Find Tab Subtab Content Area -->
<div>
<div id="findData" class="findtabcontent" style="display:none;"></div>
<div id="findWork" class="findtabcontent" style="display:none;">
<iframe style="width:100%;height:800px;border:0">iFrame Content</iframe>
</div>
<div id="findSchool" class="findtabcontent" style="display:none;">
<iframe style="width:100%;height:800px;"></iframe>
</div>
</div><!-- End Find Tab Content Area -->
</div><!-- End Find Tab -->
<!-- Listen Tab -->
<div id="Listen" class="tabcontent">
<div id="myData"></div>
<iframe style="width:100%;height:800px;border:0;">test</iframe>
</div>
<!-- List Tab -->
<div id="List" class="tabcontent"></div>
</div> <!-- End Tab Contents -->
</div> <!-- End Side Nav -->
<!-- ----------------------- -->
<!-- Start Right Pane -->
<div id="myTalknav" class="talknav">
<!-- Tabs -->
<div class="tabPanel">
<div tabindex="0" role="button" class="tab sociallinks" aria-pressed="false" onclick="closeTalkNav()">»</div>
<div tabindex="0" role="button" class="tab sociallinks" aria-pressed="false" onclick="openTab(event, 'Myself', 'sociallinks')">Myself</div>
<div tabindex="0" role="button" class="tab sociallinks" aria-pressed="false" onclick="openTab(event, 'Discuss', 'sociallinks')">Discuss</div>
<div tabindex="0" role="button" class="tab sociallinks" aria-pressed="false" onclick="$('#chatframe').attr('src','cgi-bin/cchat.cgi');openTab(event, 'Chatter', 'sociallinks')">Chatter</div>
<div tabindex="0" role="button" class="tab sociallinks" aria-pressed="false" onclick="openTab(event, 'Email', 'sociallinks')">Email</div>
</div>
<!-- Tab contents -->
<div class="talktabcontents" style="width:100%;height:90%;border: 0px none !important;">
<!-- Myself Tab content -->
<div id="Myself" class="talktabcontent">
<label for="right-list-right-list-personal-portfolio">Personal Profile</label>
<div class="table-list-element" id="right-list-personal-profile">
<iframe id="loginWidget" src="cgi-bin/login_widget.cgi" height="80" width="100%" title="Login" style="border:1px solid lightgray;"></iframe>
<div role="button" class="btn" onClick="
loadHTML({div:'Reader',cmd:'show',table:'page',id:'Profile'});
openTab(event, 'Reader', 'mainlinks');
">View</div>
<div role="button" class="btn" onClick="
openDiv('cgi-bin/api.cgi','Profile','edit','person','me','n','Identity');
openTab(event, 'Profile', 'mainlinks');
">Edit</div>
<div role="button" class="btn" onClick="
openDiv('cgi-bin/api.cgi','Profile','publish','vcard','vcard','vcard');
openTab(event, 'Profile', 'mainlinks');
">Publish VCard</div>
</div>
<label for="right-list-right-list-publishing">Publishing</label>
<div class="table-list-element" id="right-list-publishing">
<div tabindex="0" role="button" class="btn" onClick="
openDiv('cgi-bin/api.cgi','Profile','social','Accounts','','','Accounts');
openTab(event, 'Profile', 'mainlinks');
">Accounts</div>
<div tabindex="1" role="button" class="btn" onClick="
openDiv('cgi-bin/api.cgi','Profile','social','Sharing','','','Sharing');
openTab(event, 'Profile', 'mainlinks');
">Sharing</div>
<div tabindex="2" role="button" class="btn" onClick="
openDiv('cgi-bin/api.cgi','Profile','publishing','','','','Newsletters');
openTab(event, 'Profile', 'mainlinks');
">Newsletter</div>
</div>
<label for="right-list-right-list-personal-portfolio">Personal Portfolio</label>
<div class="table-list-element" id="right-list-personal-portfolio">
<div role="button" class="btn" onClick="
openDiv('page/Portfolio','Profile');
">View</div>
<div role="button" class="btn" onClick="
alert('Not functioning');
">Edit</div>
</div>
<label for="right-list-social-network">Social Network</label>
<div class="table-list-element" id="right-list-social-network">
<div role="button" class="btn" onClick="
openDiv('cgi-bin/api.cgi','Profile','social','Subscribers','','','','Subscribers');
openTab(event, 'Profile', 'mainlinks');
">Users</div>
<div role="button" class="btn" onClick="
openDiv('cgi-bin/api.cgi','Profile','social','Accounts','','','Accounts');
openTab(event, 'Profile', 'mainlinks');
">Accounts</div>
<div role="button" class="btn" onClick="
alert('Not yet active');
">View</div>
</div>
<label for="right-list-right-list-account">Account</label>
<div class="table-list-element" id="right-list-account">
<div role="button" class="btn" onClick="
alert('Not functioning');
">Logout</div>
<div role="button" class="btn" onClick="
alert('Not functioning');
">Change Password</div>
</div>
</div> <!-- End Myself Tab content -->
<!-- Discuss Tab Content -->
<div id="Discuss" class="talktabcontent">
<h3>Discuss</h3>
<p>Nothing here yet.</p>
</div>
<!-- Chatter Tab Content -->
<div id="Chatter" class="talktabcontent" style="margin:0; padding:0; height:100%;border: 0px none !important;">
<iframe id="chatframe" frameBorder="0" style="width:100%;height:100%;border: 0px none !important;"></iframe>
</div>
<!-- Email Tab Content -->
<div id="Email" class="talktabcontent">
<h3>Email</h3>
<p>Nothing here yet.</p>
</div>
</div> <!-- End Tab contents -->
</div> <!-- End Right Pane -->
<!-- --------------------------------- -->
<!-- Main Content -->
<div id="main">
<!-- Begin Main Content Tabs -->
<div class="tabPanel">
<div class="tab mainlinks" style="float:right!important;" data-toggle="tab"
onclick="openTalkNav(); openTab('', 'Myself', 'sociallinks');"><i class="fa fa-user"></i></div>
<div class="tab mainlinks" style="float:right!important;" data-toggle="tab" onclick="
openDiv('cgi-bin/api.cgi','Admin','admin','general','general','');
openTab(event, 'mainWindowGeneral', 'editorlinks');
openTab(event, 'Admin', 'mainlinks','admin-button');
alert('Open Administration Functions'); // Instead of a proper async function; your help would be welcome here
"><i class="fa fa-gear"></i></div>
<div tabindex="0" role="button" class="tab mainlinks" onclick="openNav();"><i class="fa fa-database"></i></div>
<div tabindex="0" role="button" class="tab mainlinks" onclick="
loadHTML({div:'Reader',cmd:'show',table:'page',id:'gRSShopper: Start'});
openTab(event, 'Reader', 'mainlinks');
"><img src="assets/img/gRSSicon.jpg"></div>
<div tabindex="1" role="button" id="ReaderButton" class="tab mainlinks" aria-pressed="false" onclick="openTab(event, 'Reader', 'mainlinks')">Reader</div>
<div tabindex="2" role="button" id="editorButton" class="tab mainlinks" aria-pressed="false" onclick="openTab(event, 'editor', 'mainlinks')">Editor</div>
<div tabindex="3" role="button" id="ProfileButton" class="tab mainlinks" aria-pressed="false" onclick="openTab(event, 'Profile', 'mainlinks')">Profile</div>
<div tabindex="4" role="button" id="AdminButton" class="tab mainlinks" aria-pressed="false" onclick="openTab(event, 'Admin', 'mainlinks')" id="admin-button">Admin</div>
</div>
<!-- End Main Content Tabs -->
<!-- Begin Main Content Panes -->
<div class="tabcontents">
<div id="Reader" class="tabcontents" style="width:95vw;height:100vh; background-color:white;">
</div>
<div id="editor" class="tabcontent">
<img src="assets/images/open_editor.jpg" style="height:50px;">
</div>
<div id="Profile" class="tabcontent">
<div class="tab-panel">
<div id="login-panel" style="display:none;">
<h1 style="color:green;"><em>Welcome to gRSShopper</em></h1>
<iframe id="loginWidget" src="cgi-bin/login_widget.cgi" height="80" width="100%" title="Login" style="border:0;"></iframe>
</div>
</div>
</div>
<div id="Admin" class="tabcontent">
Click on the gear icon (upper right) to open the Administration panel
</div>
</div>
<!-- End Main Content Panes -->
</div>
<!-- End Page Frame-->
</div>
</body>
<!-- Scripts -->
<!-- JQuery -->
<script src="assets/js/jquery.min.js"></script>
<!-- JQuery UI -->
<script src="assets/js/jquery-ui.min.js"></script>
<!-- JQuery ToggleButton -->
<script src="assets/js/select-togglebutton.js"></script>
<!-- CK Editor -->
<script src="//cdn.ckeditor.com/4.7.0/standard/ckeditor.js"></script>
<script src="//cdn.ckeditor.com/4.7.0/basic/adapters/jquery.js"></script>
<!-- DateTime Picker -->
<script src="assets/js/jquery.datetimepicker.full.min.js"></script>
<!-- Font-Awesome -->
<script src="https://kit.fontawesome.com/bf62bb2348.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/mini.css/3.0.1/mini-default.min.css">
<!-- gRSShopper -->
<script src="assets/js/gRSShopper_dataTemplates.js"></script>
<script src="assets/js/grsshopper_admin.js"></script>
<link rel="stylesheet" href="assets/css/grsshopper_admin.css">
</html>