增加了需求导航,样式,超链接

This commit is contained in:
baiyu 2013-11-04 21:39:45 +08:00
parent bb994f8b7d
commit f113cb7667
2 changed files with 54 additions and 0 deletions

View File

@ -29,6 +29,32 @@
<% end %>
<div id="main" class="">
<!-- added by bai -->
<div class="top-content">
<table>
<tr>
<td class="info_font" style="width: 240px">企业众包社区</td>
<td style="width: 350px"><strong>当前位置 : </strong></td>
<td rowspan="2" width="350px">
<div class="project-search">
<%= text_field_tag 'name', params[:name], :size => 30 %>
<%= hidden_field_tag 'reward_type', params[:reward_type] %>
<%= hidden_field_tag 'project_type', params[:project_type] %>
<%= submit_tag l(:label_search), :class => "small", :name => nil %>
</div>
</td>
</tr>
<tr>
<td style="padding-left: 8px"><a>http://forge.trustie.net</a></td>
<td ><%=link_to l(:field_homepage), home_path %> > <%=link_to l(:label_requirement_enterprise), :controller => 'bids', :action => 'index' %> > <span><%=link_to @bid.name ,bid_path %></span></td>
</tr>
</table>
</div>
<!-- end -->
<div id="sidebar">
<div class="main_context">
<div class="spaceleft">

View File

@ -29,6 +29,34 @@
<% end %>
<div id="main" class="">
<!-- added by bai -->
<div class="top-content">
<table>
<tr>
<td class="info_font" style="width: 240px">创新竞赛社区</td>
<td style="width: 350px"><strong>当前位置 : </strong></td>
<td rowspan="2" width="350px">
<div class="project-search">
<%= text_field_tag 'name', params[:name], :size => 30 %>
<%= hidden_field_tag 'reward_type', params[:reward_type] %>
<%= hidden_field_tag 'project_type', params[:project_type] %>
<%= submit_tag l(:label_search), :class => "small", :name => nil %>
</div>
</td>
</tr>
<tr>
<td style="padding-left: 8px"><a>http://forge.trustie.net</a></td>
<td ><%=link_to l(:field_homepage), home_path %> > <%=link_to l(:label_contest_innovate), :controller => 'context_menus', :action => 'index' %> > <span><%=link_to @bid.name ,bid_path %></span></td>
</tr>
</table>
</div>
<!-- end -->
<div id="sidebar">
<div class="main_context">
<div class="spaceleft">