<mef:set title="{resource.Name}" />

<style type="text/css">
<![CDATA[
	dl {
		margin-bottom: 1em;
	}
	
	dt {
		clear: left;
		float: left;
		font-weight: bold;
		width: 4em;
	}
	
	dd {
		margin: 0 0 0 5em;
	}
]]>
</style>

<div style="margin: 1em;">

<mef:loop name="xyz" item="t" id="k" collection="trail" delim=" » " lastdelim=" » " onlydelim=" » ">
<a href="/resource/{k}">{t}</a>
</mef:loop>
» <strong>{resource.Name}</strong>

<dl>
	<dt>Author:</dt>
	<dd>{resource.Author} </dd>
	
	<dt>Version:</dt>
	<dd>{resource.Version} </dd>
	
	<dt>URL:</dt>
	<dd><a href="{resource.URL}">{resource.URL}</a></dd>
</dl>

<mef:if expr="resource.Description">
<mef:true>{resource.Description|br}</mef:true>
<mef:false>{resource.Caption}</mef:false>
</mef:if>

</div>