diff options
author | bwarsaw <> | 2003-04-20 04:53:00 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-04-20 04:53:00 +0000 |
commit | 4bf056812abff6a5a8c30fac697bbafdac64d6b4 (patch) | |
tree | 24b5e2f2f277af8611d2fe7303f47aa4badd7df8 /templates/nl/headfoot.html | |
parent | 9db2537ef7aad632c7d09ecd60b72c8f9315f067 (diff) | |
download | mailman2-4bf056812abff6a5a8c30fac697bbafdac64d6b4.tar.gz mailman2-4bf056812abff6a5a8c30fac697bbafdac64d6b4.tar.xz mailman2-4bf056812abff6a5a8c30fac697bbafdac64d6b4.zip |
Backporting from the trunk
Diffstat (limited to 'templates/nl/headfoot.html')
-rw-r--r-- | templates/nl/headfoot.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/templates/nl/headfoot.html b/templates/nl/headfoot.html index 91d2e8a0..d77a01ce 100644 --- a/templates/nl/headfoot.html +++ b/templates/nl/headfoot.html @@ -1,35 +1,35 @@ Deze commando's kunnen gebruikt worden in je tekst:<br> <table border="0" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1"> <tr> - <td width="17%"><b><code>real_name</code></b></td> + <td width="17%"><b>real_name</b></td> <td width="83%">De lijstnaam met hoofdletters er in. </td> </tr> <tr> - <td width="17%"><b><code>list_name</code></b></td> + <td width="17%"><b>list_name</b></td> <td width="83%">De lijstnaam zonder hoofdletters er in, gepresenteerd als URL. </td> </tr> <tr> - <td width="17%"><b><code>host_name</code></b></td> + <td width="17%"><b>host_name</b></td> <td width="83%">De hostnaam van de server waar deze mailing lijst op draait.. </td> </tr> <tr> - <td width="17%"><b><code>web_page_url</code></b></td> - <td width="83%">Basis URL van Mailman. Hier kan aan toegevoegd worden: <em><code>listinfo/%(internal_name)s</code></em> + <td width="17%"><b>web_page_url</b></td> + <td width="83%">Basis URL van Mailman. Hier kan aan toegevoegd worden: <em>listinfo/%(list_name)s</em> om naar de lijst informatie pagina te gaan.. </td> </tr> <tr> - <td width="17%"><b><code>description</code></b></td> + <td width="17%"><b>description</b></td> <td width="83%">Dit laat de korte omschrijving zien van de mailing lijst.. </td> </tr> <tr> - <td width="17%"><b><code>info</code></b></td> + <td width="17%"><b>info</b></td> <td width="83%">De volledige omschrijving van de mailing lijst.. </td> </tr> <tr> - <td width="17%"><b><code>cgiext</code></b></td> + <td width="17%"><b>cgiext</b></td> <td width="83%">Geeft weer de extentie die is toegevoegd aan CGI scripts.. </td> </tr> @@ -39,5 +39,5 @@ Deze commando's kunnen gebruikt worden in je tekst:<br> <p>Een voorbeeld van een voetnoot:</p> <p><b>---------------------------<br> Mailing lijst: %(real_name)s<br> -Lijst informatie: %(web_page_url)slistinfo/%(internal_name)s</b></p> +Lijst informatie: %(web_page_url)slistinfo/%(list_name)s</b></p> <p> </p> |