<%-- File ==== user_view.html Description =========== This page will be shown when you choose to view a user's information. NOTE: Take care when displaying the e-mail address to use the <%user_disp_email%> tag and NOT the <%user_email%> tag. --%> <%site_title%>: Benutzerprofil: <%user_username%> <%include include_css.html%> <%body_tag%> <%include include_header.html%> <%include include_logo.html%>
<%body_table%> <%title_font%> <%title_font%><%site_home%>: Benutzerprofil: <%nbsp user_username%> <%/title_font%>   <%hidden_form%>
<%list_table%> <%if user_icon%> <%GForum::User::icon_dimensions($user_icon)%> <%else%>   <%endif%> <%body_font%><%nbsp user_username%><%/body_font%> <%body_font%>Titel:<%/body_font%> <%body_font%><%user_title%><%/body_font%> <%body_font%>Status:<%/body_font%> <%body_font%><%user_status_string%><%/body_font%> <%body_font%>Registriert:<%/body_font%> <%body_font%><%user_registered_date%><%/body_font%> <%if not user_invisible or current_user_status == 3%><%-- Don't show the last logon if the user is invisible, unless the person viewing the page is an admin --%> <%body_font%>Last Logon:<%/body_font%> <%body_font%><%user_last_logon_date%><%/body_font%> <%endif%> <%body_font%>Nachrichten:<%/body_font%> <%body_font%> <%user_posts%> (<%user_posts /1 $user_days_registered%> pro Tag)<%/body_font%> <%/body_font%> <%body_font%>realer Name:<%/body_font%> <%body_font%><%if user_real_name%><%user_real_name%><%else%>Kein Name eingetragen<%endif%><%/body_font%> <%body_font%>Wohnort:<%/body_font%> <%body_font%><%if user_location%><%user_location%><%else%>Kein Wohnort eingetragen<%endif%><%/body_font%> <%if not user_invisible or current_user_status == 3%> <%body_font%>Ortszeit:<%/body_font%> <%body_font%><%user_localdate%><%/body_font%> <%endif%> <%if user_occupation%> <%body_font%>Beruf:<%/body_font%> <%body_font%><%user_occupation%><%/body_font%> <%endif%> <%if user_interests%> <%body_font%>Interessen:<%/body_font%> <%body_font%><%user_interests%><%/body_font%> <%endif%> <%if user_homepage%> <%body_font%>Homepage:<%/body_font%> <%body_font%><%user_homepage%><%/body_font%> <%endif%> <%body_font%>E-Mail:<%/body_font%> <%body_font%> <%if user_disp_email%> <%user_disp_email%> <%else%> Keine E-Mail eingetragen <%endif%> <%/body_font%> <%if current_user_id and current_user_status >= 3%> <%body_font%>Email:<%/body_font%> <%body_font%> <%user_email%> <%/body_font%> <%body_font%>Admin-Optionen:<%/body_font%> <%body_font%> Details | Modify | Delete <%/body_font%> <%endif%> <%if user_icq%> <%body_font%>ICQ-Nummer:<%/body_font%> <%body_font%><%user_icq%><%/body_font%> <%endif%> <%if user_aim%> <%body_font%>AOL-Instant-Messager-Name:<%/body_font%> <%body_font%><%user_aim%><%/body_font%> <%endif%> <%if user_yahoo%> <%body_font%>Yahoo-Kennung:<%/body_font%> <%body_font%><%user_yahoo%><%/body_font%> <%endif%> <%if user_msn%> <%body_font%>MSN-Kennung:<%/body_font%> <%body_font%><%user_msn%><%/body_font%> <%endif%>
<%hidden_form%> <%if current_user_id%> <% if user_accept_privmsg and user_status > 0%> <% else%> <%body_font%>(Benutzer kann keine privaten Nachrichten empfangen)<%/body_font%> <% endif%> <%else%>   <%endif%>
<%/body_table%> <%include include_footer.html%>