Fix annotations

release
Slava Pestov 2007-12-08 22:43:48 -05:00
parent fa13212e15
commit 3f4a2f59f6
1 changed files with 2 additions and 2 deletions

View File

@ -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 %>