~madjar/wikkid/plugin

« back to all changes in this revision

Viewing changes to wikkid/skin/default/page.html

  • Committer: Tim Penhey
  • Date: 2010-06-23 12:18:38 UTC
  • mfrom: (41.2.47 webob)
  • Revision ID: tim@penhey.net-20100623121838-30s9cl039ws3cpup
Replace the twisted implementation with a WSGI one using webob.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
{% endblock %}
5
5
{% block commands %}
6
6
{% if view.user %}
7
 
<a class="command" href="{{view.request_path}}?view=edit">Edit</a>
8
 
<a class="command" href="{{context.dir_name}}?view=listing">Browse</a>
 
7
<a class="command" href="{{ canonical_url(context, 'edit') }}">Edit</a>
9
8
{% endif %}
 
9
<a class="command" href="{{ canonical_url(context.parent, 'listing') }}">Browse</a>
10
10
{% endblock %}
11
11
{% block footer %}
12
12
<p class="last-edit">Last edited by <strong title="{{view.last_modified_by.committer_id}}">{{ view.last_modified_by.display_name }}</strong>