comparison gpp/templates/gcalendar/index.html @ 312:88b2b9cb8c1f

Fixing #142; cut over to the django.contrib.staticfiles app.
author Brian Neal <bgneal@gmail.com>
date Thu, 27 Jan 2011 02:56:10 +0000
parents daa2916f5b34
children f7fbb404241f
comparison
equal deleted inserted replaced
311:b1c39788e511 312:88b2b9cb8c1f
9 the events. Click on any event below to see more details or copy it to your calendar.</p> 9 the events. Click on any event below to see more details or copy it to your calendar.</p>
10 <iframe src="//www.google.com/calendar/embed?showTitle=0&amp;showTz=0&amp;height=540&amp;wkst=1&amp;bgcolor=%23DFDFDF&amp;src=i81lu3fkh57sgqqenogefd9v78%40group.calendar.google.com&amp;color=%231B887A&amp;ctz=America%2FChicago" style=" border:solid 1px #777 " width="720" height="540" frameborder="0" scrolling="no"></iframe> 10 <iframe src="//www.google.com/calendar/embed?showTitle=0&amp;showTz=0&amp;height=540&amp;wkst=1&amp;bgcolor=%23DFDFDF&amp;src=i81lu3fkh57sgqqenogefd9v78%40group.calendar.google.com&amp;color=%231B887A&amp;ctz=America%2FChicago" style=" border:solid 1px #777 " width="720" height="540" frameborder="0" scrolling="no"></iframe>
11 11
12 <ul> 12 <ul>
13 {% if user.is_authenticated %} 13 {% if user.is_authenticated %}
14 <li><a href="{% url 'gcalendar-add' %}"><img src="{{ MEDIA_URL}}icons/calendar_add.png" alt="Add" /></a> 14 <li><a href="{% url 'gcalendar-add' %}"><img src="{{ STATIC_URL}}icons/calendar_add.png" alt="Add" /></a>
15 <a href="{% url 'gcalendar-add' %}">Add an event to our calendar</a>.</li> 15 <a href="{% url 'gcalendar-add' %}">Add an event to our calendar</a>.</li>
16 <li><a href="{% url 'gcalendar-edit_events' %}"><img src="{{ MEDIA_URL}}icons/calendar_edit.png" alt="Edit" /></a> 16 <li><a href="{% url 'gcalendar-edit_events' %}"><img src="{{ STATIC_URL}}icons/calendar_edit.png" alt="Edit" /></a>
17 <a href="{% url 'gcalendar-edit_events' %}">Change or delete an event you previously added</a>.</li> 17 <a href="{% url 'gcalendar-edit_events' %}">Change or delete an event you previously added</a>.</li>
18 {% endif %} 18 {% endif %}
19 <li> 19 <li>
20 <a href="http://www.google.com/calendar/feeds/i81lu3fkh57sgqqenogefd9v78%40group.calendar.google.com/public/basic"> 20 <a href="http://www.google.com/calendar/feeds/i81lu3fkh57sgqqenogefd9v78%40group.calendar.google.com/public/basic">
21 <img src="{{ MEDIA_URL }}icons/feed.png" alt="feed" /></a> 21 <img src="{{ STATIC_URL }}icons/feed.png" alt="feed" /></a>
22 <a href="http://www.google.com/calendar/feeds/i81lu3fkh57sgqqenogefd9v78%40group.calendar.google.com/public/basic"> 22 <a href="http://www.google.com/calendar/feeds/i81lu3fkh57sgqqenogefd9v78%40group.calendar.google.com/public/basic">
23 RSS Feed</a> 23 RSS Feed</a>
24 </li> 24 </li>
25 <li> 25 <li>
26 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 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>.