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

12 lines
300 B
Plaintext
Raw Normal View History

2007-12-06 01:02:58 -05:00
<% USING: continuations namespaces io kernel math math.parser furnace webapps.pastebin ; %>
2007-11-07 15:01:42 -05:00
<tr>
2007-12-06 01:02:58 -05:00
<td>
<a href="<% model get paste-link write %>">
<% "summary" get write %>
</a>
</td>
2007-12-06 00:06:34 -05:00
<td><% "author" get write %></td>
<td><% "date" get print %></td>
2007-11-07 15:01:42 -05:00
</tr>