Vue S_part_details applicable sur {'type': '*', 'class': u'annotation'}

<html>
<head>
  <title>Transcription view</title>
<link href="http://liris.cnrs.fr/advene/nelson.css" type="text/css" rel="stylesheet" />
</head>
<body tal:define="a here">
<h1>Information about the part <em tal:content="a/content/data">data</em></h1>

<p tal:define="p a/incomingRelations/first/members/first">Previous part : <a tal:attributes="href string:${p/absolute_url}/view/S_part_details" tal:content="p/content/data">Previous part</a></p>

<p tal:define="n a/outgoingRelations/first/members/last">Next part : <a tal:attributes="href  string:${n/absolute_url}/view/S_part_details" tal:content="n/content/data">Next part</a></p>

<h2>Utterances-linked transcription</h2>

<p>
<span tal:repeat="u a/query/containedUtterances" tal:replace="structure u/view/v_enriched_link">Link</span>

</body>