diff options
-rw-r--r-- | misc.tmpl | 17 | ||||
-rw-r--r-- | page.tmpl | 17 | ||||
-rw-r--r-- | searchquery.tmpl | 4 |
3 files changed, 32 insertions, 6 deletions
@@ -9,8 +9,21 @@ </TMPL_IF> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title><TMPL_VAR TITLE></title> -<link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" /> -<link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" /> +<link rel="stylesheet" href="<TMPL_VAR BASEURL>nn4.css" type="text/css" media="screen" /> +<!--link before import prevents Flash Of Unstyled Content in ie6pc --> +<style type="text/css" media="screen">@import url("<TMPL_VAR BASEURL>real.css");</style> +<!-- import with quotes and brackets hides css from: +Netscape 4.x +Win IE 3 +Win IE 4 +Mac IE 4.01 +Mac IE 4.5 +Konqueror 2.1.2 +Win Amaya 5.1 +isn't that nice to know? --> +<!-- Source of above: http://www.thenoodleincident.com/tutorials/typography/ --> +<style type="text/css" media="screen">@import url("<TMPL_VAR BASEURL>style.css");</style> +<style type="text/css" media="screen">@import url("<TMPL_VAR BASEURL>local.css");</style> <TMPL_IF NAME="FAVICON"> <link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" /> </TMPL_IF> @@ -7,8 +7,21 @@ <TMPL_IF NAME="FAVICON"> <link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" /> </TMPL_IF> -<link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" /> -<link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" /> +<link rel="stylesheet" href="<TMPL_VAR BASEURL>nn4.css" type="text/css" media="screen" /> +<!--link before import prevents Flash Of Unstyled Content in ie6pc --> +<style type="text/css" media="screen">@import url("<TMPL_VAR BASEURL>real.css");</style> +<!-- import with quotes and brackets hides css from: +Netscape 4.x +Win IE 3 +Win IE 4 +Mac IE 4.01 +Mac IE 4.5 +Konqueror 2.1.2 +Win Amaya 5.1 +isn't that nice to know? --> +<!-- Source of above: http://www.thenoodleincident.com/tutorials/typography/ --> +<style type="text/css" media="screen">@import url("<TMPL_VAR BASEURL>style.css");</style> +<style type="text/css" media="screen">@import url("<TMPL_VAR BASEURL>local.css");</style> <TMPL_IF NAME="EDITURL"> <link rel="alternate" type="application/x-wiki" title="Redigér denne side" href="<TMPL_VAR EDITURL>" /> </TMPL_IF> diff --git a/searchquery.tmpl b/searchquery.tmpl index 90e1253..b8943fe 100644 --- a/searchquery.tmpl +++ b/searchquery.tmpl @@ -65,7 +65,7 @@ ${<IMG SRC="/images/xapian-omega/score-$div{$percentage,10}.png" ALT="$percentag </div></div> <div style='float:left;margin-top:2px;font-size:x-small;'> <span title="$html{$date{$field{modtime},%Y-%m-%d %H:%M:%S}}"> -Modified:<br><b>$html{$date{$field{modtime},%Y-%m-%d}}</b></span><br> +Ændret:<br><b>$html{$date{$field{modtime},%Y-%m-%d}}</b></span><br> $if{$field{language},Sprog: <b>$html{$field{language}}</b><br>} $if{$field{size},<span title="$html{$field{size}} bytes">Størrelse: <b>$html{$filesize{$field{size}}}</b></span><br>} </div> @@ -74,7 +74,7 @@ $if{$field{size},<span title="$html{$field{size}} bytes">Størrelse: <b>$html{$f <small>$highlight{$field{sample},$terms}$if{$field{sample},...}</small><br> <small> $percentage% relevant$. matchede: -<i>$list{$map{$terms,$html{$prettyterm{$_}}},$. ,</i> aog <i>}</i></small>${for lynx:}<p></td></tr>} +<i>$list{$map{$terms,$html{$prettyterm{$_}}},$. ,</i> og <i>}</i></small>${for lynx:}<p></td></tr>} </table> <br><center> |