~michaelforrest/use-case-mapper/trunk

« back to all changes in this revision

Viewing changes to vendor/rails/railties/guides/source/layout.html.erb

  • Committer: Richard Lee (Canonical)
  • Date: 2010-10-15 15:17:58 UTC
  • mfrom: (190.1.3 use-case-mapper)
  • Revision ID: richard.lee@canonical.com-20101015151758-wcvmfxrexsongf9d
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
2
 
<head>
3
 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
4
 
 
5
 
<title><%= yield(:page_title) || 'Ruby on Rails guides' %></title>
6
 
 
7
 
<link rel="stylesheet" type="text/css" href="files/stylesheets/style.css" />
8
 
<link rel="stylesheet" type="text/css" href="files/stylesheets/syntax.css" />
9
 
<link rel="stylesheet" type="text/css" href="files/stylesheets/print.css" media="print" />
10
 
 
11
 
<script type="text/javascript" src="files/javascripts/guides.js"></script>
12
 
<script type="text/javascript" src="files/javascripts/code_highlighter.js"></script>
13
 
<script type="text/javascript" src="files/javascripts/highlighters.js"></script>
14
 
 
15
 
</head>
16
 
<body class="guide">
17
 
  <div id="topNav">
18
 
    <div class="wrapper">
19
 
      <strong>More at <a href="http://rubyonrails.org/">rubyonrails.org:</a> </strong>
20
 
      <a href="http://rubyonrails.org/">Overview</a> |
21
 
      <a href="http://rubyonrails.org/download">Download</a> |
22
 
      <a href="http://rubyonrails.org/deploy">Deploy</a> |
23
 
      <a href="http://rails.lighthouseapp.com/projects/8994-ruby-on-rails/overview">Code</a> |
24
 
      <a href="http://rubyonrails.org/screencasts">Screencasts</a> |
25
 
      <a href="http://rubyonrails.org/documentation">Documentation</a> |
26
 
      <a href="http://rubyonrails.org/ecosystem">Ecosystem</a> |
27
 
      <a href="http://rubyonrails.org/community">Community</a> |
28
 
      <a href="http://weblog.rubyonrails.org/">Blog</a>
29
 
    </div>
30
 
  </div>
31
 
  <div id="header">
32
 
    <div class="wrapper clearfix">
33
 
      <h1><a href="index.html" title="Return to home page">Guides.rubyonrails.org</a></h1>
34
 
      <p class="hide"><a href="#mainCol">Skip navigation</a>.</p>
35
 
      <ul class="nav">
36
 
        <li><a href="index.html">Home</a></li>
37
 
        <li class="index"><a href="index.html" onclick="guideMenu(); return false;" id="guidesMenu">Guides Index</a>
38
 
          <div id="guides" class="clearfix" style="display: none;">
39
 
            <hr />
40
 
            <dl class="L">
41
 
              <dt>Start Here</dt>
42
 
              <dd><a href="getting_started.html">Getting Started with Rails</a></dd>
43
 
              <dt>Models</dt>
44
 
              <dd><a href="migrations.html">Rails Database Migrations</a></dd>
45
 
              <dd><a href="activerecord_validations_callbacks.html">Active Record Validations and Callbacks</a></dd>
46
 
              <dd><a href="association_basics.html">Active Record Associations</a></dd>
47
 
              <dd><a href="active_record_querying.html">Active Record Query Interface</a></dd>
48
 
              <dt>Views</dt>
49
 
              <dd><a href="layouts_and_rendering.html">Layouts and Rendering in Rails</a></dd>
50
 
              <dd><a href="form_helpers.html">Action View Form Helpers</a></dd>
51
 
              <dt>Controllers</dt>
52
 
              <dd><a href="action_controller_overview.html">Action Controller Overview</a></dd>
53
 
              <dd><a href="routing.html">Rails Routing from the Outside In</a></dd>
54
 
            </dl>
55
 
            <dl class="R">
56
 
              <dt>Digging Deeper</dt>
57
 
              <dd><a href="i18n.html">Rails Internationalization API</a></dd>
58
 
              <dd><a href="action_mailer_basics.html">Action Mailer Basics</a></dd>
59
 
              <dd><a href="testing.html">Testing Rails Applications</a></dd>
60
 
              <dd><a href="security.html">Securing Rails Applications</a></dd>
61
 
              <dd><a href="debugging_rails_applications.html">Debugging Rails Applications</a></dd>
62
 
              <dd><a href="performance_testing.html">Performance Testing Rails Applications</a></dd>
63
 
              <dd><a href="plugins.html">The Basics of Creating Rails Plugins</a></dd>
64
 
              <dd><a href="configuring.html">Configuring Rails Applications</a></dd>
65
 
              <dd><a href="rails_on_rack.html">Rails on Rack</a></dd>
66
 
              <dd><a href="command_line.html">Rails Command Line Tools and Rake Tasks</a></dd>
67
 
              <dd><a href="caching_with_rails.html">Caching with Rails</a></dd>
68
 
              <dd><a href="contributing_to_rails.html">Contributing to Rails</a></dd>
69
 
            </dl>
70
 
          </div>
71
 
        </li>
72
 
        <li><a href="contribute.html">Contribute</a></li>
73
 
        <li><a href="credits.html">Credits</a></li>
74
 
      </ul>
75
 
    </div>
76
 
  </div>
77
 
  <hr class="hide" />
78
 
 
79
 
  <div id="feature">
80
 
    <div class="wrapper">
81
 
      <%= yield :header_section %>
82
 
 
83
 
      <%= yield :index_section %>
84
 
    </div>
85
 
  </div>
86
 
 
87
 
  <div id="container">
88
 
    <div class="wrapper">
89
 
      <div id="mainCol">
90
 
        <%= yield %>
91
 
      </div>
92
 
    </div>
93
 
  </div>
94
 
 
95
 
  <hr class="hide" />
96
 
  <div id="footer">
97
 
    <div class="wrapper">
98
 
      <p>This work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0</a> License</a></p>
99
 
      <p>"Rails", "Ruby on Rails", and the Rails logo are trademarks of David Heinemeier Hansson. All rights reserved.</p>
100
 
    </div>
101
 
  </div>
102
 
</body>
103
 
</html>