Show
Ignore:
Timestamp:
09/26/07 07:49:52 (2 years ago)
Author:
JensDiemer
Message:

Update the external PyLucid Plugin "DecodeUnicode?" from v0.7.x to v0.8

Location:
PyLucidPlugins/DecodeUnicode/internal_pages
Files:
1 added
1 moved

Legend:

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

    r821 r1250  
    1 {* 
    2     Jinja Template 
    3     <pre>{% debug %}</pre> 
    4 *} 
    5  
    61<fieldset><legend>{{ range_hex1 }}-{{ range_hex2 }} - {{ block_name }}:</legend> 
    72<p> 
     
    2318        <th>unicode name</th> 
    2419    </tr> 
    25     {% for row in block_data %}{% cycle rowclass through "odd", "even" %} 
    26     <tr class="{{ rowclass }}"> 
     20    {% for row in block_data %} 
     21    <tr class="{% cycle 'odd' 'even' %}"> 
    2722        <td>{{ row.id }}</td> 
    2823        <td><strong>{{ row.char }}</strong></td> 
    2924        <td title="Use in Python like this: &gt;print u'{{ row.unicode }}'&lt;">{{ row.unicode }}</td> 
    3025        <td title="Use in Python like this: &gt;print '{{ row.hex }}'&lt;">{{ row.hex }}</td> 
    31         <td>{{ row.html|escapexml }}</td> 
     26        <td>{{ row.html|escape }}</td> 
    3227        <td> 
    3328            <a name="{{ row.id }}"><a href="{{ url }}#{{ row.id }}" title="anchor to this char">