~ubuntu-branches/ubuntu/wily/ruby-ferret/wily

« back to all changes in this revision

Viewing changes to lib/ferret/browser/views/layout.rhtml

  • Committer: Bazaar Package Importer
  • Author(s): Antonio Terceiro
  • Date: 2011-07-28 00:02:49 UTC
  • Revision ID: james.westby@ubuntu.com-20110728000249-v0443y69ftcpxwi6
Tags: upstream-0.11.6
ImportĀ upstreamĀ versionĀ 0.11.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
 
3
<html xmlns="http://www.w3.org/1999/xhtml">
 
4
  <head>
 
5
    <title>Ferret-Browser:: <%= @path %></title>
 
6
    <link rel="shortcut icon" type="image/x-icon" href="/s/i/favicon.ico" />
 
7
    <link rel="stylesheet" type="text/css" href="/s/style.css" />
 
8
    <script type="text/javascript" src="/s/global.js"></script>
 
9
  </head>
 
10
  <body id="<%= options[:controller] %>">
 
11
    <ul id="top-menu">
 
12
      <li class="home"><a href="/">Home</a></li>
 
13
      <li class="document"><a href="/document">Documents</a></li>
 
14
      <li class="term"><a href="/term">Terms</a></li>
 
15
      <li class="term-vector"><a href="/term-vector">Term Vectors</a></li>
 
16
      <li class="help"><a href="/help">Help</a></li>
 
17
    </ul>
 
18
    <div id="content">
 
19
      <%= content %>
 
20
    </div>
 
21
  </body>
 
22
</html>