factor/extra/webapps/pastebin/paste-summary.furnace

14 lines
339 B
Plaintext
Raw Normal View History

2007-11-07 15:01:42 -05:00
<% USING: continuations namespaces io kernel math math.parser furnace ; %>
<tr>
2007-12-06 00:06:34 -05:00
<td><% "n" get number>string write %></td>
<td><%
"n" get number>string
"show-paste-quot" get curry
"summary" get
render-link
%></td>
<td><% "author" get write %></td>
<td><% "date" get print %></td>
2007-11-07 15:01:42 -05:00
</tr>