Grammalecte  Diff

Differences From Artifact [7c18aaae72]:

To Artifact [3adf55a33c]:


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

  <body>

    <div class="inbox">

      <h1>Dictionnaires communautaires</h1>

      <div id="lexicon_page">
        <h2>Votre lexique</h2>
        <div class="big_block">
          <div id="save_button" class="fright">
            Enregistrer
          </div>
          <p>Nombre d’entrées : <span id="num_entries">0</span>.</p>
        </div>


        <table id="lexicon_table">

        </table>
      </div> <!-- #lexicon_page -->


    </div>


    <script src="../grammalecte/graphspell/helpers.js"></script>
    <script src="../grammalecte/graphspell/char_player.js"></script>
    <script src="../grammalecte/graphspell/str_transform.js"></script>
    <script src="../grammalecte/graphspell/dawg.js"></script>
    <script src="../grammalecte/graphspell/ibdawg.js"></script>
    <script src="../grammalecte/graphspell/spellchecker.js"></script>
    <script src="../grammalecte/fr/conj.js"></script>
    <script src="../grammalecte/fr/conj_generator.js"></script>
    <script src="../grammalecte/fr/lexicographe.js"></script>
    <script src="dictionaries.js"></script>
  </body>

</html>







<
|
<
|
<
<
<
<

>
|
|

<
<







<


<
<
<




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

  <body>

    <div class="inbox">

      <h1>Dictionnaires communautaires</h1>


        <h2>Dictionnaires sélectionnés</h2>

        <p id="dictionaries_list">[Aucun]<p>





        <h2>Dictionnaires disponibles sur le serveur de Grammalecte</h2>
        <progress id="wait_progress" value="0"></progress>
        <table id="dictionaries_table">
        </table>



    </div>


    <script src="../grammalecte/graphspell/helpers.js"></script>
    <script src="../grammalecte/graphspell/char_player.js"></script>
    <script src="../grammalecte/graphspell/str_transform.js"></script>

    <script src="../grammalecte/graphspell/ibdawg.js"></script>
    <script src="../grammalecte/graphspell/spellchecker.js"></script>



    <script src="dictionaries.js"></script>
  </body>

</html>