2010-08-10 12:38:59 +02:00

61 lines
2.1 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML 1.1"
xml:lang="en">
<head>
<title>calibre library</title>
<link rel="stylesheet" type="text/css" href="/static/gui.css"
charset="utf-8" />
<script type="text/javascript" src="/static/date.js" charset="utf-8"></script>
<script type="text/javascript" src="/static/jquery.js" charset="utf-8"></script>
<script type="text/javascript" src="/static/gui.js" charset="utf-8"></script>
<link rel="icon" href="http://calibre-ebook.com/favicon.ico"
type="image/x-icon" />
</head>
<body>
<div id="banner"><a style="border: 0pt"
href="http://calibre-ebook.com" alt="calibre" title="calibre"><img
style="border: 0pt" src="/static/calibre_banner.png" alt="calibre" /></a>
</div>
<div id="search_box">
<form name="search_form" onsubmit="search();return false;" action="./"
method="get">
<input value="" id="s" type="text" />
<input type="image" src="/static/btn_search_box.png" width="27"
height="24" id="go" alt="Search" title="Search" />
</form>
</div>
<div id="count_bar"><span id="left"><img
src="/static/first.png" alt="Show first set of books"
title="Show first set of books" />&nbsp;<img src="/static/previous.png"
alt="Show previous set of books" title="Show previous set of books" />&nbsp;</span><span
id="count">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>&nbsp;<span
id="right"><img src="/static/next.png"
alt="Show next set of books" title="Show next set of books" />&nbsp;<img
src="/static/last.png" alt="Show last set of books"
title="Show last set of books" /></span></div>
<div id="main">
<table id="book_list" summary="Book list" cellspacing="0"
cellpadding="0">
<thead>
<tr></tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<div id="loading">
<div><img align="top" src="/static/loading.gif" alt="Loading..."
title="Loading..." />&nbsp;<span id="loading_msg">Loading&hellip;</span>
</div>
</div>
<div id="cover_pane"><img title="Cover" src="" /></div>
</body>
</html>