Annotation of 2002/css-validator/validator.html.de, revision 1.30

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

Webmaster