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

view template for /type/doc

This doc was last edited anonymously March 16, 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)

$ lang = i18n.get_locale() or 'en'

$var title: $page.title

<style type="text/css">
<!--
#book-art { width: 205px; height: 300px; text-align: center; float: left; padding-top: 21px; margin-top: 4px; padding-left: 13px; padding-right: 14px; background: #fff url(/static/logos/logo-${lang}.png) top center no-repeat; }
-->
</style>

$add_stylesheet("/css/doc-styles.css?format=raw")
$add_javascript("/static/js/jquery.js")

<blockquote class="text">
    <div id="book-art"></div>
    <div id="abstract">        
        <p style="padding-top: 24px;">
            <span id="title">$page.title<br /></span>
    </div>

    $:format(page.body)
</div>