Changeset 1278 for PyLucidPlugins

Show
Ignore:
Timestamp:
10/17/07 09:09:10 (13 months ago)
Author:
JensDiemer
Message:

display back/forth links in the bottom of the page, too.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • PyLucidPlugins/DecodeUnicode/internal_pages/display.html

    r1251 r1278  
    4949    {% endfor %} 
    5050</table> 
     51 
     52<p> 
     53    <a href="{{ back_url }}">&lt;&lt; {{ back_name }}</a> 
     54    - {{ block_name }} - 
     55    <a href="{{ next_url }}">{{ next_name }} &gt;&gt;</a> 
     56</p> 
     57 
    5158<ul>&#x22D8; Column usage info: &#x22D9; 
    5259  <li><strong>unicode</strong>: Python example &#x2192; <strong>print u'\u0041'</strong></li>