<%~if in.action eq 'bike_form'%> <%~if in.formsubmit%><%-- form submit --%> <%~set res = Plugins::GForum::Bikes::bike_submit %> <%~if res.error%>Error occurred: <%res.error%><%endparse%><%endif%> <%~if in.bike_add%><%set success = "The bike was added"%><%elsif in.bike_edit%><%set success = "The bike was updated"%><%elsif in.delete_it%><%set success = "The bike was deleted"%><%endif%> <%~if success%> <%include include_bike_list.html%> <%endparse%> <%~endif%> <%~endif%> <%~set select_bike_id = $form.select_bike_id%> <%~if select_bike_id%> <%~Plugins::GForum::Bikes::get_user_bikes($user_id)%> <%~loop user_bikes_loop%> <%if bike_id == $select_bike_id%> <%include include_bike_form.html%> <%lastloop%> <%endif%> <%~endloop%> <%~else%> <%include include_bike_form.html%> <%~endif%> <%~endparse%> <%~endif%> <%cat_full_name%>: User Profile: <%user_username%> <%include include_common_head.html%>
<%include include_header.html%>
<%~set content_header_title = $user_username%> <%~init array breadcrumbs%><%init hash breadcrumbs.0%> <%~set breadcrumbs.0.name = $user_username%> <%~set url_user_username = escape_url unescape_html $user_username%>
<%include include_breadcrumb.html%>
<%-- start content--%> <%include include_content_header.html%>
<%hidden_form%>

Bike Fit Manager

<%~if current_user_id%> <%Plugins::GForum::SlideShow::change_logs($user_id)%> <%~if username_log_loop.length%>

Change Logs

<%~loop username_log_loop%>
<%GT::Date::date_transform($Log_time,'%yyyy%-%mm%-%dd% %HH%:%MM%:%ss%','%yyyy%-%mm%-%dd%')%>
<%Log_old_username%>
<%Log_new_username%>
<%~endloop%>
<%~endif%> <%endif%>
<%-- end content --%>
<%include include_footer.html%>
<%~include include_global_js.html%>