Vue S_Summary applicable sur {'class': u'package'}

<html>
<head>
  <title>Advene demo - Speech summary</title>
<link href="http://liris.cnrs.fr/advene/nelson.css" type="text/css" rel="stylesheet" />
</head>
<body tal:define="description here/annotationTypes/TalkDescription/annotations/first">

<h1>A summary of <span style="font-style: italic;" tal:content="here/title">Titre</span></h1>

<h2></h2>

<p>Speaker :  <em tal:content="description/content/parsed/speaker">the actual speaker</em><br />

Date :  <em tal:content="description/content/parsed/date">the actual date</em><br />

Event :  <em tal:content="description/content/parsed/event">the actual event</em><br />

Place :  <em tal:content="description/content/parsed/place">the actual place</em><br />

<h2>The different parts of the speech:</h2>
<ul>
  <li tal:repeat="a here/annotationTypes/PartOfSpeech/annotations"><a tal:attributes="href a/player_url"><img alt="" tal:attributes="src a/snapshot_url" /> <span style="font-weight: bold;" tal:content="a/content/data">Nom</span></a> (<a tal:attributes="href string:${a/absolute_url}/view/S_part_details">Details</a>)
</li>
</ul>
<br>
</body>
</html>