2013-02-06 03:16:51 +08:00
|
|
|
<p>The page you requested doesn't exist on this discussion forum. Perhaps we can help find it, or another topic like it:</p>
|
|
|
|
<table>
|
|
|
|
<tr>
|
2013-02-13 16:25:27 +08:00
|
|
|
<td style="vertical-align:top; padding:0 20px 20px 0;">
|
2013-02-06 03:16:51 +08:00
|
|
|
<h2>Most popular topics</h2>
|
|
|
|
<% @popular.each do |t| %>
|
|
|
|
<a href='<%= t.relative_url %>'><%= t.title %></a><br/>
|
|
|
|
<% end %>
|
2013-02-13 16:25:27 +08:00
|
|
|
<br/>
|
|
|
|
<a href="/popular" class="btn">See More…</a>
|
2013-02-06 03:16:51 +08:00
|
|
|
</td>
|
2013-02-13 16:25:27 +08:00
|
|
|
<td style="vertical-align:top; padding:0 0 20px 0;">
|
2013-02-06 03:16:51 +08:00
|
|
|
<h2>Recent topics</h2>
|
|
|
|
<% @recent.each do |t| %>
|
|
|
|
<a href='<%= t.relative_url %>'><%= t.title %></a><br/>
|
|
|
|
<% end %>
|
2013-02-13 16:25:27 +08:00
|
|
|
<br/>
|
|
|
|
<a href="/popular" class="btn">See More…</a>
|
2013-02-06 03:16:51 +08:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<h2>Search for this topic</h2>
|
|
|
|
<p>
|
|
|
|
<form action='http://google.com'>
|
|
|
|
<input type="text" name='q' value="<%= @slug %>">
|
2013-02-13 16:25:27 +08:00
|
|
|
<!--<input type="button" class="btn" value="Search Here" onclick="alert('single page search results not implemented yet');" />-->
|
|
|
|
<input type="submit" class="btn btn-primary" value="Search Google" />
|
2013-02-06 03:16:51 +08:00
|
|
|
</form>
|
|
|
|
</p>
|