Subversion Repositories Applications.dictionnaire

Rev

Rev 8 | Rev 12 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8 Rev 10
Line 44... Line 44...
44
		  <span class="titre">Floraison </span>mai
44
		  <span class="titre">Floraison </span>mai
45
 		  <span class="titre">Fructification </span>septembre
45
 		  <span class="titre">Fructification </span>septembre
46
		</td>
46
		</td>
47
	  </tr>
47
	  </tr>
48
	</table>
48
	</table>
-
 
49
	<ul>
-
 
50
	  <li>Arbre (match début de node), def</li>
-
 
51
	  <li>-Arbre (match bound), def</li>
-
 
52
	  <li>éArbre ("é" bound), no def</li>
-
 
53
	  <li>é Arbre, def</li>
-
 
54
	  <li>Arbreé, no def</li>
-
 
55
	  <li>def: Arbre</li>
-
 
56
	  <li>def: Arbres</li>
-
 
57
	  <li>subéreux, def</li>
-
 
58
	  <li>subéreuse, def (féminin)</li>
-
 
59
	  <li>rameux, def (masculin, mais féminin en DB)</li>
-
 
60
	</ul>
49
 
61
		
50
	<p id="count" style="color:red">Click pour compter le nombre de mots surlignés</p>
62
	<p id="count" style="color:red">Click pour compter le nombre de mots surlignés</p>
-
 
63
	<ul id="bilan" style="color:green">
-
 
64
	  <li>r9: 11/37</li>
-
 
65
	  <li>r10: 38/37</li>
-
 
66
	</ul>
-
 
67
<!-- 
-
 
68
ailes
-
 
69
arbre
-
 
70
coques
-
 
71
obtus
-
 
72
sinus
-
 
73
subéreux
-
 
74
subsessiles
51
 
75
-->
Line 52... Line 76...
52
 
76
 
53
<script type="text/javascript">
77
<script type="text/javascript">
54
  $("body").live('click', function() { 
78
  $("body").live('click', function() { 
55
  count = $("span.definition_term").length + // custom mode
79
  count = $("span.definition_term").length + // custom mode
56
  $("abbr.definition").length + // auto-abbr mode
80
  $("abbr.definition").length + // auto-abbr mode
57
  $("a.glossaryTerm").length ; // zglossary
81
  $("a.glossaryTerm").length ; // zglossary
58
  $("#count").text(count + " defs / 26");
82
  $("#count").text(count + " defs / 37");
59
  });
83
  });
Line 60... Line 84...
60
</script>
84
</script>
61
 
85