Annotation of 2002/css-validator/validator.html.de, revision 1.25
1.20 ot 1: <?xml version="1.0" encoding="UTF-8"?>
1.9 ot 2: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1.20 ot 4: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
1.1 plehegar 5: <head>
1.9 ot 6: <title>Der W3C CSS Validierungsdienst</title>
7: <link rev="made" href="mailto:www-validator-css@w3.org" />
1.20 ot 8: <link rev="start" href="./" title="Homepage des W3C CSS Validierungsdienstes" />
1.17 ot 9: <style type="text/css" media="all">
10: @import "style/base.css";
1.22 ot 11: </style>
12: <script type="text/javascript" src="scripts/mootools.js"></script>
1.17 ot 13: <script type="text/javascript" src="scripts/w3c-validator.js"></script>
1.22 ot 14: </head>
1.9 ot 15:
16: <body>
1.20 ot 17: <div id="banner">
18: <h1 id="title"><a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="./images/w3c.png" /></a>
19: <a href="./"><span>CSS Validation Service</span></a></h1>
20: <p id="tagline">
21: Cascading Style Sheets (CSS) und (X)HTML-Dokumente mit CSS validieren
22: </p>
23: </div>
24: <div id="frontforms">
25: <ul id="tabset_tabs">
26: <li><a href="#validate-by-uri" class="active">per URI</a></li><li><a href="#validate-by-upload">per File-Upload</a></li><li><a href="#validate-by-input">per Direkteingabe</a></li>
27: </ul>
28: <div id="fields">
1.9 ot 29:
1.20 ot 30: <fieldset id="validate-by-uri" class="tabset_content front">
31: <legend class="tabset_label">Validierung per URI</legend>
32: <form method="get" action="validator">
33: <p class="instructions">
34: Geben Sie die URI eines Dokuments ein, das Sie validieren möchten (CSS oder HTML mit CSS) :
35: </p>
36: <p>
37: <label title="Adresse des zu prüfenden Dokuments" for="uri">Adresse :
38: <input type="text" name="uri" id="uri" size="45" />
39: </label>
40: </p>
41: <fieldset id="extra_opt_uri" class="moreoptions">
42: <legend class="toggletext" title="Weitere Validierungsoptionen anzeigen/verbergen">Weitere Optionen</legend>
43: <div class="options">
44: <table>
45: <tr>
46: <th id="header_profile_uri">
1.12 ot 47: <label for="profile_uri">Profile :</label>
1.20 ot 48: </th>
49: <td headers="header_profile_uri">
1.12 ot 50: <select id="profile_uri" name="profile">
1.20 ot 51: <option value="none">Kein spezielles Profil</option>
52: <option value="css1">CSS level 1</option>
53: <option value="css2">CSS level 2</option>
54: <option selected="selected" value="css21">CSS level 2.1</option>
55: <option value="css3">CSS level 3</option>
56: <option value="svg">SVG</option>
57: <option value="svgbasic">SVG Basic</option>
58: <option value="svgtiny">SVG tiny</option>
59: <option value="mobile">Mobile</option>
60: <option value="atsc-tv">ATSC TV profil</option>
61: <option value="tv">TV profil</option>
1.9 ot 62: </select>
1.20 ot 63: </td>
64: <th id="header_medium_uri">
1.12 ot 65: <label for="medium_uri">Medium :</label>
1.20 ot 66: </th>
67: <td headers="header_medium_uri">
1.12 ot 68: <select id="medium_uri" name="usermedium">
1.20 ot 69: <option selected="selected" value="all">Alle</option>
70: <option value="aural">aural</option>
71: <option value="braille">braille</option>
72: <option value="embossed">embossed</option>
73: <option value="handheld">handheld</option>
74: <option value="print">print</option>
75: <option value= "projection">projection</option>
76: <option value="screen">screen</option>
77: <option value="tty">TTY</option>
78: <option value="tv">TV</option>
79: <option value="presentation">presentation</option>
1.9 ot 80: </select>
1.20 ot 81: </td>
82: </tr>
83: <tr>
84: <th id="header_warning_uri">
85: <label for="warning_uri">Warnungen :</label>
86: </th>
87: <td
88: colspan="3"
89: headers="header_warning_uri">
90: <select id="warning_uri" name="warning">
91: <option value="2">Alle</option>
92: <option selected="selected" value="1">Normal</option>
93: <option value="0">Nur die wichtigsten</option>
94: <option value="no">Keine Warnungen</option>
95: </select>
96: </td>
97: </tr>
98: </table>
99: </div><!-- item_contents -->
100: </fieldset><!-- invisible -->
101:
102: <p class="submit_button">
103: <input type="hidden" name="lang" value="de" />
104: <label title="Validierung starten">
105: <input type="submit" value="Prüfen" />
106: </label>
107: </p>
1.9 ot 108: </form>
109: </fieldset>
1.1 plehegar 110:
1.20 ot 111: <fieldset id="validate-by-upload" class="tabset_content front">
112: <legend class="tabset_label">Validierung per Datei-Upload</legend>
1.9 ot 113: <form method="post" enctype="multipart/form-data" action="validator">
1.20 ot 114: <p class="instructions">Wählen Sie eine lokale Datei, die Sie validieren möchten (nur CSS-Dateien) :</p>
115: <p>
116: <label title="Wählen Sie eine lokale Datei zum Hochladen und Validieren" for="file">Lokale CSS-Datei :
117: <input type="file" id="file" name="file" size="30" /></label></p>
118: <fieldset id="extra_opt_upload" class="moreoptions">
119: <legend class="toggletext" title="Weitere Validierungsoptionen anzeigen/verbergen">Weitere Optionen</legend>
120: <div class="options">
121: <table>
122: <tr>
123: <th id="header_profile_upload">
1.12 ot 124: <label for="profile_upload">Profile :</label>
1.20 ot 125: </th>
126: <td headers="header_profile_upload">
1.12 ot 127: <select id="profile_upload" name="profile">
1.20 ot 128: <option value="none">Kein spezielles Profil</option>
129: <option value="css1">CSS level 1</option>
130: <option value="css2">CSS level 2</option>
131: <option selected="selected" value="css21">CSS level 2.1</option>
132: <option value="css3">CSS level 3</option>
133: <option value="svg">SVG</option>
134: <option value="svgbasic">SVG Basic</option>
135: <option value="svgtiny">SVG tiny</option>
136: <option value="mobile">Mobile</option>
137: <option value="atsc-tv">ATSC TV profil</option>
138: <option value="tv">TV profil</option>
1.9 ot 139: </select>
1.20 ot 140: </td>
141: <th id="header_medium_upload">
1.12 ot 142: <label for="medium_upload">Medium :</label>
1.20 ot 143: </th>
144: <td headers="header_medium_upload">
1.12 ot 145: <select id="medium_upload" name="usermedium">
1.20 ot 146: <option selected="selected" value="all">Alle</option>
147: <option value="aural">aural</option>
148: <option value="braille">braille</option>
149: <option value="embossed">embossed</option>
150: <option value="handheld">handheld</option>
151: <option value="print">print</option>
152: <option value= "projection">projection</option>
153: <option value="screen">screen</option>
154: <option value="tty">TTY</option>
155: <option value="tv">TV</option>
156: <option value="presentation">presentation</option>
1.9 ot 157: </select>
1.20 ot 158: </td>
159: </tr>
160: <tr>
161: <th id="header_warning_upload">
162: <label for="warning_upload">Warnungen :</label>
163: </th>
164: <td
165: colspan="3"
166: headers="header_warning_upload">
167: <select id="warning_upload" name="warning">
168: <option value="2">Alle</option>
169: <option selected="selected" value="1">Normal</option>
170: <option value="0">Nur die wichtigsten</option>
171: <option value="no">Keine Warnungen</option>
172: </select>
173: </td>
174: </tr>
175: </table>
176: </div><!-- item_contents -->
177: </fieldset><!-- invisible -->
178:
179: <p class="submit_button">
180: <input type="hidden" name="lang" value="de" />
181: <label title="Datei zum Validieren abschicken">
182: <input type="submit" value="Prüfen" />
183: </label>
184: </p>
1.9 ot 185: </form>
186: </fieldset>
1.1 plehegar 187:
1.20 ot 188: <fieldset id="validate-by-input" class="tabset_content front">
189: <legend class="tabset_label">Validierung per Direkteingabe</legend>
190: <form action="validator" enctype="multipart/form-data" method="post">
191: <p class="instructions">Geben Sie den CSS Code ein, den Sie überprüfen möchten :</p>
192: <p>
193: <textarea name="text" rows="12" cols="70"></textarea>
194: </p>
195: <fieldset id="extra_opt_input" class="moreoptions">
196: <legend class="toggletext" title="Weitere Validierungsoptionen anzeigen/verbergen">Weitere Optionen</legend>
197: <div class="options">
198: <table>
199: <tr>
200: <th id="header_profile_input">
201: <label for="profile_input">Profile :</label>
202: </th>
203: <td headers="header_profile_input">
204: <select id="profile_input" name="profile">
205: <option value="none">Kein spezielles Profil</option>
206: <option value="css1">CSS level 1</option>
207: <option value="css2">CSS level 2</option>
208: <option selected="selected" value="css21">CSS level 2.1</option>
209: <option value="css3">CSS level 3</option>
210: <option value="svg">SVG</option>
211: <option value="svgbasic">SVG Basic</option>
212: <option value="svgtiny">SVG tiny</option>
213: <option value="mobile">Mobile</option>
214: <option value="atsc-tv">ATSC TV profil</option>
215: <option value="tv">TV profil</option>
1.9 ot 216: </select>
1.20 ot 217: </td>
218: <th id="header_medium_input">
219: <label for="medium_input">Medium :</label>
220: </th>
221: <td headers="header_medium_input">
222: <select id="medium_input" name="usermedium">
223: <option selected="selected" value="all">Alle</option>
224: <option value="aural">aural</option>
225: <option value="braille">braille</option>
226: <option value="embossed">embossed</option>
227: <option value="handheld">handheld</option>
228: <option value="print">print</option>
229: <option value= "projection">projection</option>
230: <option value="screen">screen</option>
231: <option value="tty">TTY</option>
232: <option value="tv">TV</option>
233: <option value="presentation">presentation</option>
1.9 ot 234: </select>
1.20 ot 235: </td>
236: </tr>
237: <tr>
238: <th id="header_type_input">
1.22 ot 239: <label for="type_input">Typ :</label>
1.20 ot 240: </th>
241: <td headers="header_type_input">
242: <select id="type_input" name="type">
1.22 ot 243: <option selected="selected" value="none">Automatisch</option>
1.20 ot 244: <option value="html">HTML</option>
245: <option value="css">CSS</option>
246: </select>
247: </td>
248: <th id="header_warning_input">
249: <label for="warning_input">Warnungen :</label>
250: </th>
251: <td
252: headers="header_warning_input">
253: <select id="warning_input" name="warning">
254: <option value="2">Alle</option>
255: <option selected="selected" value="1">Normal</option>
256: <option value="0">Nur die wichtigsten</option>
257: <option value="no">Keine Warnungen</option>
1.9 ot 258: </select>
1.20 ot 259: </td>
260: </tr>
261: </table>
262: </div><!-- item_contents -->
263: </fieldset><!-- invisible -->
264:
265: <p class="submit_button">
266: <input type="hidden" name="lang" value="de" />
267: <label title="Code validieren">
268: <input type="submit" value="Prüfen" />
269: </label>
270: </p>
1.9 ot 271: </form>
272: </fieldset>
273: </div><!-- fields -->
1.20 ot 274: </div> <!-- frontforms -->
275: <div class="intro">
276: <p><strong>Achtung</strong>: Wenn Sie CSS-Code in einem (X)HTML-Dokument validieren möchten, sollten Sie zunächst <a href="http://validator.w3.org/">prüfen, ob das (X)HTML-Dokument valide ist</a>.
277: </p>
278: </div>
279: <ul class="navbar" id="menu">
280: <li><a href="about.html" title="Über den Dienst">About</a> <span class="hideme">|</span></li>
281: <li><a href="documentation.html" title="Dokumentation zum W3C CSS Validation Service">Documentation</a> <span class="hideme">|</span></li>
282: <li><a href="DOWNLOAD.html" title="Den CSS Validator herunterladen und installieren">Download</a> <span class="hideme">|</span></li>
283: <li><a href="Email.html" title="Wie Sie Feedback zu diesem Service geben können">Feedback</a> <span class="hideme">|</span></li>
284: <li><a href="thanks.html" title="Referenzen und Danksagungen">Credits</a></li>
285: </ul>
286:
287: <ul id="lang_choice">
288:
289: <li><a href="validator.html.de"
290: lang="de"
291: xml:lang="de"
292: hreflang="de"
293: rel="alternate">Deutsch</a>
294: </li>
295:
296: <li><a href="validator.html.en"
297: lang="en"
298: xml:lang="en"
299: hreflang="en"
300: rel="alternate">English</a>
301: </li>
302:
303: <li><a href="validator.html.es"
304: lang="es"
305: xml:lang="es"
306: hreflang="es"
307: rel="alternate">Español</a>
308: </li>
309:
310: <li><a href="validator.html.fr"
311: lang="fr"
312: xml:lang="fr"
313: hreflang="fr"
314: rel="alternate">Français</a>
315: </li>
316:
1.25 ! ot 317: <li><a href="validator.html.ko"
! 318: lang="ko"
! 319: xml:lang="ko"
! 320: hreflang="ko"
! 321: rel="alternate">한국어</a>
! 322: </li>
! 323:
1.20 ot 324: <li><a href="validator.html.it"
325: lang="it"
326: xml:lang="it"
327: hreflang="it"
328: rel="alternate">Italiano</a>
329: </li>
330:
331: <li><a href="validator.html.nl"
332: lang="nl"
333: xml:lang="nl"
334: hreflang="nl"
335: rel="alternate">Nederlands</a>
336: </li>
337:
338: <li><a href="validator.html.ja"
339: lang="ja"
340: xml:lang="ja"
341: hreflang="ja"
342: rel="alternate">日本語</a>
343: </li>
344:
345: <li><a href="validator.html.pl-PL"
346: lang="pl-PL"
347: xml:lang="pl-PL"
348: hreflang="pl-PL"
349: rel="alternate">Polski</a>
350: </li>
351:
1.25 ! ot 352: <li><a href="validator.html.pt-BR"
! 353: lang="pt-BR"
! 354: xml:lang="pt-BR"
! 355: hreflang="pt-BR"
! 356: rel="alternate">Português</a>
! 357: </li>
! 358:
! 359: <li><a href="validator.html.ru"
! 360: lang="ru"
! 361: xml:lang="ru"
! 362: hreflang="ru"
! 363: rel="alternate">Русский</a>
! 364: </li>
! 365:
! 366: <li><a href="validator.html.sv"
! 367: lang="sv"
! 368: xml:lang="sv"
! 369: hreflang="sv"
! 370: rel="alternate">Svenska</a>
! 371: </li>
! 372:
1.20 ot 373: <li><a href="validator.html.zh-cn"
374: lang="zh-cn"
375: xml:lang="zh-cn"
376: hreflang="zh-cn"
1.21 ot 377: rel="alternate">简体中文</a>
1.20 ot 378: </li>
379: </ul>
1.22 ot 380:
1.20 ot 381: <div id="footer">
1.9 ot 382: <p id="activity_logos">
1.20 ot 383: <a href="http://www.w3.org/QA/" title="W3C's Quality Assurance Activity, bringing you free Web quality tools and more"><img src="http://www.w3.org/QA/2002/12/qa-small.png" alt="QA" /></a><a href="http://www.w3.org/Style/CSS/learning" title="Learn more about Cascading Style Sheets"><img src="images/woolly-icon" alt="CSS" /></a>
1.9 ot 384: </p>
385: <p id="support_logo">
1.20 ot 386: Support this tool, become a<br />
387: <a href="http://www.w3.org/Consortium/supporters"><img src="http://www.w3.org/Consortium/supporter-logos/csupporter.png" alt="W3C Supporter" /></a>
1.9 ot 388: </p>
389:
390: <p class="copyright">
1.24 ot 391: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2008
1.9 ot 392: <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>®
393:
394: (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
395: <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
396: <a href="http://www.keio.ac.jp/">Keio</a>),
397: All Rights Reserved.
398: W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
399: <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
400: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
401: and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a>
1.1 plehegar 402:
1.9 ot 403: rules apply. Your interactions with this site are in accordance
404: with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and
405: <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
406: statements.
1.1 plehegar 407: </p>
1.15 ot 408: </div>
1.1 plehegar 409: </body>
1.22 ot 410: </html>
Webmaster