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

This doc was last edited by Lance Arthur October 29, 2009.

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
$def with (page=None)

$ _s = i18n.get_namespace('/advanced_search')
$ _ = i18n.get_namespace('/mode/view')

<div id="databar">
    $if page:
        <div class="widgetlabel">
            [<a href="$changequery(m='edit')" accesskey="e" rel="nofollow">$_.edit</a>][<a href="$changequery(m='history')" rel="nofollow">$_.history</a>]
            $_.last_modified $(page.last_modified and datestr(page.last_modified))  
        </div>
    <div class="simplesearch">
        <form method="get" action="/search">
            <input type="text" name="q" value="" size="19" title="$_s.type_search." />
            <button type="submit" class="go-small">$_s.go</button>
        </form>
    </div>
</div>