2007-12-08 17:18:25 -05:00
|
|
|
<% USING: namespaces io furnace sequences xmode.code2html calendar ; %>
|
2007-11-07 15:01:42 -05:00
|
|
|
|
2007-12-06 01:02:58 -05:00
|
|
|
<%
|
|
|
|
"Paste: " "summary" get append "title" set
|
|
|
|
"header" render-template
|
|
|
|
%>
|
2007-11-07 15:01:42 -05:00
|
|
|
|
|
|
|
<table>
|
|
|
|
<tr><th>Paste by:</th><td><% "author" get write %></td></tr>
|
2007-12-10 02:34:56 -05:00
|
|
|
<!-- <tr><th>Channel:</th><td><% "channel" get write %></td></tr> -->
|
2007-12-08 17:18:25 -05:00
|
|
|
<tr><th>Created:</th><td><% "date" get timestamp>string write %></td></tr>
|
2007-12-06 00:06:34 -05:00
|
|
|
<tr><th>File type:</th><td><% "mode" get write %></td></tr>
|
2007-11-07 15:01:42 -05:00
|
|
|
</table>
|
|
|
|
|
2007-12-06 00:22:35 -05:00
|
|
|
<% "syntax" render-template %>
|
2007-11-07 15:01:42 -05:00
|
|
|
|
2007-12-06 00:06:34 -05:00
|
|
|
<% "annotations" get [ "annotation" render-component ] each %>
|
2007-11-07 15:01:42 -05:00
|
|
|
|
2007-12-06 00:06:34 -05:00
|
|
|
<% model get "annotate-paste" render-component %>
|
2007-12-06 01:02:58 -05:00
|
|
|
|
|
|
|
<% "footer" render-template %>
|