diff options
Diffstat (limited to 'templates/ro/archidxhead.html')
-rw-r--r-- | templates/ro/archidxhead.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/ro/archidxhead.html b/templates/ro/archidxhead.html new file mode 100644 index 00000000..9c6f9bd5 --- /dev/null +++ b/templates/ro/archidxhead.html @@ -0,0 +1,24 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>Arhiva %(archive)s a listei %(listname)s după %(archtype)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-2"> + %(encoding)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <a name="start"></A> + <h1>Arhivele %(archive)s după %(archtype)s</h1> + <ul> + <li> <b>Mesajele sunt sortate după:</b> + %(thread_ref)s + %(subject_ref)s + %(author_ref)s + %(date_ref)s + <li><b><a href="%(listinfo)s">Mai multe detalii despre această listă... + </a></b></li> + </ul> + <p><b>Începe la:</b> <i>%(firstdate)s</i><br> + <b>Se termină la:</b> <i>%(lastdate)s</i><br> + <b>Mesaje:</b> %(size)s<p> + <ul> |