Move images and data directories. Also svn version code from r20919.

svn: r20990
This commit is contained in:
Nick Hall
2013-01-04 23:46:24 +00:00
parent 81e1237b3c
commit bb9601a2a0
318 changed files with 116 additions and 129 deletions

View File

@@ -0,0 +1,5 @@
{% for header in headers %}<th{{ header.class_attr }}>
{% if header.sortable %}<a href="{{ header.url|escape }}">{% endif %}
{{ header.text }}
{% if header.sortable %}</a>{% endif %}
</th>{% endfor %}