We can reuse the work put into misc_util.tt2 to generate args.uris in
the display within the record details page. In the absence of good
design, we add a basic class and matching CSS to style.css in the hopes
that a design-oriented person can come along behind us and make the URIs
stand out appropriately.
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Dan Scott <dan@coffeecode.net>
padding-right: 10px;
}
+.rdetail_uri {
+ border: thin black solid;
+ padding: 3px;
+}
+
.rdetail_aux_utils {
border-left:1px dotted #ccc;
padding-left: 17px;
</tr>
</tbody>
</table>
-<br /><br />
+<br />
+
+[% FOR uri IN args.uris %]
+<div class="rdetail_uri">
+ <a href="[% uri.href %]">[% uri.link %]</a>[% ' - ' _ uri.note IF uri.note %]
+</div>
+[% END %]
+
+<br />
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="rdetails_status">
<thead>