home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / calibre-0.7.13.msi / file_2965 < prev    next >
Encoding:
Text File  |  2010-05-30  |  2.4 KB  |  50 lines

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  2. <?xml version="1.0" encoding="UTF-8"?>
  3. <html xmlns="http://www.w3.org/1999/xhtml" version="XHTML 1.1" xml:lang="en">
  4.     <head>
  5.         <title>calibre library</title>
  6.         <link rel="stylesheet" type="text/css" href="/static/gui.css" charset="utf-8" />
  7.         <script type="text/javascript" src="/static/date.js" charset="utf-8"></script>
  8.         <script type="text/javascript" src="/static/jquery.js" charset="utf-8"></script>
  9.         <script type="text/javascript" src="/static/gui.js" charset="utf-8"></script>
  10.         <link rel="icon" href="http://calibre-ebook.com/favicon.ico" type="image/x-icon" />
  11.     </head>
  12.     <body>
  13.         <div id="banner">
  14.             <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>
  15.         </div>
  16.         
  17.         <div id="search_box">
  18.             <form name="search_form" onsubmit="search();return false;" action="./" method="get">
  19.                       <input value="" id="s" type="text" />
  20.                       <input type="image" src="/static/btn_search_box.png" width="27" height="24" id="go" alt="Search" title="Search" />
  21.             </form>
  22.         </div>
  23.         
  24.         <div id="count_bar">
  25.             <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>
  26.         </div>
  27.         
  28.         <div id="main">
  29.             <table id="book_list" summary="Book list" cellspacing="0" cellpadding="0">
  30.                 <thead>
  31.                     <tr></tr>
  32.                 </thead>
  33.                 <tbody>
  34.                     
  35.                 </tbody>
  36.             </table>
  37.         </div>
  38.         
  39.         <div id="loading">
  40.             <div>
  41.                 <img align="top" src="/static/loading.gif" alt="Loading..." title="Loading..."/> <span id="loading_msg">Loading…</span>
  42.             </div>
  43.         </div>
  44.         
  45.         <div id="cover_pane">
  46.             <img title="Cover" src="" />
  47.         </div>
  48.     </body>
  49. </html>
  50.