- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 20 Jul 2007 05:28:40 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator In directory hutz:/tmp/cvs-serv8121 Modified Files: validator.html.de validator.html.en validator.html.es validator.html.fr validator.html.it validator.html.ja validator.html.nl validator.html.pl-PL validator.html.zh-cn Log Message: for direct input, changing HTTP method from GET to POST. discussion and references at http://www.w3.org/Bugs/Public/show_bug.cgi?id=177 Index: validator.html.zh-cn =================================================================== RCS file: /sources/public/2002/css-validator/validator.html.zh-cn,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- validator.html.zh-cn 15 Jan 2007 01:39:55 -0000 1.13 +++ validator.html.zh-cn 20 Jul 2007 05:28:37 -0000 1.14 @@ -133,7 +133,7 @@ </fieldset> <fieldset id="validate-by-input" class="tabset_content front"><legend class="tabset_label">验证直接输入的内容</legend> - <form action="validator" method="get"> + <form action="validator" method="post"> <p class="instructions">输入你要验证的CSS代码:</p> <p> <textarea name="text" rows="12" cols="70"></textarea> Index: validator.html.es =================================================================== RCS file: /sources/public/2002/css-validator/validator.html.es,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- validator.html.es 1 Mar 2007 02:12:00 -0000 1.20 +++ validator.html.es 20 Jul 2007 05:28:37 -0000 1.21 @@ -154,7 +154,7 @@ </fieldset> <fieldset id="validate-by-input" class="tabset_content front"> <legend class="tabset_label">Validar mediante entrada directa</legend> -<form action="validator" method="get"> +<form action="validator" method="post"> <p class="instructions">Introduce el código CSS que desees validar:</p> <p> <textarea name="text" rows="12" cols="70"></textarea> Index: validator.html.nl =================================================================== RCS file: /sources/public/2002/css-validator/validator.html.nl,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- validator.html.nl 15 Jan 2007 01:39:55 -0000 1.8 +++ validator.html.nl 20 Jul 2007 05:28:37 -0000 1.9 @@ -136,7 +136,7 @@ </fieldset> <fieldset id="validate-by-input" class="tabset_content front"><legend class="tabset_label">Valideer via directe invoer</legend> - <form action="validator" method="get"> + <form action="validator" method="post"> <p class="instructions">Voer de CSS in die je wilt valideren:</p> <p> <textarea name="text" rows="12" cols="70"></textarea> Index: validator.html.ja =================================================================== RCS file: /sources/public/2002/css-validator/validator.html.ja,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- validator.html.ja 15 Jan 2007 01:39:55 -0000 1.17 +++ validator.html.ja 20 Jul 2007 05:28:37 -0000 1.18 @@ -133,7 +133,7 @@ </fieldset> <fieldset id="validate-by-input" class="tabset_content front"><legend class="tabset_label">テキストエリアに直接入力して検証</legend> - <form action="validator" method="get"> + <form action="validator" method="post"> <p class="instructions">検証したいCSSをテキストエリアに入力してください (CSSソースのみ):</p> <p> <textarea name="text" rows="12" cols="70"></textarea> Index: validator.html.en =================================================================== RCS file: /sources/public/2002/css-validator/validator.html.en,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- validator.html.en 15 Jan 2007 01:39:55 -0000 1.22 +++ validator.html.en 20 Jul 2007 05:28:37 -0000 1.23 @@ -137,7 +137,7 @@ </fieldset> <fieldset id="validate-by-input" class="tabset_content front"><legend class="tabset_label">Validate by direct input</legend> - <form action="validator" method="get"> + <form action="validator" method="post"> <p class="instructions">Enter the CSS you would like validated:</p> <p> <textarea name="text" rows="12" cols="70"></textarea> Index: validator.html.fr =================================================================== RCS file: /sources/public/2002/css-validator/validator.html.fr,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- validator.html.fr 15 Jan 2007 01:39:55 -0000 1.23 +++ validator.html.fr 20 Jul 2007 05:28:37 -0000 1.24 @@ -137,7 +137,7 @@ </fieldset> <fieldset id="validate-by-input" class="tabset_content front"><legend class="tabset_label">Validation par Saisie Directe</legend> - <form action="validator" method="get"> + <form action="validator" method="post"> <p class="instructions">Saisissez la feuille de style à valider (ATTENTION : feuilles de style CSS uniquement):</p> <p> <textarea name="text" rows="12" cols="70"></textarea> Index: validator.html.pl-PL =================================================================== RCS file: /sources/public/2002/css-validator/validator.html.pl-PL,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- validator.html.pl-PL 15 Jan 2007 01:39:55 -0000 1.8 +++ validator.html.pl-PL 20 Jul 2007 05:28:37 -0000 1.9 @@ -137,7 +137,7 @@ </fieldset> <fieldset id="validate-by-input" class="tabset_content front"><legend class="tabset_label">Walidacja poprzez bezpośrednie wprowadzenie kodu</legend> - <form action="validator" method="get"> + <form action="validator" method="post"> <p class="instructions">Wprowadź kod CSS do walidacji:</p> <p> <textarea name="text" rows="12" cols="70"></textarea> Index: validator.html.de =================================================================== RCS file: /sources/public/2002/css-validator/validator.html.de,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- validator.html.de 15 Jan 2007 01:39:55 -0000 1.12 +++ validator.html.de 20 Jul 2007 05:28:37 -0000 1.13 @@ -136,7 +136,7 @@ </fieldset> <fieldset id="validate-by-input" class="tabset_content front"><legend class="tabset_label">Validierung per Direkteingabe</legend> - <form action="validator" method="get"> + <form action="validator" method="post"> <p class="instructions">Geben Sie den CSS Code ein, den Sie überprüfen möchten:</p> <p> <textarea name="text" rows="12" cols="70"></textarea> Index: validator.html.it =================================================================== RCS file: /sources/public/2002/css-validator/validator.html.it,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- validator.html.it 15 Jan 2007 04:54:26 -0000 1.14 +++ validator.html.it 20 Jul 2007 05:28:37 -0000 1.15 @@ -137,7 +137,7 @@ </fieldset> <fieldset id="validate-by-input" class="tabset_content front"><legend class="tabset_label">Validazione tramite immissione diretta</legend> - <form action="validator" method="get"> + <form action="validator" method="post"> <p class="instructions">Inserisci il testo del CSS che desideri validare:</p> <p> <textarea name="text" rows="12" cols="70"></textarea>
Received on Friday, 20 July 2007 05:28:47 UTC