|
|
@ -267,7 +267,9 @@
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<% unless @user.user_extensions.location.empty?%>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
|
|
|
|
|
|
|
|
<td style=" float: right" width="70px">
|
|
|
|
<td style=" float: right" width="70px">
|
|
|
|
<span style="float: right"> <%= l(:label_location) %>:</span>
|
|
|
|
<span style="float: right"> <%= l(:label_location) %>:</span>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
@ -276,6 +278,8 @@
|
|
|
|
<%= @user.user_extensions.location_city %>
|
|
|
|
<%= @user.user_extensions.location_city %>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<% unless @user.user_extensions.technical_title.nil?%>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<% if @user.user_extensions.identity == 0 %>
|
|
|
|
<% if @user.user_extensions.identity == 0 %>
|
|
|
|
<td style=" float: right" width="70px" >
|
|
|
|
<td style=" float: right" width="70px" >
|
|
|
@ -286,8 +290,9 @@
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<%end%>
|
|
|
|
<% if @user.user_extensions.identity == 1 %>
|
|
|
|
<% if @user.user_extensions.identity == 1 %>
|
|
|
|
<% if(is_watching?(@user) ) %>
|
|
|
|
<% if(is_watching?(@user) ) && !@user.user_extensions.student_id.empty? %>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td style=" float: right" width="70px" >
|
|
|
|
<td style=" float: right" width="70px" >
|
|
|
|
<span style="float: right"> <%= l(:label_bidding_user_studentcode)%>:</span>
|
|
|
|
<span style="float: right"> <%= l(:label_bidding_user_studentcode)%>:</span>
|
|
|
|