Revision 964
Added by Jean-Philippe Lang over 17 years ago
trunk/app/views/admin/index.rhtml | ||
---|---|---|
42 | 42 |
|
43 | 43 |
<p class="icon22 icon22-info"> |
44 | 44 |
<%= link_to l(:label_information_plural), :controller => 'admin', :action => 'info' %> |
45 |
</p> |
|
45 |
</p> |
|
46 |
|
|
47 |
<% set_html_title l(:label_administration) -%> |
trunk/app/views/admin/info.rhtml | ||
---|---|---|
23 | 23 |
<% end %> |
24 | 24 |
</table> |
25 | 25 |
<% end %> |
26 |
|
|
27 |
<% set_html_title(l(:label_information_plural)) -%> |
trunk/app/views/admin/mail_options.rhtml | ||
---|---|---|
29 | 29 |
|
30 | 30 |
<%= submit_tag l(:button_save) %> |
31 | 31 |
<% end %> |
32 |
|
|
33 |
<% set_html_title(l(:field_mail_notification)) -%> |
trunk/app/views/admin/projects.rhtml | ||
---|---|---|
47 | 47 |
|
48 | 48 |
<p><%= pagination_links_full @project_pages, :status => @status %> |
49 | 49 |
[ <%= @project_pages.current.first_item %> - <%= @project_pages.current.last_item %> / <%= @project_count %> ]</p> |
50 |
|
|
51 |
<% set_html_title l(:label_project_plural) -%> |
trunk/app/views/custom_fields/list.rhtml | ||
---|---|---|
50 | 50 |
</div> |
51 | 51 |
<% end %> |
52 | 52 |
|
53 |
<%= javascript_tag "showTab('#{@tab}');" %> |
|
53 |
<%= javascript_tag "showTab('#{@tab}');" %> |
|
54 |
|
|
55 |
<% set_html_title(l(:label_custom_field_plural)) -%> |
trunk/app/views/documents/show.rhtml | ||
---|---|---|
3 | 3 |
<%= link_to_if_authorized l(:button_delete), {:controller => 'documents', :action => 'destroy', :id => @document}, :confirm => l(:text_are_you_sure), :method => :post, :class => 'icon icon-del' %> |
4 | 4 |
</div> |
5 | 5 |
|
6 |
<h2><%= @document.title %></h2> |
|
6 |
<h2><%=h @document.title %></h2>
|
|
7 | 7 |
|
8 |
<p><em><%= @document.category.name %><br /> |
|
8 |
<p><em><%=h @document.category.name %><br />
|
|
9 | 9 |
<%= format_date @document.created_on %></em></p> |
10 | 10 |
<%= textilizable @document.description, :attachments => @document.attachments %> |
11 | 11 |
<br /> |
... | ... | |
34 | 34 |
<%= submit_tag l(:button_add) %> |
35 | 35 |
<% end %> |
36 | 36 |
<% end %> |
37 |
|
|
38 |
<% set_html_title h(@document.title) -%> |
trunk/app/views/enumerations/list.rhtml | ||
---|---|---|
24 | 24 |
|
25 | 25 |
<p><%= link_to l(:label_enumeration_new), { :action => 'new', :opt => option } %></p> |
26 | 26 |
<% end %> |
27 |
|
|
28 |
<% set_html_title(l(:label_enumerations)) -%> |
trunk/app/views/issue_statuses/list.rhtml | ||
---|---|---|
32 | 32 |
</tbody> |
33 | 33 |
</table> |
34 | 34 |
|
35 |
<%= pagination_links_full @issue_status_pages %> |
|
35 |
<%= pagination_links_full @issue_status_pages %> |
|
36 |
|
|
37 |
<% set_html_title(l(:label_issue_status_plural)) -%> |
trunk/app/views/my/account.rhtml | ||
---|---|---|
44 | 44 |
<% content_for :sidebar do %> |
45 | 45 |
<%= render :partial => 'sidebar' %> |
46 | 46 |
<% end %> |
47 |
|
|
48 |
<% set_html_title l(:label_my_account) -%> |
trunk/app/views/my/page.rhtml | ||
---|---|---|
38 | 38 |
|
39 | 39 |
<div id="context-menu" style="display: none;"></div> |
40 | 40 |
<%= javascript_tag 'new ContextMenu({})' %> |
41 |
|
|
42 |
<% set_html_title l(:label_my_page) -%> |
trunk/app/views/news/index.rhtml | ||
---|---|---|
32 | 32 |
<% content_for :header_tags do %> |
33 | 33 |
<%= auto_discovery_link_tag(:atom, params.merge({:format => 'atom', :page => nil, :key => User.current.rss_key})) %> |
34 | 34 |
<% end %> |
35 |
|
|
36 |
<% set_html_title l(:label_news_plural) -%> |
trunk/app/views/news/show.rhtml | ||
---|---|---|
41 | 41 |
<p><%= submit_tag l(:button_add) %></p> |
42 | 42 |
<% end %> |
43 | 43 |
<% end %> |
44 |
|
|
45 |
<% set_html_title h(@news.title) -%> |
trunk/app/views/projects/activity.rhtml | ||
---|---|---|
39 | 39 |
<p><%= submit_tag l(:button_apply), :class => 'button-small' %></p> |
40 | 40 |
<% end %> |
41 | 41 |
<% end %> |
42 |
|
|
43 |
<% set_html_title l(:label_activity) -%> |
trunk/app/views/projects/calendar.rhtml | ||
---|---|---|
38 | 38 |
<p><%= submit_tag l(:button_apply), :class => 'button-small' %></p> |
39 | 39 |
<% end %> |
40 | 40 |
<% end %> |
41 |
|
|
42 |
<% set_html_title l(:label_calendar) -%> |
trunk/app/views/projects/gantt.rhtml | ||
---|---|---|
245 | 245 |
<p><%= submit_tag l(:button_apply), :class => 'button-small' %></p> |
246 | 246 |
<% end %> |
247 | 247 |
<% end %> |
248 |
|
|
249 |
<% set_html_title l(:label_gantt) -%> |
trunk/app/views/projects/list.rhtml | ||
---|---|---|
16 | 16 |
<span class="icon icon-fav"><%= l(:label_my_projects) %></span> |
17 | 17 |
</div> |
18 | 18 |
<% end %> |
19 |
|
|
20 |
<% set_html_title l(:label_project_plural) -%> |
trunk/app/views/projects/list_documents.rhtml | ||
---|---|---|
35 | 35 |
<label><%= radio_button_tag 'sort_by', 'author', (@sort_by == 'author'), :onclick => 'this.form.submit();' %> <%= l(:field_author) %></label> |
36 | 36 |
<% end %> |
37 | 37 |
<% end %> |
38 |
|
|
39 |
<% set_html_title l(:label_document_plural) -%> |
trunk/app/views/projects/list_files.rhtml | ||
---|---|---|
41 | 41 |
<% end %> |
42 | 42 |
<% end %> |
43 | 43 |
</tbody> |
44 |
</table> |
|
44 |
</table> |
|
45 |
|
|
46 |
<% set_html_title l(:label_attachment_plural) -%> |
trunk/app/views/projects/settings.rhtml | ||
---|---|---|
14 | 14 |
|
15 | 15 |
<%= tab = params[:tab] ? h(params[:tab]) : project_settings_tabs.first[:name] |
16 | 16 |
javascript_tag "showTab('#{tab}');" %> |
17 |
|
|
18 |
<% set_html_title l(:label_settings) -%> |
trunk/app/views/projects/show.rhtml | ||
---|---|---|
81 | 81 |
<% content_for :header_tags do %> |
82 | 82 |
<%= auto_discovery_link_tag(:atom, {:action => 'activity', :id => @project, :format => 'atom', :key => User.current.rss_key}) %> |
83 | 83 |
<% end %> |
84 |
|
|
85 |
<% set_html_title l(:label_overview) -%> |
trunk/app/views/repositories/changes.rhtml | ||
---|---|---|
16 | 16 |
</p> |
17 | 17 |
|
18 | 18 |
<%= render :partial => 'revisions', :locals => {:project => @project, :path => @path, :revisions => @changesets, :entry => @entry }%> |
19 |
|
|
20 |
<% set_html_title(h(@entry.name)) -%> |
trunk/app/views/repositories/revision.rhtml | ||
---|---|---|
62 | 62 |
<% content_for :header_tags do %> |
63 | 63 |
<%= stylesheet_link_tag "scm" %> |
64 | 64 |
<% end %> |
65 |
|
|
66 |
<% set_html_title("#{l(:label_revision)} #{@changeset.revision}") -%> |
trunk/app/views/repositories/revisions.rhtml | ||
---|---|---|
16 | 16 |
<%= stylesheet_link_tag "scm" %> |
17 | 17 |
<%= auto_discovery_link_tag(:atom, params.merge({:format => 'atom', :page => nil, :key => User.current.rss_key})) %> |
18 | 18 |
<% end %> |
19 |
|
|
20 |
<% set_html_title l(:label_revision_plural) -%> |
trunk/app/views/repositories/show.rhtml | ||
---|---|---|
21 | 21 |
<% content_for :header_tags do %> |
22 | 22 |
<%= stylesheet_link_tag "scm" %> |
23 | 23 |
<% end %> |
24 |
|
|
25 |
<% set_html_title l(:label_repository) -%> |
trunk/app/views/roles/list.rhtml | ||
---|---|---|
32 | 32 |
<p><%= pagination_links_full @role_pages %></p> |
33 | 33 |
|
34 | 34 |
<p><%= link_to l(:label_permissions_report), :action => 'report' %></p> |
35 |
|
|
36 |
<% set_html_title(l(:label_role_plural)) -%> |
trunk/app/views/roles/workflow.rhtml | ||
---|---|---|
54 | 54 |
<% end %> |
55 | 55 |
|
56 | 56 |
<% end %> |
57 |
|
|
58 |
<% set_html_title(l(:label_workflow)) -%> |
trunk/app/views/search/index.rhtml | ||
---|---|---|
41 | 41 |
}, :href => url_for(params.merge(:previous => nil, :offset => @pagination_next_date.strftime("%Y%m%d%H%M%S"))) %> |
42 | 42 |
<% end %> |
43 | 43 |
</center></p> |
44 |
|
|
45 |
<% set_html_title(l(:label_search)) -%> |
trunk/app/views/settings/edit.rhtml | ||
---|---|---|
98 | 98 |
|
99 | 99 |
<%= submit_tag l(:button_save) %> |
100 | 100 |
<% end %> |
101 |
|
|
102 |
<% set_html_title(l(:label_settings)) -%> |
trunk/app/views/trackers/list.rhtml | ||
---|---|---|
30 | 30 |
</tbody> |
31 | 31 |
</table> |
32 | 32 |
|
33 |
<%= pagination_links_full @tracker_pages %> |
|
33 |
<%= pagination_links_full @tracker_pages %> |
|
34 |
|
|
35 |
<% set_html_title(l(:label_tracker_plural)) -%> |
trunk/app/views/users/list.rhtml | ||
---|---|---|
57 | 57 |
|
58 | 58 |
<p><%= pagination_links_full @user_pages, :status => @status %> |
59 | 59 |
[ <%= @user_pages.current.first_item %> - <%= @user_pages.current.last_item %> / <%= @user_count %> ] |
60 |
</p> |
|
60 |
</p> |
|
61 |
|
|
62 |
<% set_html_title(l(:label_user_plural)) -%> |
Also available in: Unified diff
More detailed html title on several views.