-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfor-dashboard-page.txt
More file actions
19 lines (11 loc) · 1.11 KB
/
for-dashboard-page.txt
File metadata and controls
19 lines (11 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(The first block on the web site Dashboard WordPress page contains this code to display the tool reservations calendar.)
<figure><iframe src="https://www.google.com/calendar/embed?showCalendars=0&mode=WEEK&height=600&wkst=1&bgcolor=%23ffffff&src=betaisfun.com_ocasjnpjbfkd6a0ta3k5ojtaho%40group.calendar.google.com&color=%23711616&ctz=America%2FLos_Angeles" width="800" height="600"></iframe></figure>
(The second block contains this shortcode for the sunset functionality.)
[iflzpo_get_sunset]
-=== This was taken from an existing page in the wp database, backed up here:
<iframe style="border: solid 1px #777;" src="https://www.google.com/calendar/embed?showCalendars=0&mode=DAY&height=600&wkst=1&bgcolor=%23ffffff&src=betaisfun.com_ocasjnpjbfkd6a0ta3k5ojtaho%40group.calendar.google.com&color=%23711616&ctz=America%2FLos_Angeles&showTabs=0&showCalendars=0&showNav=0&" frameborder="0" scrolling="no" width="1200" height="765"></iframe>
<script type="text/javascript"><br />
setTimeout(function(){<br />
location = ''<br />
},200000)<br />
</script>