factor/extra/webapps/pastebin/annotation.furnace

12 lines
387 B
Plaintext
Raw Normal View History

2007-12-08 22:43:48 -05:00
<% USING: namespaces io furnace calendar ; %>
2007-11-07 15:01:42 -05:00
<h2>Annotation: <% "summary" get write %></h2>
<table>
2007-12-11 15:48:18 -05:00
<tr><th align="right">Annotation by:</th><td><% "author" get write %></td></tr>
<tr><th align="right">File type:</th><td><% "mode" get write %></td></tr>
<tr><th align="right">Created:</th><td><% "date" get timestamp>string write %></td></tr>
2007-11-07 15:01:42 -05:00
</table>
2007-12-06 01:02:58 -05:00
<% "syntax" render-template %>