mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
50 lines
2.4 KiB
HTML
50 lines
2.4 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.kovidgoyal.net/chrome/site/favicon.ico" type="image/x-icon" />
|
|
</head>
|
|
<body>
|
|
<div id="banner">
|
|
<a style="border: 0pt" href="http://calibre.kovidgoyal.net" alt="calibre" title="calibre"><img style="border:0pt" src="/static/calibre.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"/> <img src="/static/previous.png" alt="Show previous set of books" title="Show previous set of books"/> </span><span id="count"> </span> <span id="right"><img src="/static/next.png" alt="Show next set of books" title="Show next set of books"/> <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..."/> <span id="loading_msg">Loading…</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="cover_pane">
|
|
<img title="Cover" src="" />
|
|
</div>
|
|
</body>
|
|
</html>
|