Issue Details (XML | Word | Printable)

Key: FLM-192
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Adam Zieliński
Reporter: Borys Musielak
Votes: 0
Watchers: 0
Operations

Clone this issue
Create sub-task
If you were logged in you would be able to see more operations.
Filmaster

Spoiler tag

Created: 13/Sep/09 01:42 PM   Updated: 25/Sep/11 02:20 PM
Component/s: Walls and activities
Affects Version/s: 1.0.2
Fix Version/s: 1.0.2

Time Tracking:
Not Specified


 Description  « Hide
Introduce a "spoiler" tag.

<spoiler>
Here something that really spoils the movie.
</spoiler>

This should be automatically replaced in HTML with something like:

<a href="javascript:show(spoilers)">show spoilers</a>
<p class="spolier">
Here something that really spoils the movie.
</p>

and not displayed by default, only after clicking the "show spoilers" link.

Implementation as a django template filter + add <spoiler> as an acceptable tag.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order