aboutsummaryrefslogtreecommitdiff
path: root/nl_NL.ISO8859-1/htdocs/send-pr.sgml
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2012-08-02 00:19:59 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2012-08-02 00:19:59 +0000
commit4e0e6169c041c0d361aa36447b5a0939265c7a2a (patch)
treef61c084eba30c4959cfe0204c4716dd26c381028 /nl_NL.ISO8859-1/htdocs/send-pr.sgml
parent260391d9528917c571e895ca754df7c314b4a211 (diff)
downloaddoc-4e0e6169c041c0d361aa36447b5a0939265c7a2a.tar.gz
doc-4e0e6169c041c0d361aa36447b5a0939265c7a2a.zip
- XMLify the Dutch webpages
Approved by: doceng (implicit)
Notes
Notes: svn path=/projects/sgml2xml/; revision=39293
Diffstat (limited to 'nl_NL.ISO8859-1/htdocs/send-pr.sgml')
-rw-r--r--nl_NL.ISO8859-1/htdocs/send-pr.sgml78
1 files changed, 40 insertions, 38 deletions
diff --git a/nl_NL.ISO8859-1/htdocs/send-pr.sgml b/nl_NL.ISO8859-1/htdocs/send-pr.sgml
index eb22b36e8a..6e5491821a 100644
--- a/nl_NL.ISO8859-1/htdocs/send-pr.sgml
+++ b/nl_NL.ISO8859-1/htdocs/send-pr.sgml
@@ -1,21 +1,24 @@
-<!DOCTYPE html PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
+"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
<!ENTITY date "$FreeBSD$">
<!ENTITY title "&os; probleemrapport insturen">
<!ENTITY copyright "This gnats pr-submission mechanism Copyright &copy; 1996
The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.">
-<!ENTITY % navinclude.support "INCLUDE">
<!ENTITY bugbusters "bugbusters@FreeBSD.org">
]>
<!-- Vertaald door: Siebrand Mazeland / Rene Ladan
%SOURCE% en_US.ISO8859-1/htdocs/send-pr.sgml
%SRCID% 38918
-->
-<html>
- &header;
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head><title>&title;</title></head>
+
+ <body class="navinclude.support">
<!-- Copyright (c) 1996 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED. -->
- <img src="&enbase;/gifs/bug.jpg" alt="Bugs" align="right" border="0" width="200" height="233">
+ <img src="&enbase;/gifs/bug.jpg" alt="Bugs" align="right" border="0" width="200" height="233"/>
<p>Dank u voor het nemen van de tijd om een probleem met betrekking
tot &os; te melden.</p>
@@ -74,22 +77,22 @@
verliest</b>. Help uzelf deze frustratie te voorkomen.</p>
<form action="http://www.FreeBSD.org/cgi/dosendpr.cgi" method="post" enctype="multipart/form-data">
- <input type="hidden" name="submitterid" value="current-users" >
- <input type="hidden" name="confidential" value="no" >
+ <input type="hidden" name="submitterid" value="current-users"/>
+ <input type="hidden" name="confidential" value="no"/>
- <label for="email">Emailadres</label>: <br>
- <input type="text" name="email" id="email" size="40">
+ <label for="email">Emailadres</label>: <br/>
+ <input type="text" name="email" id="email" size="40"/>
- <br><br><label for="originator">Naam</label>:<br>
- <input type="text" name="originator" id="originator" size="40" >
+ <br/><br/><label for="originator">Naam</label>:<br/>
+ <input type="text" name="originator" id="originator" size="40"/>
- <br><br><label for="organization">Organisatie of bedrijf</label>: <br>
- <input type="text" name="organization" id="organization" size="40" >
+ <br/><br/><label for="organization">Organisatie of bedrijf</label>: <br/>
+ <input type="text" name="organization" id="organization" size="40"/>
- <br><br><label for="synopsis">Synopsis (Samenvatting van het probleem in &eacute;&eacute;n regel)</label>: <br>
- <input type="text" name="synopsis" id="synopsis" size="60" >
+ <br/><br/><label for="synopsis">Synopsis (Samenvatting van het probleem in &eacute;&eacute;n regel)</label>: <br/>
+ <input type="text" name="synopsis" id="synopsis" size="60"/>
- <br><br><label for="category">Categorie</label>: <select name="category" id="category">
+ <br/><br/><label for="category">Categorie</label>: <select name="category" id="category">
<option> advocacy</option>
<option> alpha</option>
<option> amd64</option>
@@ -102,7 +105,7 @@
<option> ia64</option>
<option> java</option>
<option> kern</option>
- <option selected> misc</option>
+ <option selected="selected"> misc</option>
<option> ports</option>
<option> powerpc</option>
<option> sparc64</option>
@@ -112,19 +115,19 @@
<option> www</option>
</select>
- <br><br><label for="severity">Hevigheid</label>: <select name="severity" id="severity">
+ <br/><br/><label for="severity">Hevigheid</label>: <select name="severity" id="severity">
<option> non-critical</option>
<option> serious</option>
<option> critical</option>
</select>
- <br><br><label for="priority">Prioriteit</label>: <select name="priority" id="priority">
+ <br/><br/><label for="priority">Prioriteit</label>: <select name="priority" id="priority">
<option> low</option>
<option> medium</option>
<option> high</option>
</select>
- <br><br><label for="class">Klasse</label>: <select name="class" id="class">
+ <br/><br/><label for="class">Klasse</label>: <select name="class" id="class">
<option> sw-bug</option>
<option> doc-bug</option>
<option> change-request</option>
@@ -132,37 +135,36 @@
<option> maintainer-update</option>
</select>
- <br><br><label for="release">Welke uitgave van &os; gebruikt u</label>: <br>
- <input type="text" name="release" id="release" size="40" >
+ <br/><br/><label for="release">Welke uitgave van &os; gebruikt u</label>: <br/>
+ <input type="text" name="release" id="release" size="40"/>
- <br><br><label for="environment">Omgeving (uitvoer van "uname -a" op de probleemmachine)</label>:
- <br>
- <textarea name="environment" id="environment" rows="3" cols="80"></textarea><br><br>
+ <br/><br/><label for="environment">Omgeving (uitvoer van "uname -a" op de probleemmachine)</label>:
+ <br/>
+ <textarea name="environment" id="environment" rows="3" cols="80"></textarea><br/><br/>
- <label for="description">Volledige beschrijving</label>: <br>
- <textarea name="description" id="description" rows="20" cols="80"></textarea><br><br>
+ <label for="description">Volledige beschrijving</label>: <br/>
+ <textarea name="description" id="description" rows="20" cols="80"></textarea><br/><br/>
- <label for="howtorepeat">Hoe is het probleem te reproduceren</label>: <br>
- <textarea name="howtorepeat" id="howtorepeat" rows="10" cols="80"></textarea><br><br>
+ <label for="howtorepeat">Hoe is het probleem te reproduceren</label>: <br/>
+ <textarea name="howtorepeat" id="howtorepeat" rows="10" cols="80"></textarea><br/><br/>
- <label for="fix">Hoe te repareren indien bekend</label>: <br>
- <textarea name="fix" id="fix" rows="20" cols="80"></textarea><br><br>
+ <label for="fix">Hoe te repareren indien bekend</label>: <br/>
+ <textarea name="fix" id="fix" rows="20" cols="80"></textarea><br/><br/>
<label for="patch">En/of patch-bestand (maximaal 100kB, .txt-extensie of shar-bestand vereist)</label>:
- <input type="file" name="patch" id="patch" maxlength="102400" accept="text/*" ><br>
+ <input type="file" name="patch" id="patch" maxlength="102400" accept="text/*"/><br/>
<label for="code-confirm">Voer tenslotte de code uit de afbeelding
- hieronder in als bewijs dat u geen robot bent: <br><br>
+ hieronder in als bewijs dat u geen robot bent: <br/><br/>
<img src="http://www.FreeBSD.org/cgi/confirm-code.cgi?db=sendpr"
alt="Willekeurige tekst. Als u deze afbeelding niet ziet, mail dan &bugbusters;"
- border="0" height="24"></label>
- <input type="text" name="code-confirm" id="code-confirm" size="8"><br><br>
+ border="0" height="24"/></label>
+ <input type="text" name="code-confirm" id="code-confirm" size="8"/><br/><br/>
- <input type="submit" value="Probleemrapport insturen" >
- <input type="reset" value="Reset" >
+ <input type="submit" value="Probleemrapport insturen"/>
+ <input type="reset" value="Reset"/>
</form>
- &footer;
</body>
</html>