annotate app/views/wiki/export.rhtml @ 1452:d6b9fd02bb89 feature_36_js_refactoring

Deprecated develoment branch.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Fri, 11 Oct 2013 17:01:24 +0100
parents 513646585e45
children
rev   line source
Chris@0 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
Chris@0 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
Chris@0 3 <head>
Chris@0 4 <title><%=h @page.pretty_title %></title>
Chris@0 5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
Chris@0 6 <style>
Chris@0 7 body { font:80% Verdana,Tahoma,Arial,sans-serif; }
Chris@0 8 h1, h2, h3, h4 { font-family: "Trebuchet MS",Georgia,"Times New Roman",serif; }
Chris@0 9 ul.toc { padding: 4px; margin-left: 0; }
Chris@0 10 ul.toc li { list-style-type:none; }
Chris@0 11 ul.toc li.heading2 { margin-left: 1em; }
Chris@0 12 ul.toc li.heading3 { margin-left: 2em; }
Chris@0 13 a.wiki-anchor { display: none; margin-left: 6px; text-decoration: none; }
Chris@0 14 a.wiki-anchor:hover { color: #aaa !important; text-decoration: none; }
Chris@0 15 h1:hover a.wiki-anchor, h2:hover a.wiki-anchor, h3:hover a.wiki-anchor { display: inline; color: #ddd; }
Chris@0 16 </style>
Chris@0 17 </head>
Chris@0 18 <body>
Chris@0 19 <%= textilizable @content, :text, :wiki_links => :local %>
Chris@0 20 </body>
Chris@0 21 </html>