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

This doc was last edited by Anand Chitipothu December 17, 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
$def with (text, url, float, style)

$ url = url.replace("'", "\\'")

<div style="padding: 0px 0px 10px 0px; float:$float; margin-top: -35px;">
    <img src="/static/images/flourish.left.gif"  alt="[" /><button type="button" name="submit" value="$text" class="$style"  onclick="window.location.href = '$url';">$text</button><img src="/static/images/flourish.gif"  alt="]" />
</div>
<br />