diff options
30 files changed, 32 insertions, 32 deletions
diff --git a/templates/ca/private.html b/templates/ca/private.html index 89583d935..2637bcaee 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 a7f75fdcb..e7e547fb9 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 e4388cfe4..80d14e2f9 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 02aa057a2..1f9b06936 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 aa5843141..28ac9bfc8 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 327f9237d..1e1cf5729 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 bd2b4ee81..807a3e5ed 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 f1aa528ab..00978e5f2 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 0efe17984..b3c04a879 100644 --- a/templates/fi/private.html +++ b/templates/fi/private.html @@ -1,10 +1,10 @@ -<!-- $Revision: 5063 $ --> +<!-- $Revision: 7651 $ --> <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 b38a9f314..1a90e546b 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 f3be4405f..6c9ad48ba 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 bdb3ad4c7..a737b9f5b 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 be9f04b20..b9ad9333c 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 0108371ac..8ab4109cc 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 c98f6f5d6..395d7f6d7 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 e7f997c61..574061078 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 acef01276..73e9a613b 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 36a157a7a..1e609058b 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 2b436fefd..e76434eb1 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 79a27dadd..07f83c111 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 48105c310..65d78b050 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 40b714550..649430e8b 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 a3a491b47..9fe6d2d14 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 fc4c29572..2b9bb7025 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 1fa9090c5..7be8928c8 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 1504849e6..de8b88989 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 9c0558235..66d918ddf 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 00396d811..6301895c1 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 1f39def07..1e0641dfd 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 33f1a9a54..8fd450a7b 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> |
