home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Calibre / calibre-0.8.18.msi / file_306 < prev    next >
Text File  |  2010-10-28  |  3KB  |  51 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.         <script type="text/javascript">var url_prefix='{prefix}';</script>
  7.         <link rel="stylesheet" type="text/css" href="{prefix}/static/gui.css" charset="utf-8" />
  8.         <script type="text/javascript" src="{prefix}/static/date.js" charset="utf-8"></script>
  9.         <script type="text/javascript" src="{prefix}/static/jquery.js" charset="utf-8"></script>
  10.         <script type="text/javascript" src="{prefix}/static/gui.js" charset="utf-8"></script>
  11.         <link rel="icon" href="http://calibre-ebook.com/favicon.ico" type="image/x-icon" />
  12.     </head>
  13.     <body>
  14.         <div id="banner">
  15.             <a style="border: 0pt" href="http://calibre-ebook.com" alt="calibre" title="calibre"><img style="border:0pt" src="{prefix}/static/calibre_banner.png" alt="calibre" /></a>
  16.         </div>
  17.         
  18.         <div id="search_box">
  19.             <form name="search_form" onsubmit="search();return false;" action="{prefix}/old" method="get" accept-charset="UTF-8">
  20.                       <input value="" id="s" type="text" />
  21.                       <input type="image" src="{prefix}/static/btn_search_box.png" width="27" height="24" id="go" alt="Search" title="Search" />
  22.             </form>
  23.         </div>
  24.         
  25.         <div id="count_bar">
  26.             <span id="left"><img src="{prefix}/static/first.png" alt="Show first set of books" title="Show first set of books"/> <img src="{prefix}/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="{prefix}/static/next.png" alt="Show next set of books" title="Show next set of books"/> <img src="{prefix}/static/last.png" alt="Show last set of books" title="Show last set of books" /></span>
  27.         </div>
  28.         
  29.         <div id="main">
  30.             <table id="book_list" summary="Book list" cellspacing="0" cellpadding="0">
  31.                 <thead>
  32.                     <tr></tr>
  33.                 </thead>
  34.                 <tbody>
  35.                     
  36.                 </tbody>
  37.             </table>
  38.         </div>
  39.         
  40.         <div id="loading">
  41.             <div>
  42.                 <img align="top" src="{prefix}/static/loading.gif" alt="Loading..." title="Loading..."/> <span id="loading_msg">Loading…</span>
  43.             </div>
  44.         </div>
  45.         
  46.         <div id="cover_pane">
  47.             <img title="Cover" src="" />
  48.         </div>
  49.     </body>
  50. </html>
  51.