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
  19
  20
  21
  22
  23
  24
$def with (page)

$ _ = i18n.get_namespace('/mode/edit')

<link rel="stylesheet" type="text/css" href="/static/jquery.autocomplete.css" />

<div id="databar">
<div class="widgetlabel">
    [<a href="$changequery(m=None)" rel="nofollow">$_.view</a>]
    [<a href="$changequery(m='history')" rel="nofollow">$_.history</a>]
    [<a href="#" id="slick-toggle" rel="nofollow">$_.change_type</a>]
    [<a href="/templates/$page.type/edit.tmpl?m=edit" rel="nofollow">$_.modify_edit</a>]
    [<a href="/templates/$page.type/view.tmpl?m=edit" rel="nofollow">$_.modify_view</a>]


</div>

<div class="simplesearch">
    <form method="get" action="/search">
        <input type="text" name="q" value="" size="19" title="$_.type_search" />
        <button type="submit" class="go-small">$_.go</button>
    </form>
</div>
</div>