Changeset 295:37a6d940d912

Show
Ignore:
Timestamp:
06/22/10 21:54:27 (3 months ago)
Author:
rgrp <http://rufuspollock.org>
Branch:
default
Message:

[addendum,word][xs]: duh fix for word url links in cset:3c04c007e7a1.

Location:
shakespeare/templates
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • shakespeare/templates/word/index.html

    r291 r295  
    1010    <ul> 
    1111      <li py:for="word in c.words"> 
    12       <a href="url(controller='word', action='read', id=word)"> 
     12                        <a href="${url(controller='word', action='read', id=word.name)}"> 
    1313        ${word.name.capitalize()}</a> 
    1414      </li> 
  • shakespeare/templates/work/annotate.html

    r284 r295  
    1919    <link rel="stylesheet" type="text/css" href="/jsannotate-lib/annotator.css" /> 
    2020    --> 
     21                <style type="text/css"> 
     22                        .annot-highlighter { 
     23                                background: rgba(48, 184, 103, 0.296875) 
     24                        } 
     25                         
     26                        .annot-controls a.del { 
     27                                display: none; 
     28                        } 
     29                </style> 
    2130  </py:def> 
    2231