[Jan Gerber] fix unicode filenames in wikibooks2epub (from https://code.launchpad...
[objavi2.git] / templates / templating_template_flossmanuals.html
blob2aa16176568c6e5709878d8c3fb82e412326df3c
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <title></title>
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7 <link rel="icon" href="/static/fl2.ico" type="image/x-icon" />
8 <link rel="stylesheet" href="/static/templating_template_flossmanuals.css" type="text/css" />
10 <script type="text/javascript" src="/static/jquery.js"></script>
11 <script type="text/javascript" src="/static/templating_template_flossmanuals.js"></script
12 </head>
13 <body>
14 <div id="home">
15 <a href="/"><img src="/static/top_read_back.gif" border="0" alt="" /></a>
16 </div>
17 <div id="index">
18 <a href="index.html" id="index-book-title"><book-title-goes-here /></a>
19 <menu-goes-here />
20 </div>
21 <!--
22 <div id="pdf">
23 <a href="something.pdf"><img class="non" src="/static/makepdf.gif" border="0" alt="" /></a>
24 <a href="something"><img class="non" src="/static/viewprint.gif" border="0" alt="" /></a>
25 </div>
26 -->
27 <div id="main">
28 <div class="navbar">
29 <div class="arrow top left"><a href="#"><img src="/static/lefttext.png" height="20" alt="" /></a></div>
30 <div class="arrow top right"><a href="#"><img src="/static/righttext.png" height="20" alt="" /></a></div>
31 <div id="edit-links">
32 <a href='http://booki.cc/'>Edit this page</a>
34 <a href="http://booki.cc/">Discussion</a>
35 </div>
36 </div>
38 <div class="ds-contentcontainer">
39 <content-goes-here />
40 </div>
42 <div class="navbar">
43 <div class="arrow bottom left"><a href="#"><img src="/static/lefttext.png" height="20" alt="" /></a></div>
44 <div class="arrow bottom right"><a href="#"><img src="/static/righttext.png" height="20" alt="" /></a></div>
45 </div>
46 </div>
48 </body>
49 </html>