From 34409258243f9b93225a4e17f63b3dbe08dfab71 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Fri, 18 Jan 2013 17:00:53 +0100 Subject: Add help texts --- web/views/help/keyboard.erb | 45 +++++++++++++++++++++++++++++++++++++++++++++ web/views/help/search.erb | 15 +++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 web/views/help/keyboard.erb create mode 100644 web/views/help/search.erb (limited to 'web/views') diff --git a/web/views/help/keyboard.erb b/web/views/help/keyboard.erb new file mode 100644 index 0000000..0ac37dc --- /dev/null +++ b/web/views/help/keyboard.erb @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
<%= t.help.keyboard.site_navigation %><%= t.help.keyboard.page_navigation %><%= t.help.keyboard.table_navigation %>
h - <%= t.help.keyboard.home_page %>? - <%= t.help.keyboard.help_page %><%= t.help.keyboard.keys.home %> - <%= t.help.keyboard.first_page %>
k - <%= t.help.keyboard.keys_page %>s - <%= t.help.keyboard.activate_search %><%= t.help.keyboard.keys.pageup %> - <%= t.help.keyboard.prev_page %>
t - <%= t.help.keyboard.tags_page %><%= t.help.keyboard.keys.tab %> - <%= t.help.keyboard.switch_input %><%= t.help.keyboard.keys.pagedown %> - <%= t.help.keyboard.next_page %>
r - <%= t.help.keyboard.relations_page %>1 - 9 - <%= t.help.keyboard.switch_tab %><%= t.help.keyboard.keys.end %> - <%= t.help.keyboard.last_page %>
- <%= t.help.keyboard.up %><%= t.help.keyboard.keys.esc %> - <%= t.help.keyboard.deactivate %> - <%= t.help.keyboard.prev_entry %>
- <%= t.help.keyboard.next_entry %>
- <%= t.help.keyboard.enter_entry %>
f - <%= t.help.keyboard.activate_filter %>
diff --git a/web/views/help/search.erb b/web/views/help/search.erb new file mode 100644 index 0000000..5c0dac9 --- /dev/null +++ b/web/views/help/search.erb @@ -0,0 +1,15 @@ +

<%= t.help.search.intro %>

+ + +
+

<%= t.help.search.string %>:

+ +

<%= t.help.search.substring %>:

+ +
+

<%= t.help.search.complete_tags %>:

+ +

<%= t.help.search.values_only %>:

+ +
+

<%= t.help.search.suggestions %>

-- cgit v1.2.3