Changeset 32302
- Timestamp:
- 04/12/09 12:17:36 (4 years ago)
- Location:
- lang/python/every_resources/trunk
- Files:
-
- 3 modified
-
everes_core/templates/everes_core/contentsmeta_detail.html (modified) (1 diff)
-
everes_core/templates/everes_core/contentsmeta_list.html (modified) (1 diff)
-
everes_theme_default/templates/index.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/python/every_resources/trunk/everes_core/templates/everes_core/contentsmeta_detail.html
r31872 r32302 1 1 {% extends 'everes_photo/base.html' %} 2 2 {% load markup %} 3 4 {% block keyword %}{{ block.super }}{{ object.title }},{% for t in object.tags.all %}{{ t.name }}{% if not forloop.last %},{% endif %}{% endfor %},{% endblock %} 3 5 4 6 {% block title %}{{ object.title }} | {{ current_site.name }}{% endblock %} -
lang/python/every_resources/trunk/everes_core/templates/everes_core/contentsmeta_list.html
r27555 r32302 1 1 {% extends 'everes_core/base.html' %} 2 {% block keyword %}{{ block.super }}{% for obj in object_list %}{{ obj.title }},{% for t in obj.tags.all %}{{ t.name }}{% if not forloop.last %},{% endif %}{% endfor %}{% endfor %}{% if obj.tags.all %},{% endif %}{% endblock %} 3 4 {% block title %}{% spaceless %} 5 {% if month %} 6 {{ block.super }} - Archives {{ month.year }}/{{ month.month }} 7 {% endif %} 8 {% if day %} 9 {{ block.super }} - Archives {{ day.year }}/{{ day.month }}/{{ day.day }} 10 {% endif %} 11 {% if filtered_tag %} 12 {{ block.super }} - Tagged {{ filtered_tag }} 13 {% endif %} 14 {% endspaceless %}{% endblock %} 2 15 3 16 {% block additional_link %} -
lang/python/every_resources/trunk/everes_theme_default/templates/index.html
r31870 r32302 5 5 <meta name="generator" content="Every Resources {{ VERSION }}" /> 6 6 <meta http-equiv="content-type" content="text/html;charset=utf-8" /> 7 <meta name="keywords" content="{% block keyword %}{% endblock %}" /> 7 8 <link rel="stylesheet" href="{{ MEDIA_URL }}styles/basic.css" type="text/css" media="screen" /> 8 9 <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://{{ current_site.domain }}{% url everes_feed "core" %}" />
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)