/ Published in: HTML
forms part of our Calibre Remote. an alternate gui for calibre ebooks content-server. this is the html files that contains the basic layout and brings it all together.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="keywords" content="" /> <meta http-equiv="description" content="" /> <meta name="viewport" content="width=device-width" /> <link rel="shortcut icon" href="favicon.png" /> <link rel="stylesheet" href="css/calibre.css" type="text/css" media="screen,print,projection,mobile" /> </head> <body> <div id="wrapper"> <header id="header"> <hgroup> </hgroup> <section id="server" class="server panel hidden float-left"> <section> </section> </section> <section id="search" class="search panel float-left"> <header> </header> <section> <input type="text" name="search" value="" class="search" /> </section> </section> <section id="order" class="order panel float-left"> <header> </header> <section> <ul> <li> </li> <li> </li> </ul> </section> </section> <section id="sort" class="sort panel float-left"> <header> </header> <section> <ul> <li class="float-left"> </li> <li class="float-right"> </li> <li class="float-left float-left-clear"> </li> <li class="float-right float-right-clear"> </li> </ul> </section> </section> </header> <section id="content"> <article class="server config"> <header> </header> <section> <dl> </dl> </section> </article> </section> </div> <footer id="footer"> <div class="logo"> </div> <div class="copyright"> </div> <div class="privacy"> </div> </footer> </body> </html>
URL: http://www.pixaweb.co.uk/calibre/