From 0882d73ca1ba4c84ce24c946548c80d9e4d1c04e Mon Sep 17 00:00:00 2001 From: "luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f" Date: Sat, 30 Jan 2010 19:19:30 +0000 Subject: added topics to posts --- templates/details/entry.html | 40 +++- templates/details/photo_galleries.html | 345 +++++++++++++++++++++++++++++++++ 2 files changed, 378 insertions(+), 7 deletions(-) create mode 100644 templates/details/photo_galleries.html (limited to 'templates/details') diff --git a/templates/details/entry.html b/templates/details/entry.html index 29570b5..3e15f83 100644 --- a/templates/details/entry.html +++ b/templates/details/entry.html @@ -4,6 +4,13 @@ {% block pagetitle %}{{object.title|title|smartypants|safe}} ({% ifequal object.location.state.country.name "United States" %}{{object.location.name|smartypants|safe}}, {{object.location.state.name}}{%else%}{{object.location.name|smartypants|safe}}, {{object.location.state.country.name}}{%endifequal%}) | Luxagraf, a travelogue{% endblock %} {% block metadescription %}Luxagraf: {{object.dek|striptags|safe}}{% endblock %} +{%block extrahead%} + + + + + +{%endblock%} {%block bodyid%}class="writing-detail"{%endblock%} @@ -12,15 +19,18 @@

{{object.title|smartypants|safe}}

- - + + {{object.body_html|smartypants|widont|safe}}
-

About {{object.title|title|smartypants|safe}}

-

{{object.title|title|smartypants|safe}} was posted {{ object.pub_date|timesince }} ago from {{object.location.name|smartypants|safe}}, which is in {%ifequal object.location.state.country.name 'United States'%}{{object.location.state.name|smartypants|safe}},{%endifequal%} {{object.location.state.country.name|smartypants|safe}}. You can find nearby entries by browsing the Map. -

If you enjoyed reading this, you can follow along on Twitter or by subscribing to the RSS Feed. For more about luxagraf, see the about page. To get in touch please use the contact form or leave a comment below.

+

About {{object.title|smartypants|safe}}

+

posted , from {{object.location.name|smartypants|safe}}, {%ifequal object.location.state.country.name 'United States'%}{{object.location.state.name|smartypants|safe}}{% else %}{{object.location.state.country.name}}{%endifequal%}. +

Follow along on Twitter or by subscribing to the RSS Feed. For more about me, see the about page. To get in touch please use the contact form or leave a comment below.

-

Comments on {{object.title|title|smartypants|safe}}

+

Comments

blog comments powered by Disqus
-{% endblock %} \ No newline at end of file +{% endblock %} +{% block js %} + +{% endblock%} \ No newline at end of file diff --git a/templates/details/photo_galleries.html b/templates/details/photo_galleries.html new file mode 100644 index 0000000..84dc219 --- /dev/null +++ b/templates/details/photo_galleries.html @@ -0,0 +1,345 @@ + + + + Luxagraf | Photos | {{object.set_title}} + + + + + + + + + + + +

Luxagraf, photos from: {{object.set_title}}

+

« Back to galleries

+
+
+
+ +
+
+
+
    + {%for photo in object.photos.all %} +
  • {{photo.title}}
  • + {% endfor %} +
+
+
+ + + -- cgit v1.2.3-70-g09d2