各个列表添加当前位置

This commit is contained in:
huangjingquan 2013-11-08 10:29:29 +08:00
parent a52944811b
commit 165c392f31
5 changed files with 83 additions and 86 deletions

View File

@ -1,37 +1,37 @@
<!-- huang-->
<!-- modified by huang -->
<div class="top-content">
<%= form_tag(:controller => 'bids', :action => 'contest', :method => :get) do %>
<div class="project-search-block">
<table width="100%" valign="center">
<table width="940px">
<tr>
<td width="16%"><span style="margin-left:0px">
<%= l(:label_contest_list) %>
</span></td>
<td valign="center"><% if User.current.logged? %>
<!-- <div class='icon icon-add'> -->
<% if User.current.user_extensions.identity == 0 %>
<td class="info_font" style="width: 220px; color: #15bccf""><%= l(:label_contest_innovate) %></td>
<td class="location-list"><strong>当前位置 : </strong></td>
<td rowspan="2">
<% if User.current.logged? %>
<% unless User.current.user_extensions.identity == 1 %>
<%= link_to(l(:label_newtype_contest), {:controller => 'bids', :action => 'new_contest'}, :class => 'icon icon-add') %>
<% end %>
<!-- <%= toggle_link l(:label_new_call), 'put-bid-form', {:focus => 'project_id'} %> -->
<!-- </div> -->
<% end %></td>
<td align="right">
<% end %>
</td>
<td rowspan="2" >
<div class="project-search" style="float: right">
<div class="project-search">
<%= text_field_tag 'name', params[:name], :size => 30 %>
<%= hidden_field_tag 'project_type', params[:project_type] %>
<%= submit_tag l(:label_search), :class => "enterprise", :name => nil %>
</div></td>
</tr></table>
</div>
<%end%>
<% if User.current.logged? %>
<div id="put-bid-form" style="display: none">
<%= render :partial => 'new_bid' %>
</div>
</td>
</tr>
<tr>
<td style="padding-left: 8px"><a><%= link_to "forge.trustie.net/contest", :controller => 'bids', :action => 'index' %> </a></td>
<td ><%=link_to l(:field_homepage), home_path %> > <%=link_to l(:label_contest_innovate), :controller => 'bids', :action => 'contest' %></td>
</tr>
</table>
<% end %>
</div>
<!-- end -->
<%= sort_contest(@s_state)%>

View File

@ -1,51 +1,43 @@
<!-- fq -->
<!-- modified by huang -->
<div class="top-content">
<%= form_tag(calls_path, :method => :get) do %>
<div class="project-search-block">
<table width="100%" valign="center">
<table width="940px">
<tr>
<td width="16%"><span style="margin-left:0px">
<% if @project_type == '1' %>
<%= l(:label_bids_task_list) %>
<% else %>
<%= l(:label_call_list)%>
<% end %></span></td>
<td valign="center"><% if User.current.logged? %>
<!-- <div class='icon icon-add'> -->
<% unless @project_type == '1' %>
<td class="info_font" style="width: 220px; color: #15bccf""><%= l(:label_requirement_enterprise ) %></td>
<td class="location-list"><strong>当前位置 : </strong></td>
<td rowspan="2">
<% if User.current.logged? %>
<%= link_to(l(:label_new_call), {:controller => 'bids', :action => 'new_bid'}, :class => 'icon icon-add') %>
<% end %>
<!-- <%= toggle_link l(:label_new_call), 'put-bid-form', {:focus => 'project_id'} %> -->
<!-- </div> -->
<% end %></td>
<td align="right">
<div class="project-search">
<%= text_field_tag 'name', params[:name], :size => 30 %>
</td>
<td rowspan="2" >
<div class="project-search" style="float: right">
<%= text_field_tag 'name', params[:name], :size => 28 %>
<%= hidden_field_tag 'reward_type', params[:reward_type] %>
<%= hidden_field_tag 'project_type', params[:project_type] %>
<%= submit_tag l(:label_search), :class => "enterprise", :name => nil %>
</div></td>
</tr></table>
</div>
</td>
</tr>
<tr>
<td style="padding-left: 8px"><a><%= link_to "forge.trustie.net/calls", :controller => 'bids', :action => 'index' %> </a></td>
<td ><%=link_to l(:field_homepage), home_path %> > <%=link_to l(:label_requirement_enterprise), :controller => 'bids', :action => 'index' %></td>
</tr>
</table>
<% end %>
<% if User.current.logged? %>
<div id="put-bid-form" style="display: none">
<%= render :partial => 'new_bid' %>
</div>
<% end %>
<!-- end -->
<%= sort_bid(@s_state, @project_type)%>
<!-- <div class="pagination" style="border-bottom: 1px solid rgb(223,223,223); width: 95%; margin-left: 2%; margin-top: 15px" >
<ul style="margin-right:0px">
<li>
<%= link_to l(:label_sort_by_time), calls_path(:bid_sort_type => '0') %>
</li>
<%= link_to l(:label_sort_by_time), calls_path(:bid_sort_type => '0') %></li>
<li>
<%= link_to l(:label_sort_by_active), calls_path(:bid_sort_type => '1') %>
</li>

View File

@ -28,7 +28,7 @@
<%=render :partial => 'layouts/base_header'%>
<% end %>
<div id="main" class="">
<div id="main">
<!-- added by bai -->
<div class="top-content">
<table>

View File

@ -11,12 +11,17 @@ h4 {border-bottom: 1px dotted #bbb;}
/*new by huang*/
/**/
.location-list{
width: 180px;
color: #15bccf;
}
.top-content{
background-color: #f7f7f7;
height: 50px;
height: 52px;
width: 940px;
line-height: 1.2em;
padding-top: 5px;
padding-top: 6px;
margin-bottom: 10px;
}