Le jeu du pendu - Les vêtements

Bild: Le jeu du pendu - Les vêtements

text/html vetements.html — 6 KB

Dateiinhalt

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
       "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta name="title" content="Le jeu du pendu - Les v&ecirc;tements">
<meta name="keywords" content="pendu jeu hangman Vokabel&uuml;bung Unterricht Franz&ouml;sisch Grammatik enseignement Franais FLE grammaire">
<meta name="description" content="Beispiel f&uuml;r ein 'Jeu du pendu' / Hangman">
</head>

<body bgcolor="#FFFFF0">

<!--
//========================================================================
//   "WebHangman"  JavaScript Hangman
//
//   Copyright (C) 2000,2001  Jan Mulder
//
//   This program is free software; you can redistribute it and/or modify
//   it under the terms of the GNU General Public License as published by
//   the Free Software Foundation; either version 2 of the License, or
//   (at your option) any later version, and as long as this notice is
//   kept unmodified at the top of the script source code.
//
//   This program is distributed in the hope that it will be useful,
//   but WITHOUT ANY WARRANTY; without even the implied warranty of
//   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
//   GNU General Public License (license.txt) for more details.
//
//   To contact me visit: http://janmulder.com/contact/
//
//=======================================================================
//   Jeu lgrement chang par Richard Nisius
//   http://richardnisius.de

-->

<!--
Hangman Script by Jan Mulder.
For help or feedback contact: info@EnglishCafe.co.uk

This script is free. You may use it as-is or modify it to suit your needs.
Please put an acknowledgement to me (see above) somewhere in the head section
of your page source. Some visible acknowledgement, while not necessary, is
customary and would be nice.

This script has been written from the ground up so
DO NOT COPY IT AND PASS IT OFF AS YOUR OWN.
-->

<!--
Below you is the hangman data.

"sourceDir" is the location of the hangman script (and images) relative to this file.
I usually put them in a subfolder called "hangman". You can also place them in the
same folder as this file. "sourceDir" would then be nothing. You will need to
include the line:

var sourceDir = "";

"words" is an array of word pairs used in the game. The first word is the actual
word to guess. The second is an optional hint. This can be a word or phrase.
If you don't want to use hints you just leave this field with an empty string.

For example:

var words = new Array(
 "word1", "",
 "word2", "",
 "word3", ""
);

Notice that the last item in the array is NOT followed by a comma. This is standard
JavaScript and if you put it there it will crash.

R. Nisius:

Franzsische Buchstaben mit Akzent mssen durch folgende Zahlen ersetzt werden:

 = 0
 = 1
 = 2
 = 3
 = 4
 = 5
oe = 6
 = 7
- = 8
' = 9

-->

<script language="JavaScript">
var sourceDir = "";

var words = new Array(
 "LE T8SHIRT","C'est le mme mot en allemand !",
 "LE V5TEMENT","das Kleidungsstck",
 "LE PULL","der Pullover",
 "LE JEANS","C'est le mme mot en allemand !",
 "LE PANTALON","Il couvre les jambes",
 "LES CHAUSSURES","Elles touchent la terre",
 "LA CHAUSSETTE","Elles couvrent les pieds",
 "LE MANTEAU","On le porte en hiver",
 "L9ANORAK","On le porte quand il fait du vent",
 "LA CHEMISE","das Hemd",
 "LE CHEMISIER","die Bluse",
 "LE SOUTIEN8GORGE","Vtement que portent seulement les filles",
 "LE CHAPEAU","On le porte sur la tte",
 "LE FOULARD","On le met sur la tte ou autour du cou",
 "LE VOILE","Certaines femmes musulmanes le portent",
 "LES SANDALES","On les porte en t",
 "LA BOTTE","der Stiefel",
 "LE PARAPLUIE","Il est utile quand il pleut",
 "LA CRAVATE","Les hommes le portent autour du cou",
 "LE BIKINI","C'est le mme mot en allemand !",
 "LE DEUX8PI4CES","Bikini + slip",
 "LE MAILLOT DE BAIN","On le met  la piscine",
 "LA VESTE","die Jacke",
 "LA JUPE","Vtement que portent les filles ... et les Ecossais",
 "LES LUNETTES DE SOLEIL","Elles sont places sur le nez, en t",
 "LA CASQUETTE","die Mtze",
 "LES BASKETS","die Turnschuhe",
 "LA ROBE","Vtement long que portent les filles",
 "CHIC","lgant, lgante",
 "3L3GANT","schick",
 "S9HABILLER","mettre des vtements",
 "SE D3SHABILLER","enlever des vtenments",
 "LA HAUTE COUTURE","le grandes maisons de mode",
 "LE MANNEQUIN","Elle / Il prsente les nouveaux modles de collection",
 "LE PR5T818PORTER","Contraire de : vtement sur mesure"
);
</script>


<!--
Now we include the script file "hangman.js"
This must be done AFTER the words data has been defined. (see above)
-->
<script src="hangman_ao.js"></script>

<!--
The rest is straightforward.
Some in the page you must call the following functions:
drawHangman();   - this draws the hangman picture
drawControl();   - this draws the control panel with letters
drawAnswer();    - this draws the answer display
drawHint();      - this draws the hint button and display. (optional)

You can choose the layout and design of your page because you can call the
functions anywhere in the page.
-->

<div align="right"><a href="/unterricht/faecher/franz/umat/gr">Zur&uuml;ck</a> zu "Grammatik"</div>

<ul><p>
<h1>Le jeu du pendu - Les v&ecirc;tements</h1>

<p>Clique sur &nbsp;<b>Jeu</b>&nbsp; pour jouer. Puis clique sur les lettres et devine les mots.<br>
Si tu cliques sur &nbsp;<b>Tuyau</b>&nbsp;, on t'aide un peu. Mais tu perds un point&nbsp;! <br>

<table cellpadding=10>
<tr>
<td align="center">

<table border=0 bgcolor="#FFFFF0" cellpadding=10>
<tr><td>

<script language=JavaScript>
  drawHangman();
</script>

<br><br>
</td></tr>
</table>
</td>
<td>
<br>

<script language=JavaScript>
 drawControl();
</script>

<br><br><br>

<script language=JavaScript>
  drawAnswer();
</script>

<br><br>

<script language=JavaScript>
  drawHint();
</script>

</td>
</tr>
</table>

<p>JavaScript par <a href="http://janmulder.com/"  target="_blank">Jan Mulder</a>, adapt&eacute; par <a href="http://richardnisius.de"  target="_blank">Richard Nisius</a>.</p></ul>

<!-- folgendes pixel.gif = weies gif, damit Text oben auf der Seite ausgegeben wird; wenn Text lang genug, lschen  -->
<img src="/icons/pixel.gif" width="1" height="200" border="0">



</body>
</html>