www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

editeur.html (1185B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
      3 	<head>
      4 		<title>Éditeur sémantique</title>
      5 		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      6 		<meta http-equiv="Content-Language" content="fr" />
      7 		<meta name="keywords" lang="fr" content="Éditeur sémantique, wysiwym, javascript" />
      8 		<meta name="description" content="Un éditeur sémantique simple pouvant être incorporé dans une page web." />
      9 		<link href="editeur.css" rel="stylesheet" type="text/css" />
     10 		<script type="text/javascript" src="jquery/jquery-1.4.2.js"></script>
     11 		<script type="text/javascript" src="editeur.js"></script>
     12 	</head>
     13 	<body>
     14 		<textarea id="commentaire" class="éditeur-semantique" cols="70" rows="15">
     15 &lt;titre&gt;&lt;texte texte="Test"/&gt;&lt;/titre&gt;
     16 &lt;paragraphe&gt;&lt;important&gt;&lt;texte texte="hello world"/&gt;&lt;/important&gt;&lt;texte texte=", bonjour "/&gt;&lt;lien interne="false" cible="http://www.example.com/page/" texte="monde"&gt;&lt;/lien&gt;&lt;texte texte=" !"/&gt;&lt;/paragraphe&gt;
     17 </textarea>
     18 	</body>
     19 </html>