To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / app / views / wiki / export.html.erb @ 912:5e80956cc792
History | View | Annotate | Download (923 Bytes)
| 1 | 0:513646585e45 | Chris | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|---|---|---|---|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
||
| 3 | <head>
|
||
| 4 | <title><%=h @page.pretty_title %></title> |
||
| 5 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
||
| 6 | <style>
|
||
| 7 | body { font:80% Verdana,Tahoma,Arial,sans-serif; }
|
||
| 8 | h1, h2, h3, h4 { font-family: "Trebuchet MS",Georgia,"Times New Roman",serif; }
|
||
| 9 | ul.toc { padding: 4px; margin-left: 0; }
|
||
| 10 | ul.toc li { list-style-type:none; }
|
||
| 11 | ul.toc li.heading2 { margin-left: 1em; }
|
||
| 12 | ul.toc li.heading3 { margin-left: 2em; }
|
||
| 13 | a.wiki-anchor { display: none; margin-left: 6px; text-decoration: none; }
|
||
| 14 | a.wiki-anchor:hover { color: #aaa !important; text-decoration: none; }
|
||
| 15 | h1:hover a.wiki-anchor, h2:hover a.wiki-anchor, h3:hover a.wiki-anchor { display: inline; color: #ddd; }
|
||
| 16 | </style>
|
||
| 17 | </head>
|
||
| 18 | <body>
|
||
| 19 | <%= textilizable @content, :text, :wiki_links => :local %>
|
||
| 20 | </body>
|
||
| 21 | </html> |