Mercurial > public > sg101
comparison gpp/templates/gcalendar/index.html @ 1:dbd703f7d63a
Initial import of sg101 stuff from private repository.
author | gremmie |
---|---|
date | Mon, 06 Apr 2009 02:43:12 +0000 |
parents | |
children | daa2916f5b34 |
comparison
equal
deleted
inserted
replaced
0:900ba3c7b765 | 1:dbd703f7d63a |
---|---|
1 {% extends 'base.html' %} | |
2 {% block title %}Event Calendar{% endblock %} | |
3 {% block content %} | |
4 <h2>SurfGuitar101 Event Calendar</h2> | |
5 <p>All times are shown in the US/Central time zone. You can add any event on our calendar to your own | |
6 <a href="http://www.google.com/googlecalendar/overview.html">Google calendar</a>. If you do, the event | |
7 will be displayed in your time zone, and you can have Google send you email or text message reminders for | |
8 the events. Click on any event below to see more details or copy it to your calendar.</p> | |
9 <iframe src="//www.google.com/calendar/embed?showTitle=0&showTz=0&height=540&wkst=1&bgcolor=%23DFDFDF&src=i81lu3fkh57sgqqenogefd9v78%40group.calendar.google.com&color=%231B887A&ctz=America%2FChicago" style=" border:solid 1px #777 " width="720" height="540" frameborder="0" scrolling="no"></iframe> | |
10 | |
11 <ul> | |
12 {% if user.is_authenticated %} | |
13 <li><a href="{% url gcalendar-add %}"><img src="{{ MEDIA_URL}}icons/calendar_add.png" alt="Add" /></a> | |
14 <a href="{% url gcalendar-add %}">Add an event to our calendar</a>.</li> | |
15 <li><a href="{% url gcalendar-edit_events %}"><img src="{{ MEDIA_URL}}icons/calendar_edit.png" alt="Edit" /></a> | |
16 <a href="{% url gcalendar-edit_events %}">Change or delete an event you previously added</a>.</li> | |
17 {% endif %} | |
18 <li> | |
19 <a href="http://www.google.com/calendar/feeds/i81lu3fkh57sgqqenogefd9v78%40group.calendar.google.com/public/basic"> | |
20 <img src="{{ MEDIA_URL }}icons/feed.png" alt="feed" /></a> | |
21 <a href="http://www.google.com/calendar/feeds/i81lu3fkh57sgqqenogefd9v78%40group.calendar.google.com/public/basic"> | |
22 RSS Feed</a> | |
23 </li> | |
24 <li> | |
25 Want to embed this calendar on your website or blog? <a href="http://www.google.com/calendar/embedhelper?src=i81lu3fkh57sgqqenogefd9v78%40group.calendar.google.com&ctz=America/Chicago">Use this helper tool</a>. | |
26 </li> | |
27 </ul> | |
28 {% endblock %} |