Changeset 2502
- Timestamp:
- 01/21/10 08:10:53 (8 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9/pylucid_project/apps/pylucid/templates/pylucid/headline_anchor.html
r2500 r2502 1 1 <h{{ no }} id="{{ anchor }}" class="headline_anchor"> 2 <a href="#top" title="{% trans 'go top' %}" class="top_link"> ↑ </a>3 <a title="{% trans 'Permalink to this section' %}" href="{{ anchor_link }}" class=" anchor">{{ txt }}</a>2 <a href="#top" title="{% trans 'go top' %}" class="top_link"><span class="uarr">↑ </span>{{ txt }}</a> 3 <a title="{% trans 'Permalink to this section' %}" href="{{ anchor_link }}" class="section_anchor"> #</a> 4 4 </h{{ no }}>