diff options
Diffstat (limited to 'templates/no/archidxhead.html')
-rw-r--r-- | templates/no/archidxhead.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/no/archidxhead.html b/templates/no/archidxhead.html new file mode 100644 index 00000000..31168575 --- /dev/null +++ b/templates/no/archidxhead.html @@ -0,0 +1,24 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>%(listname)s arkivet for %(archive)s sortert på %(archtype)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(encoding)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>Arkivet for %(archive)s sortert på %(archtype)s</h1> + <ul> + <li> <b>Meldinger sortert på:</b> + %(thread_ref)s + %(subject_ref)s + %(author_ref)s + %(date_ref)s + + <li><b><a href="%(listinfo)s">Mer informasjon om denne listen... + </a></b></li> + </ul> + <p><b>Startdato:</b> <i>%(firstdate)s</i><br> + <b>Sluttdato:</b> <i>%(lastdate)s</i><br> + <b>Meldinger:</b> %(size)s<p> + <ul> |