~ubuntu-branches/ubuntu/utopic/tdiary/utopic

« back to all changes in this revision

Viewing changes to contrib2/util/estraier-search/i.estraier.rhtml

  • Committer: Bazaar Package Importer
  • Author(s): Daigo Moriwaki
  • Date: 2011-04-11 21:53:16 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110411215316-ih4gt4q8p29d2wf8
Tags: 3.0.1-1
* New upstream release (Closes: #542801, #594947)
* debian/control:
 - Bumped up Standards-Version to 3.9.1.
 - Updated version dependency.
* debian/tdiary-setup.rb: Followed the upstream changes, incorporating js and
  index.fcgi

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<h1><%= _(@conf.html_title) %> [��ʸ����]</h1>
 
1
<h1><%= _(@conf.html_title) %> [全文検索]</h1>
2
2
<form action="<%= _(@cgi.script_name) %>">
3
3
<p>
4
4
<input type="text" name="query" value="<%= _(@conf.to_native(@query)) %>">
5
 
<input type="submit" value="����">
 
5
<input type="submit" value="検索">
6
6
</p>
7
7
<p>
8
 
�¤��ؤ�:
 
8
並べ替え:
9
9
<select name="sort">
10
10
<%= @sort_options %>
11
11
</select>
12
12
<select name="order">
13
13
<%= @order_options %>
14
14
</select>
15
 
ɽ�����:
 
15
表示件数:
16
16
<select name="num">
17
17
<%= @num_options %>
18
18
</select>
21
21
<% if @msg %>
22
22
<p><%= @msg %></p>
23
23
<% else %>
24
 
<p><%= @result.doc_num %>����<%= @start + 1 %>-<%= [@result.doc_num, @start + @num].min %>����</p>
 
24
<p><%= @result.doc_num %>件中<%= @start + 1 %>-<%= [@result.doc_num, @start + @num].min %>件目</p>
25
25
<% for i in @start...@start+@num %><% item = @result.get_doc(i) || next %><% format_result_item(item) %>
26
 
<h2><a href="<%= @conf.index %><%= @plugin.anchor(@date) %>"><%= _(@date.sub(/^(\d{4})(\d{2})(\d{2}).*/, "\\1-\\2-\\3")) %></a><%= @conf.to_native(@title) %>(������:<%= item.attr("#nodescore") %>)</h2>
 
26
<h2><a href="<%= @conf.index %><%= @plugin.anchor(@date) %>"><%= _(@date.sub(/^(\d{4})(\d{2})(\d{2}).*/, "\\1-\\2-\\3")) %></a><%= @conf.to_native(@title) %>(スコア:<%= item.attr("#nodescore") %>)</h2>
27
27
<% end %>
28
28
<% if @result.doc_num > @num %>
29
29
<%= format_links(@result) %>