source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/pommier/formulaire.html @ 756

Last change on this file since 756 was 756, checked in by guillermoacedo@…, 14 years ago

se agrego la correccion de magusine para 2.1 basica

  • Property svn:executable set to *
File size: 1.2 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3  <head>
4  <meta http-equiv="content-type" content="text/html; charset=windows-1250">
5  <meta name="generator" content="PSPad editor, www.pspad.com">
6  <title></title>
7  </head>
8  <body>
9 
10          <form methode="post" action="traitement.php">
11          <input type="text" name="login" />
12          <input type="password" name="pass" /><br />
13          <textarea name="contenu" cols="50" rows="8"></textarea>
14          <select name="age">
15                 
16                  <option name="18" value="18">18</option>
17                  <option name="19" value="19">19</option>
18                  <option name="20" value="20">20</option>
19                 
20                 
21         
22         
23          </select><br />
24          <input type="checkbox" name="licence" />
25          <input type="radio" name="communaute" value="bruxelles"/>
26          <input type="radio" name="communaute" value="flandre"/>
27           <input type="radio" name="communaute" value="wallonie"/>
28           <input type="reset" value="effacer/reset formulaire"/>
29           <input type="submit" value="envoyer ce formulaire"/>
30           
31           
32         
33          </form>
34
35  </body>
36</html>
Note: See TracBrowser for help on using the repository browser.