|
|
|
@ -13,8 +13,14 @@
|
|
|
|
|
<div class="top-content">
|
|
|
|
|
<table>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="info_font" style="width: 240px; color: #15bccf"><%=l(:label_contest_innovate_community)%></td>
|
|
|
|
|
<td style="width: 430px; color: #15bccf"><strong><%= l(:label_user_location) %> : </strong></td>
|
|
|
|
|
<td class="info_font" style="width: 240px; color: #15bccf" rowspan="2">
|
|
|
|
|
<a href="http://<%= Setting.host_contest%>" style="color: #15bccf;">
|
|
|
|
|
<%=l(:label_contest_innovate_community)%>
|
|
|
|
|
</a>
|
|
|
|
|
</td>
|
|
|
|
|
<td style="width: 430px; color: #15bccf">
|
|
|
|
|
<strong><%= l(:label_user_location) %> : </strong>
|
|
|
|
|
</td>
|
|
|
|
|
<td rowspan="2" width="305px">
|
|
|
|
|
<div class="project-search" style="float: right">
|
|
|
|
|
<%= form_tag({:controller => 'softapplications', :action => 'search'}, :method => :get, :id => "search_softapplications") do %>
|
|
|
|
@ -28,9 +34,9 @@
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td style="padding-left: 8px"><%=link_to request.host()+"/softapplications", :controller=>'softapplications', :action=>'index' %></td>
|
|
|
|
|
<td ><%=link_to l(:field_homepage), home_path %> >
|
|
|
|
|
<%=link_to l(:label_contest_work), :controller=>'softapplications', :action=>'index' %>
|
|
|
|
|
<td >
|
|
|
|
|
<%=link_to l(:field_homepage), home_path %> >
|
|
|
|
|
<%=link_to l(:label_contest_work), :controller=>'softapplications', :action=>'index' %>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|