Changeset 295:37a6d940d912
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r291
|
r295
|
|
| 10 | 10 | <ul> |
| 11 | 11 | <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)}"> |
| 13 | 13 | ${word.name.capitalize()}</a> |
| 14 | 14 | </li> |
-
|
r284
|
r295
|
|
| 19 | 19 | <link rel="stylesheet" type="text/css" href="/jsannotate-lib/annotator.css" /> |
| 20 | 20 | --> |
| | 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> |
| 21 | 30 | </py:def> |
| 22 | 31 | |