2007-12-08 17:18:25 -05:00
|
|
|
<% USING: continuations namespaces io kernel math math.parser
|
|
|
|
furnace webapps.pastebin calendar ; %>
|
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 %>">
|
2007-12-08 22:56:53 -05:00
|
|
|
<%
|
|
|
|
"summary" get
|
|
|
|
dup empty? [ drop "- no title -" ] when
|
|
|
|
write
|
|
|
|
%>
|
2007-12-06 01:02:58 -05:00
|
|
|
</a>
|
|
|
|
</td>
|
2007-12-06 00:06:34 -05:00
|
|
|
<td><% "author" get write %></td>
|
2007-12-08 17:18:25 -05:00
|
|
|
<td><% "date" get timestamp>string print %></td>
|
2007-11-07 15:01:42 -05:00
|
|
|
</tr>
|