2007-11-07 15:01:42 -05:00
|
|
|
<% USING: namespaces io furnace sequences ; %>
|
|
|
|
|
2007-12-06 00:06:34 -05:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
|
|
|
|
|
|
|
<title>Paste: <% "summary" get write %></title>
|
|
|
|
<link rel="stylesheet" href="/responder/file/css/pastebin.css" type="text/css" media="screen" title="no title" charset="utf-8" />
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<h1 class="pastebin-title">[ <% "summary" get write %> ]</h1>
|
2007-11-07 15:01:42 -05:00
|
|
|
|
|
|
|
<table>
|
|
|
|
<tr><th>Paste by:</th><td><% "author" get write %></td></tr>
|
|
|
|
<tr><th>Channel:</th><td><% "channel" get write %></td></tr>
|
|
|
|
<tr><th>Created:</th><td><% "date" get 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>
|
|
|
|
|
|
|
|
<pre><% "contents" get write %></pre>
|
|
|
|
|
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 %>
|