Fix annotations
parent
fa13212e15
commit
3f4a2f59f6
|
@ -1,11 +1,11 @@
|
||||||
<% USING: namespaces io ; %>
|
<% USING: namespaces io furnace calendar ; %>
|
||||||
|
|
||||||
<h2>Annotation: <% "summary" get write %></h2>
|
<h2>Annotation: <% "summary" get write %></h2>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr><th>Annotation by:</th><td><% "author" get write %></td></tr>
|
<tr><th>Annotation by:</th><td><% "author" get write %></td></tr>
|
||||||
<tr><th>Channel:</th><td><% "channel" get write %></td></tr>
|
<tr><th>Channel:</th><td><% "channel" get write %></td></tr>
|
||||||
<tr><th>Created:</th><td><% "date" get write %></td></tr>
|
<tr><th>Created:</th><td><% "date" get timestamp>string write %></td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<% "syntax" render-template %>
|
<% "syntax" render-template %>
|
||||||
|
|
Loading…
Reference in New Issue