% @title = "Bliki" %> <%= sub_template "top" %> <% if @req.query['authorname'] != 'noselect' and not @req.query['regexp'].nil? and not @req.query['regexp'].empty? %>
You are filtering entries by author: <%= @req.query['authorname'] %>
containing: <%= @req.query['regexp'] %>
Remove Filter
<% elsif not @req.query['authorname'].nil? and @req.query['authorname'] != 'noselect' %>
You are filtering entries by: <%= @req.query['authorname'] %>
Remove Filter
<% elsif not @req.query['regexp'].nil? %>
You are filtering entries containing: <%= @req.query['regexp'] %>
Remove Filter
<% end %>
<%= @entries[idx].plain_name %> |
|
<%= @entries[idx].revisions.first.created_at.strftime("%B %d, %Y") %> <% if @entries[idx].revisions.first != @entries[idx].revisions.last %> -- Last revised on: <%= @entries[idx].revisions.last.created_at.strftime("%B %d, %Y") %> <% end %> | |
---|---|
<%= @entries[idx].display_content %> | |
<%= @entries[idx].author_link %> | |
No entries found.
<% end %>