|
|
@ -2,8 +2,14 @@
|
|
|
|
<%= form_tag(:controller => 'bids', :action => 'contest', :method => :get) do %>
|
|
|
|
<%= form_tag(:controller => 'bids', :action => 'contest', :method => :get) do %>
|
|
|
|
<table width="940px">
|
|
|
|
<table width="940px">
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td class="info_font" style="width: 220px; color: #15bccf"><%= l(:label_contest_innovate) %></td>
|
|
|
|
<td class="info_font" style="width: 220px; color: #15bccf" rowspan="2">
|
|
|
|
<td class="location-list"><strong><%= l(:label_user_location) %> :</strong></td>
|
|
|
|
<a href="http://<%= Setting.host_contest%>" style="color: #15bccf;">
|
|
|
|
|
|
|
|
<%=l(:label_contest_innovate_community)%>
|
|
|
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
<td class="location-list">
|
|
|
|
|
|
|
|
<strong><%= l(:label_user_location) %> :</strong>
|
|
|
|
|
|
|
|
</td>
|
|
|
|
<td rowspan="2">
|
|
|
|
<td rowspan="2">
|
|
|
|
<% if User.current.logged? %>
|
|
|
|
<% if User.current.logged? %>
|
|
|
|
<% unless User.current.user_extensions.identity == 1 %>
|
|
|
|
<% unless User.current.user_extensions.identity == 1 %>
|
|
|
@ -20,8 +26,10 @@
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td style="padding-left: 8px"><a><%= link_to request.host()+"/contest", :controller => 'bids', :action => 'index' %> </a></td>
|
|
|
|
<td >
|
|
|
|
<td ><%=link_to l(:field_homepage), home_path %> > <%=link_to l(:label_contest_innovate), :controller => 'bids', :action => 'contest' %></td>
|
|
|
|
<%=link_to l(:field_homepage), home_path %> >
|
|
|
|
|
|
|
|
<a><%= l(:label_contest_innovate) %></a>
|
|
|
|
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</table>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|