Click here to skip to this page's main content. Site Index

 Hello!   The State of California is participating in our In-Library lending program. Browse the growing lending library of over 200,000 eBooks!

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)

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

<div id="databar">
<div class="widgetlabel">
    [<a href="#" id="slick-toggle" rel="nofollow">$_.add_new_language</a>]
    [<a href="#" id="slick-toggle2" rel="nofollow">$_.add_new_namespace</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="$_.type_search." />
        <button type="submit" class="go-small">$_.go</button>
    </form>
</div>
</div>