diff options
30 files changed, 32 insertions, 32 deletions
diff --git a/templates/ca/private.html b/templates/ca/private.html index 89583d93..2637bcae 100644 --- a/templates/ca/private.html +++ b/templates/ca/private.html @@ -3,7 +3,7 @@ <title>%(realname)s Private Archives Authentication</title> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/cs/private.html b/templates/cs/private.html index a7f75fdc..e7e547fb 100644 --- a/templates/cs/private.html +++ b/templates/cs/private.html @@ -3,7 +3,7 @@ <title>Konference %(realname)s - pihlen pro pstup do privtnho archivu </title> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/da/private.html b/templates/da/private.html index e4388cfe..80d14e2f 100644 --- a/templates/da/private.html +++ b/templates/da/private.html @@ -3,7 +3,7 @@ <title>%(realname)s Login til Private Arkiver</title> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/de/private.html b/templates/de/private.html index 02aa057a..1f9b0693 100644 --- a/templates/de/private.html +++ b/templates/de/private.html @@ -3,7 +3,7 @@ <title>Authentifizierung fr den Zugriff auf die Archive von %(realname)s</title> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/en/private.html b/templates/en/private.html index aa584314..28ac9bfc 100644 --- a/templates/en/private.html +++ b/templates/en/private.html @@ -3,7 +3,7 @@ <title>%(realname)s Private Archives Authentication</title> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/es/private.html b/templates/es/private.html index 327f9237..1e1cf572 100644 --- a/templates/es/private.html +++ b/templates/es/private.html @@ -3,7 +3,7 @@ <title>Autentificación para los archivos privados de %(realname)s </title> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/et/private.html b/templates/et/private.html index bd2b4ee8..807a3e5e 100644 --- a/templates/et/private.html +++ b/templates/et/private.html @@ -3,7 +3,7 @@ <title>%(realname)s privaatarhiiv</title> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/eu/private.html b/templates/eu/private.html index f1aa528a..00978e5f 100644 --- a/templates/eu/private.html +++ b/templates/eu/private.html @@ -3,7 +3,7 @@ <title>%(realname)s Artxibo Pribatuak Egiaztatzea</title> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/fi/private.html b/templates/fi/private.html index 0efe1798..4391e30b 100644 --- a/templates/fi/private.html +++ b/templates/fi/private.html @@ -1,10 +1,10 @@ -<!-- $Revision: 5063 $ --> +<!-- $Revision: 7647 $ --> <html> <head> <title>%(realname)s Private Archives Authentication</title> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/fr/private.html b/templates/fr/private.html index b38a9f31..1a90e546 100644 --- a/templates/fr/private.html +++ b/templates/fr/private.html @@ -4,7 +4,7 @@ %(realname)s</title> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/hr/private.html b/templates/hr/private.html index f3be4405..6c9ad48b 100644 --- a/templates/hr/private.html +++ b/templates/hr/private.html @@ -3,7 +3,7 @@ <title>%(realname)s Privatna Arhiva Autentikacija</title> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/hu/private.html b/templates/hu/private.html index bdb3ad4c..a737b9f5 100644 --- a/templates/hu/private.html +++ b/templates/hu/private.html @@ -3,7 +3,7 @@ <title>%(realname)s Privt archvum azonosts</title> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/ia/private.html b/templates/ia/private.html index be9f04b2..b9ad9333 100644 --- a/templates/ia/private.html +++ b/templates/ia/private.html @@ -3,7 +3,7 @@ <title>Authentication pro le archivos private de %(realname)s</title> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/it/private.html b/templates/it/private.html index a9e91356..d7545ae5 100644 --- a/templates/it/private.html +++ b/templates/it/private.html @@ -3,7 +3,7 @@ <title>Autenticazione per gli archivi privati di %(realname)s</title> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/ja/private.html b/templates/ja/private.html index c98f6f5d..395d7f6d 100644 --- a/templates/ja/private.html +++ b/templates/ja/private.html @@ -3,7 +3,7 @@ <title>%(realname)s ¸ ǧ</title> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/ko/private.html b/templates/ko/private.html index e7f997c6..57406107 100644 --- a/templates/ko/private.html +++ b/templates/ko/private.html @@ -3,7 +3,7 @@ <title>%(realname)s </title> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/lt/private.html b/templates/lt/private.html index acef0127..73e9a613 100644 --- a/templates/lt/private.html +++ b/templates/lt/private.html @@ -3,7 +3,7 @@ <title>%(realname)s privataus archyvo prisijungimas</title> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/nl/private.html b/templates/nl/private.html index 36a157a7..1e609058 100644 --- a/templates/nl/private.html +++ b/templates/nl/private.html @@ -3,7 +3,7 @@ <title>%(realname)s Prive Archief beveiligd</title> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> @@ -31,4 +31,4 @@ Verdere pagina's werken alleen met cookies. </FORM> </body> -</html>
\ No newline at end of file +</html> diff --git a/templates/no/private.html b/templates/no/private.html index 2b436fef..e76434eb 100644 --- a/templates/no/private.html +++ b/templates/no/private.html @@ -3,7 +3,7 @@ <title>%(realname)s Innlogging til Private Arkiver</title> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/pl/private.html b/templates/pl/private.html index 79a27dad..07f83c11 100644 --- a/templates/pl/private.html +++ b/templates/pl/private.html @@ -3,7 +3,7 @@ <title>%(realname)s Private Archives Authentication</title> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/pt/private.html b/templates/pt/private.html index 48105c31..65d78b05 100644 --- a/templates/pt/private.html +++ b/templates/pt/private.html @@ -3,7 +3,7 @@ <title>%(realname)s Autenticao de Arquivos Privados</title> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/pt_BR/private.html b/templates/pt_BR/private.html index 40b71455..649430e8 100644 --- a/templates/pt_BR/private.html +++ b/templates/pt_BR/private.html @@ -3,7 +3,7 @@ <title>Autenticao para acesso aos arquivos privados da %(realname)s</title> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/ro/private.html b/templates/ro/private.html index a3a491b4..9fe6d2d1 100644 --- a/templates/ro/private.html +++ b/templates/ro/private.html @@ -4,7 +4,7 @@ <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-2"> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/ru/private.html b/templates/ru/private.html index fc4c2957..2b9bb702 100644 --- a/templates/ru/private.html +++ b/templates/ru/private.html @@ -3,7 +3,7 @@ <title> %(realname)s</title> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/sl/private.html b/templates/sl/private.html index 1fa9090c..7be8928c 100644 --- a/templates/sl/private.html +++ b/templates/sl/private.html @@ -3,7 +3,7 @@ <title>Avtentikacija za zasebne arhive lana %(realname)s</title> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/sr/private.html b/templates/sr/private.html index 1504849e..de8b8898 100644 --- a/templates/sr/private.html +++ b/templates/sr/private.html @@ -3,7 +3,7 @@ <title>Пријава за улаз у приватну архиву листе: %(realname)s </title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/sv/private.html b/templates/sv/private.html index 9c055823..66d918dd 100644 --- a/templates/sv/private.html +++ b/templates/sv/private.html @@ -3,7 +3,7 @@ <title>%(realname)s Inloggning till Privata Arkiv</title> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/tr/private.html b/templates/tr/private.html index 00396d81..6301895c 100644 --- a/templates/tr/private.html +++ b/templates/tr/private.html @@ -3,7 +3,7 @@ <title>%(realname)s zel Arivleri Girii</title> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/uk/private.html b/templates/uk/private.html index 1f39def0..1e0641df 100644 --- a/templates/uk/private.html +++ b/templates/uk/private.html @@ -3,7 +3,7 @@ <title>Автентифікація доступу до закритого списку розсилки %(realname)s</title> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> diff --git a/templates/zh_CN/private.html b/templates/zh_CN/private.html index 33f1a9a5..8fd450a7 100644 --- a/templates/zh_CN/private.html +++ b/templates/zh_CN/private.html @@ -3,7 +3,7 @@ <title>%(realname)s 私有归档认证</title> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s/"> +<FORM METHOD=POST ACTION="%(action)s"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> |