It looks like you're offline.
Open Library logo
additional options menu

Site Header navigation

This doc was last edited by Lance Arthur May 18, 2011.

plugin upstream
Templates in the website are disabled now. Editing them will not have any effect on the live website.
   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
$def with (page)

        <div id="header">

            <div id="headerNav">
                <ul class="links">
                    <li class="first"><a href="/subjects" title="$_('Explore subjects')">$_("Subjects")</a></li>
                    <li><a href="/authors" title="$_('Explore authors')">$_("Authors")</a></li>
                    <li class="second"><a href="/books/add" title="$_('Add a new book to Open Library')">$_("Add a Book")</a></li>
                    <li><a href="/lists" title="$_('Manage your lists')">$_("Lists")</a></li>
                    <li><a href="/recentchanges" title="$_('Recent edits and additions')">$_("Recently")</a></li>
                    <li><a href="/about" title="$_('About the Open Library staff')">$_("About Us")</a></li>
                </ul>
            </div>

            <div id="headerLogo">
              <h2><a href="/" title="Go Home"><img src="/images/logo_OL-lg.png" alt="$_('Open Library')" width="220" height="140"/></a></h2>
              <p class="tagline">$_("One web page for every book.")</p>
            </div>

            <div id="headerPlace"></div>

        </div>