summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2009-09-08 12:56:53 +0200
committerdakkar <dakkar@thenautilus.net>2009-09-08 12:56:53 +0200
commita24d90a6e1a667f8118793a329e97df963ac64a6 (patch)
tree2eb4f5e0df111cb7240d6806f4c7d8dcb4d16593 /templates
parentnew documents about the makerbot (diff)
downloadthenautilus-a24d90a6e1a667f8118793a329e97df963ac64a6.tar.gz
thenautilus-a24d90a6e1a667f8118793a329e97df963ac64a6.tar.bz2
thenautilus-a24d90a6e1a667f8118793a329e97df963ac64a6.zip
add print stylesheet
Diffstat (limited to 'templates')
-rw-r--r--templates/du2html.xsl4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/du2html.xsl b/templates/du2html.xsl
index 2955ba1..8389266 100644
--- a/templates/du2html.xsl
+++ b/templates/du2html.xsl
@@ -155,7 +155,8 @@
<html xml:lang="{$language}" lang="{$language}">
<head>
<title><x:value-of select="normalize-space(title)"/></title>
- <link rel="stylesheet" type="text/css" href="/layout.css" />
+ <link rel="stylesheet" type="text/css" href="/layout.css" media="screen" />
+ <link rel="stylesheet" type="text/css" href="/print.css" media="print" />
<link rel="stylesheet" type="text/css" href="/html4css1.css" />
<link rel="stylesheet" type="text/css" href="/content.css" />
<link rel="icon" type="image/png" href="/favicon.png" />
@@ -198,6 +199,7 @@
<div class="nav" id="nav-tags">
<span class="title"><x:value-of select="$const-tr[@t='navtags' and @l=$language]" /></span>
<ul>
+ <li><x:call-template name="taglink"><x:with-param name="tag">hardware</x:with-param></x:call-template></li>
<li><x:call-template name="taglink"><x:with-param name="tag">software</x:with-param></x:call-template></li>
<x:if test="$language = 'it'"> <!-- non ci sono racconti in inglese, per ora -->
<li><x:call-template name="taglink"><x:with-param name="tag">racconti</x:with-param></x:call-template></li>