diff options
Diffstat (limited to 'templates/ia/archtoc.html')
-rw-r--r-- | templates/ia/archtoc.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/ia/archtoc.html b/templates/ia/archtoc.html new file mode 100644 index 00000000..5bc966b4 --- /dev/null +++ b/templates/ia/archtoc.html @@ -0,0 +1,20 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>Le archivos de %(listname)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>Le archivos de %(listname)s</h1> + <p> + Tu pote obtener <a href="%(listinfo)s">plus informationes super iste lista</a> + o tu pote <a href="%(fullarch)s">discargar tote le archivo</a> + (%(size)s). + </p> + %(noarchive_msg)s + %(archive_listing_start)s + %(archive_listing)s + %(archive_listing_end)s + </BODY> + </HTML> |