<%# i.rast.rhtml $Revision: 1.5.2.1 $ %>

<%= CGI::escapeHTML( @conf.html_title ) %> [全文検索]

検索方法

並べ替え: 表示件数:

<% if @msg %>

<%= @msg %>

<% else %>

<%= @result.hit_count %>件中<%= @start + 1 %>-<%= @start + @result.items.length %>件目

<% for item in @result.items %><% format_result_item(item) %>

<%= _(@conf.to_native(@title)) %>(スコア:<%= item.score %>)

<% end %> <% if @result.hit_count > @num %> <%= format_links(@result) %> <% end %> <% end %>