Sha256: a1d0d47989ce1193a46eef9a3a47e07756cd39810da4fc9fe5ca64d3d5a04fa2

Contents?: true

Size: 1.64 KB

Versions: 31

Compression:

Stored size: 1.64 KB

Contents

    <div id="navbar">
      <span style="float: left"><%=link_to "#{l :backlog} #{APP::VERSION}", 'http://rubyforge.org/projects/backlog'%></span>
      <span style="float: left"><form action="<%=url_for :controller => 'search', :action => :results%>"><%=text_field_tag :q, @search || l(:search), :onfocus => "if (value == '#{l(:search)}') value='' "%><%=submit_tag :search, :style => 'display: none'%></form></span>
      <span style="float: left; margin-left: 5px; font-weight: bold"><%=Time.new.strftime('%Y-%m-%d %H:%M')%></span>
      <%= link_to l(:home), url_for('/') %>
      
      <% if user? %>
      | <%= link_to l(:backlogs), :controller => 'backlogs', :action => :list %>
      | <%= link_to l(:work_accounts), :controller => 'work_accounts', :action => :list %>
      | <%= link_to l(:log_out), :controller => 'user', :action => :logout %>
      <% else %>
      | <%= detour_to l(:log_in), :controller => 'user', :action => :login %>
      <% end %>
<!--      | <%= link_to l(:administration), :controller => 'administration', :action => :index %> -->
      <% if user? %>| <%=link_to user.email, :controller => 'user', :action => :edit%><% end %>
    </div>
    <div id="header">
      <%=render :partial => '/layouts/notice'%>
      <%= error_messages_for :backlog %>
      <%= error_messages_for :estimate %>
      <%= error_messages_for :group %>
      <%= error_messages_for :period %>
      <%= error_messages_for :task %>
      <%= error_messages_for :user %>
      <%= error_messages_for :work %>

      <div id="introtext">
        <h1><%=@application_title%></h1>
        <h3><%=@page_title || @application_description%></h3>
      </div>
    </div>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
backlog-0.19.0 app/views/layouts/_left_top.rhtml
backlog-0.20.0 app/views/layouts/_left_top.rhtml
backlog-0.20.1 app/views/layouts/_left_top.rhtml
backlog-0.21.0 app/views/layouts/_left_top.rhtml
backlog-0.21.2 app/views/layouts/_left_top.rhtml
backlog-0.21.1 app/views/layouts/_left_top.rhtml
backlog-0.21.3 app/views/layouts/_left_top.rhtml
backlog-0.22.1 app/views/layouts/_left_top.rhtml
backlog-0.22.0 app/views/layouts/_left_top.rhtml
backlog-0.23.0 app/views/layouts/_left_top.rhtml
backlog-0.24.0 app/views/layouts/_left_top.rhtml
backlog-0.23.1 app/views/layouts/_left_top.rhtml
backlog-0.25.0 app/views/layouts/_left_top.rhtml
backlog-0.26.0 app/views/layouts/_left_top.rhtml
backlog-0.28.0 app/views/layouts/_left_top.rhtml
backlog-0.29.0 app/views/layouts/_left_top.rhtml
backlog-0.31.0 app/views/layouts/_left_top.rhtml
backlog-0.30.0 app/views/layouts/_left_top.rhtml
backlog-0.32.0 app/views/layouts/_left_top.rhtml
backlog-0.31.1 app/views/layouts/_left_top.rhtml