aboutsummaryrefslogtreecommitdiffstats
path: root/sendOrd.html
blob: a6141e5ecd78e9df5dc246becb6d74752e1ee796 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!-- Denne siden h&oslash;rer hjemme p&aring; no.speling.org -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Language" content="NO">
<meta name="distribution" content="Global">
<meta name="robots" content="FOLLOW,INDEX">
<meta name="author" content="Axel Bojer">
<meta name="keywords" content="ord,stavekontroll,norsk,bokm�l,nynorsk,no.speling.org">
<meta name="description" content="Send inn nye ord til stavekontrollen">
<meta name="abstract" content="Send inn nye ord til stavekontrollen">

    <title>Send inn nye ord</title>

    <link href="sendOrd.css" rel="stylesheet" type="text/css">
</head>

<body class="tekst">
<h1>Innmeldingsskjema<br>
Nye ord til no.speling.orgs ordlister</h1>

<form action="sendOrd.php" method="post">

    Nytt eller endret ord:<br>
    <textarea name="ord" rows="3" cols="40"></textarea><br><br>

    Ordet er:
    <input type="radio" name="status" value="ja">Rett stavet
    <input type="radio" name="status" value="nei">Feil stavet<br><br>

    <!--Velg fra lista:<br>
    <select name="valg1">
        <option>(Bruk pila til h&oslash;yre)</option>
        <option>1</option>
        <option>2</option>
    </select><br><br>-->

    For- og etternavn:<br>
    <input maxlength="50" size="40" name="navn"><br><br>

    E-postadresse:<br>
    <input maxlength="50" size="40" name="e-post"><br><br>

    <input type="checkbox" name="gpl">Jeg godtar at disse endringene utgis under
    <a href="http://www.gnu.org/copyleft/gpl.html">GPL-lisensen</a>.<br>
    Kort sagt vil det si at alle har rett til � videreutvikle og bruke ordlista med dine endringer,
    bare de gir andre samme rett til det endrede produktet som de selv fikk.<br><br>

    <!--<input type="hidden" name="send_til" value="korrektur&#64;nb&#46;speling&#46;org">-->

    <input type="reset" value="Slett alt">
    <input type="submit" value="Send p&aring;meldinga" name="Send"><br><br>

</form>

For mer informasjon om stavekontrollen, <a href="http://no.speling.org">bruk denne lenka.</a>

</body>
</html>