Overview
| Comment: | [fx] move link to test page |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | fx |
| Files: | files | file ages | folders |
| SHA3-256: |
ccd51b7996cc2f82acd81a8935d526b5 |
| User & Date: | olr on 2020-03-23 15:16:20 |
| Other Links: | manifest | tags |
Context
|
2020-03-23
| ||
| 16:54 | [fr] ajustements check-in: c873cd8bec user: olr tags: trunk, fr | |
| 15:16 | [fx] move link to test page check-in: ccd51b7996 user: olr tags: trunk, fx | |
| 14:14 | [fr] ajustements check-in: 1f660eeeac user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/webext/panel/main.html from [f2ef069bc3] to [5cd55b7871].
| ︙ | ︙ | |||
160 161 162 163 164 165 166 |
</div>
</div>
</section> <!-- #sc_options_page -->
<section id="test_page" class="page">
<div id="test_cmd">
<h1>ZONE DE TEST</h1>
| | > | 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 |
</div>
</div>
</section> <!-- #sc_options_page -->
<section id="test_page" class="page">
<div id="test_cmd">
<h1>ZONE DE TEST</h1>
<p>Section de contrôle pour le développement du logiciel…</p>
<div id="restart_worker" class="button blue fright">Redémarrer le worker</div>
<div id="fulltests_button" class="button blue">Tests complets</div>
<textarea id="text_to_test" rows="10"></textarea>
<div id="text_to_test_button" class="button green">Analyser</div>
<div id="link_testpage" class="button link" data-url="https://grammalecte.net/test.html"><b>Page de test</b></div>
</div>
<pre id="tests_result"></pre>
</section> <!-- #test_page -->
<section id="info_page" class="page">
<h1>INFORMATIONS</h1>
|
| ︙ | ︙ |