]> git.openstreetmap.org Git - rails.git/blob - app/views/user/view.html.erb
Don't try and show the IP address when there isn't one
[rails.git] / app / views / user / view.html.erb
1 <%= user_image @this_user %>
2
3 <h2><%= h(@this_user.display_name) %>
4
5 <% UserRole::ALL_ROLES.each do |role| %>
6   <% if @user and @user.administrator? %>
7     <% if @this_user.has_role? role %>
8       <%= link_to(image_tag("roles/#{role}.png", :size => "20x20", :border => 0, :alt => t("user.view.role.revoke.#{role}"), :title => t("user.view.role.revoke.#{role}")), :controller => 'user_roles', :action => 'revoke', :display_name => @this_user.display_name, :role => role) %>
9     <% else %>
10       <%= link_to(image_tag("roles/blank_#{role}.png", :size => "20x20", :border => 0, :alt => t("user.view.role.grant.#{role}"), :title => t("user.view.role.grant.#{role}")), :controller => 'user_roles', :action => 'grant', :display_name => @this_user.display_name, :role => role) %>
11     <% end %>
12   <% elsif @this_user.has_role? role %>
13     <%= image_tag("roles/#{role}.png", :size => "20x20", :border => 0, :alt => t("user.view.role.#{role}"), :title => t("user.view.role.#{role}")) %>
14   <% end %>
15 <% end %></h2>
16
17 <div id="userinformation">
18   <% if @user and @this_user.id == @user.id %>
19     <!-- Displaying user's own profile page -->
20     <%= link_to t('user.view.my diary'), :controller => 'diary_entry', :action => 'list', :display_name => @user.display_name %>
21     |
22     <%= link_to t('user.view.new diary entry'), :controller => 'diary_entry', :action => 'new', :display_name => @user.display_name %>
23     |
24     <%= link_to t('user.view.my edits'), :controller => 'changeset', :action => 'list', :display_name => @user.display_name %>
25     |
26     <%= link_to t('user.view.my traces'), :controller => 'trace', :action=>'mine' %>
27     |
28     <%= link_to t('user.view.my settings'), :controller => 'user', :action => 'account', :display_name => @user.display_name %>
29     |
30     <%= link_to t('user.view.oauth settings'), :controller => 'oauth_clients', :action => 'index' %>
31     |
32     <%= link_to t('user.view.blocks on me'), :controller => 'user_blocks', :action => 'blocks_on', :display_name => @user.display_name %>
33     <% if @user and @user.moderator? %>
34       | <%= link_to t('user.view.blocks by me'), :controller => 'user_blocks', :action => 'blocks_by', :display_name => @user.display_name %>
35     <% end %>
36   <% else %>
37     <!-- Displaying another user's profile page -->
38     <%= link_to t('user.view.send message'), :controller => 'message', :action => 'new', :display_name => @this_user.display_name %>
39     |
40     <%= link_to t('user.view.diary'), :controller => 'diary_entry', :action => 'list', :display_name => @this_user.display_name %>
41     |
42     <%= link_to t('user.view.edits'), :controller => 'changeset', :action => 'list', :display_name => @this_user.display_name %>
43     |
44     <%= link_to t('user.view.traces'), :controller => 'trace', :action => 'list', :display_name => @this_user.display_name %>
45     |
46     <% if @user and @user.is_friends_with?(@this_user) %>
47       <%= link_to t('user.view.remove as friend'), :controller => 'user', :action => 'remove_friend', :display_name => @this_user.display_name %>
48     <% else %>
49       <%= link_to t('user.view.add as friend'), :controller => 'user', :action => 'make_friend', :display_name => @this_user.display_name %>
50     <% end %>
51     |
52     <%= link_to t('user.view.block_history'), :controller => 'user_blocks', :action => 'blocks_on', :display_name => @this_user.display_name %>
53     <% if @this_user.moderator? %>
54       | <%= link_to t('user.view.moderator_history'), :controller => 'user_blocks', :action => 'blocks_by', :display_name => @this_user.display_name %>
55     <% end %>
56     <% if @user and @user.moderator? %>
57       | <%= link_to t('user.view.create_block'), :controller => 'user_blocks', :action => 'new', :display_name => @this_user.display_name %>
58     <% end %>
59   <% end %>
60   <% if @user and @user.administrator? %>
61     <br/>
62     <% if ["active", "confirmed"].include? @this_user.status %>
63       <%= link_to t('user.view.deactivate_user'), {:controller => 'user', :action => 'set_status', :status => 'pending', :display_name => @this_user.display_name}, {:confirm => t('user.view.confirm')} %> |
64     <% elsif ["pending"].include? @this_user.status %>
65       <%= link_to t('user.view.activate_user'), {:controller => 'user', :action => 'set_status', :status => 'active', :display_name => @this_user.display_name}, {:confirm => t('user.view.confirm')} %> |
66     <% end %>
67     <% if ["active", "suspended"].include? @this_user.status %>
68       <%= link_to t('user.view.confirm_user'), {:controller => 'user', :action => 'set_status', :status => 'confirmed', :display_name => @this_user.display_name}, {:confirm => t('user.view.confirm')} %> |
69     <% end %>
70     <% if ["pending", "active", "confirmed", "suspended"].include? @this_user.status %>
71       <%= link_to t('user.view.hide_user'), {:controller => 'user', :action => 'set_status', :status => 'deleted', :display_name => @this_user.display_name}, {:confirm => t('user.view.confirm')} %> |
72     <% else %>
73       <%= link_to t('user.view.unhide_user'), {:controller => 'user', :action => 'set_status', :status => 'active', :display_name => @this_user.display_name}, {:confirm => t('user.view.confirm')} %> |
74     <% end %>
75     <%= link_to t('user.view.delete_user'), {:controller => 'user', :action => 'delete', :display_name => @this_user.display_name}, {:confirm => t('user.view.confirm')} %>
76   <% end %>
77 </div>
78
79 <p><b><%= t 'user.view.mapper since' %></b> <%= l @this_user.creation_time, :format => :friendly %> <%= t 'user.view.ago', :time_in_words_ago => time_ago_in_words(@this_user.creation_time) %></p>
80
81 <% if @user and @user.administrator? -%>
82   <p><b><%= t 'user.view.email address' %></b> <%= @this_user.email %></p>  
83   <% unless @this_user.creation_ip.nil? -%>
84   <p><b><%= t 'user.view.created from' %></b> <%= @this_user.creation_ip %></p>
85   <% end -%>
86   <p><b><%= t 'user.view.status' %></b> <%= @this_user.status.capitalize %></p>
87   <p><b><%= t 'user.view.spam score' %></b> <%= @this_user.spam_score %></p>
88 <% end -%>
89
90 <h3><%= t 'user.view.description' %></h3>
91
92 <div id="description"><%= htmlize(@this_user.description) %></div>
93
94 <% if @user and @this_user.id == @user.id %>
95   <div id="map" class="user_map">
96     <% if @this_user.home_lat.nil? or @this_user.home_lon.nil? %>
97       <p id="no_home_location"><%= raw(t 'user.view.if set location', :settings_link => (link_to t('user.view.settings_link_text'), :controller => 'user', :action => 'account', :display_name => @user.display_name)) %></p>
98     <% else %>
99       <%= render :partial => 'map', :locals => { :setting_location => false, :show_other_users => true } %>
100     <% end %>
101   </div>
102
103   <% friends = @this_user.friends.collect { |f| f.befriendee } %>
104   <% nearby = @this_user.nearby - friends %>
105
106   <h3 style="margin-top: 0"><%= t 'user.view.your friends' %></h3>
107
108   <% if friends.empty? %>
109     <%= t 'user.view.no friends' %>
110   <% else %>
111     <table id="friends">
112       <%= render :partial => "contact", :collection => friends %>
113     </table>
114   <% end %>
115
116   <h3><%= t 'user.view.nearby users' %></h3>
117
118   <% if nearby.empty? %>
119     <%= t 'user.view.no nearby users' %>
120   <% else %>
121     <table id="nearbyusers">
122       <%= render :partial => "contact", :collection => nearby %>
123     </table>
124   <% end %>
125 <% end %>