Overview
Comment: | [fx] WebExt: titles for main ui pages |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | fx | webext3 |
Files: | files | file ages | folders |
SHA3-256: |
2eabbcdb1eb1387e8357e714eaf780e2 |
User & Date: | olr on 2017-10-17 19:04:37 |
Other Links: | branch diff | manifest | tags |
Context
2017-10-17
| ||
20:13 | [fx] WebExt: some code reformatting check-in: ed3fc18125 user: olr tags: fx, webext3 | |
19:04 | [fx] WebExt: titles for main ui pages check-in: 2eabbcdb1e user: olr tags: fx, webext3 | |
19:01 | [fx] WebExt: update context menu picture check-in: 4b8ba24195 user: olr tags: fx, webext3 | |
Changes
Modified gc_lang/fr/webext/panel/main.html from [c86119170f] to [7c25abff9f].
︙ | ︙ | |||
12 13 14 15 16 17 18 | <header id="menu"> <nav> <header id="logo"> <img src="../img/logo-32.png"> </header> <ul> | | | | | | | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | <header id="menu"> <nav> <header id="logo"> <img src="../img/logo-32.png"> </header> <ul> <li class="select" data-page="home_page"><i class="select fa fa-star icon" data-page="home_page" title="Accueil"></i></li> <li class="select" data-page="ui_options_page"><i class="select fa fa-cube icon" data-page="ui_options_page" title="Options d’interface"></i></li> <li class="select" data-page="gc_options_page"><i class="select fa fa-cog icon" data-page="gc_options_page" title="Options grammaticales"></i></li> <li class="select" data-page="sc_options_page"><i class="select fa fa-book icon" data-page="sc_options_page" title="Options orthographiques"></i></li> <li class="select" data-page="test_page"><i class="select fa fa-flask icon" data-page="test_page" title="Tests"></i></li> </ul> </nav> </header> <!-- #menu --> <div id="page"> <section id="home_page" class="page"> |
︙ | ︙ | |||
47 48 49 50 51 52 53 | <p id="link_othersponsors" class="link center" data-url="http://grammalecte.net/?thanks"> et tous ceux qui l’ont soutenu </p> </div> </section> <!-- #home_page --> <section id="ui_options_page" class="page"> | | | 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | <p id="link_othersponsors" class="link center" data-url="http://grammalecte.net/?thanks"> et tous ceux qui l’ont soutenu </p> </div> </section> <!-- #home_page --> <section id="ui_options_page" class="page"> <h1>OPTIONS D’INTERFACE</h1> <h2>Menu contextuel</h2> <p>Les commandes permettant de lancer Grammalecte sont trouvables via le menu contextuel.</p> <p class="right"><img src="../img/contextmenu.png" title="menu contextuel sur sélection" /></p> <h2>Boutons d’accès</h2> <p>Grammalecte peut aussi afficher un bouton d’accès au menu en bas à gauche des zones de texte pour accéder aux fonctionnalités existantes.</p> <p class="right"><img src="../img/menu_button1.png" title="bouton du menu" /></p> <p class="right"><img src="../img/menu_button2.png" title="menu" /></p> |
︙ | ︙ |