aboutsummaryrefslogtreecommitdiff
path: root/t/post.t
blob: 56d3c371b464aaf4ff45d75841c3f013345225d0 (plain)
1
2
3
4
5
6
7
<h1>Post <% printf("%d", id); %>: <%= post->subject %></h1>
<p>From: <%= user->full %>
&lt;<a href="?user=<% printf("%d", user->id); %>"><%= user->name %></a>&gt;
<br>Date: <% PFREE(date(post->created)); %>
<pre>
<%= post->text %>
</pre>