Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pédagogies Multimodales
PhonoDrop
Commits
92515d91
Commit
92515d91
authored
Oct 13, 2021
by
Sylvain Coulange
🌼
Browse files
ajout tableau zh P7
parent
0fb1dada
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
public/index.html
View file @
92515d91
...
...
@@ -205,6 +205,9 @@
<!-- ZH Clavier S. Jiao -->
<embed
id=
"svgZhJi"
style=
"display: none;"
src=
"svg/mandarin_modele9.3_Shuman.svg"
class=
"superposeBack"
>
<!-- ZH Clavier P7 -->
<embed
id=
"svgZhP7"
style=
"display: none;"
src=
"svg/mandarin_P7_2021.svg"
class=
"superposeBack"
>
<!-- BOUTONS + - -->
<div
class=
"control-clavier"
>
...
...
@@ -222,6 +225,7 @@
<option
value=
"phonoZhLy"
>
Panneau Zh Lyssenko
</option>
<option
value=
"phonoZhMa"
>
Panneau Zh Mariscalchi
</option>
<option
value=
"phonoZhJi"
>
Panneau Zh Jiao
</option>
<option
value=
"phonoZhP7"
>
Panneau Zh P7
</option>
</select>
<div
id=
"doCalques"
class=
"doCalques mt-2"
>
<input
type=
"image"
class=
"btn-calq"
src=
"png/btn_rien.png"
title=
"Panneau vierge"
id=
"btn-rien"
/>
...
...
public/scripts/phonodrop_v2.js
View file @
92515d91
...
...
@@ -152,7 +152,7 @@ function sortGroup(groupX){
// familles possibles :
// - do_bouches
// - do_formes
// - do_co
o
upes
// - do_coupes
// - kinephones
// - gattegno
// - pronsci
...
...
public/scripts/selectPanneau.js
View file @
92515d91
...
...
@@ -25,6 +25,7 @@ function selectPanneau(p){
var
svgZhLy
=
document
.
getElementById
(
'
svgZhLy
'
);
// Panneau Mandarin Lyssenko
var
svgZhMa
=
document
.
getElementById
(
'
svgZhMa
'
);
// Panneau Mandarin Aurélie Mariscalchi
var
svgZhJi
=
document
.
getElementById
(
'
svgZhJi
'
);
// Panneau Mandarin Shuman Jiao
var
svgZhP7
=
document
.
getElementById
(
'
svgZhP7
'
);
// Panneau Mandarin P7 2021
if
(
p
==
'
phonoFrDo
'
)
{
famille
=
"
do_bouches
"
...
...
@@ -56,6 +57,8 @@ function selectPanneau(p){
svgZhMa
.
style
.
display
=
'
none
'
;
// ZH S. Jiao
svgZhJi
.
style
.
display
=
'
none
'
;
// ZH P7
svgZhP7
.
style
.
display
=
'
none
'
;
document
.
getElementById
(
'
nav-zi-tab
'
).
style
.
display
=
'
none
'
document
.
getElementById
(
'
nav-aide-tab
'
).
click
()
...
...
@@ -90,6 +93,8 @@ function selectPanneau(p){
svgZhMa
.
style
.
display
=
'
none
'
;
// ZH S. Jiao
svgZhJi
.
style
.
display
=
'
none
'
;
// ZH P7
svgZhP7
.
style
.
display
=
'
none
'
;
document
.
getElementById
(
'
nav-zi-tab
'
).
style
.
display
=
'
none
'
document
.
getElementById
(
'
nav-aide-tab
'
).
click
()
...
...
@@ -124,6 +129,8 @@ function selectPanneau(p){
svgZhMa
.
style
.
display
=
'
none
'
;
// ZH S. Jiao
svgZhJi
.
style
.
display
=
'
none
'
;
// ZH P7
svgZhP7
.
style
.
display
=
'
none
'
;
document
.
getElementById
(
'
nav-zi-tab
'
).
style
.
display
=
'
none
'
document
.
getElementById
(
'
nav-aide-tab
'
).
click
()
...
...
@@ -158,6 +165,8 @@ function selectPanneau(p){
svgZhMa
.
style
.
display
=
'
none
'
;
// ZH S. Jiao
svgZhJi
.
style
.
display
=
'
none
'
;
// ZH P7
svgZhP7
.
style
.
display
=
'
none
'
;
document
.
getElementById
(
'
nav-zi-tab
'
).
style
.
display
=
'
none
'
document
.
getElementById
(
'
nav-aide-tab
'
).
click
()
...
...
@@ -193,6 +202,8 @@ function selectPanneau(p){
svgZhMa
.
style
.
display
=
'
none
'
;
// ZH S. Jiao
svgZhJi
.
style
.
display
=
'
none
'
;
// ZH P7
svgZhP7
.
style
.
display
=
'
none
'
;
document
.
getElementById
(
'
nav-zi-tab
'
).
style
.
display
=
'
none
'
document
.
getElementById
(
'
nav-aide-tab
'
).
click
()
...
...
@@ -211,6 +222,9 @@ function selectPanneau(p){
// ZH S. Jiao
svgZhJi
.
style
.
display
=
'
none
'
;
// ZH P7
svgZhP7
.
style
.
display
=
'
none
'
;
// EN PronSci British
svgEnPronSciBr
.
style
.
display
=
'
none
'
;
...
...
@@ -248,6 +262,9 @@ function selectPanneau(p){
// ZH S. Jiao
svgZhJi
.
style
.
display
=
'
none
'
;
// ZH P7
svgZhP7
.
style
.
display
=
'
none
'
;
// EN PronSci British
svgEnPronSciBr
.
style
.
display
=
'
none
'
;
...
...
@@ -284,6 +301,48 @@ function selectPanneau(p){
// ZH Lyssenko
svgZhLy
.
style
.
display
=
'
none
'
;
// ZH P7
svgZhP7
.
style
.
display
=
'
none
'
;
// EN PronSci British
svgEnPronSciBr
.
style
.
display
=
'
none
'
;
// EN ALEM
svgEnAlem
.
style
.
display
=
'
none
'
;
pngCalqEnAlemLignes
.
style
.
display
=
'
none
'
;
pngPochoirEnAlem
.
style
.
display
=
'
none
'
;
svgClickEnAlem
.
style
.
display
=
'
none
'
;
// FR DO
doCalques
.
style
.
display
=
'
none
'
;
pngCalq
.
style
.
display
=
'
none
'
;
svgClick
.
style
.
display
=
'
none
'
;
pngPochoir
.
style
.
display
=
'
none
'
;
svgFond
.
style
.
display
=
'
none
'
;
// FR Kinéphones
svgFrKinephones
.
style
.
display
=
'
none
'
;
// FR Gattegno
svgFrGattegno
.
style
.
display
=
'
none
'
;
}
else
if
(
p
==
'
phonoZhP7
'
)
{
famille
=
"
zhp7
"
lang
=
"
zh
"
document
.
getElementById
(
'
nav-zi-tab
'
).
style
.
display
=
'
block
'
document
.
getElementById
(
'
nav-zi-tab
'
).
click
()
// ZH S. Jiao
svgZhJi
.
style
.
display
=
'
none
'
;
// ZH A. Mariscalchi
svgZhMa
.
style
.
display
=
'
none
'
;
// ZH Lyssenko
svgZhLy
.
style
.
display
=
'
none
'
;
// ZH P7
svgZhP7
.
style
.
display
=
'
block
'
;
// EN PronSci British
svgEnPronSciBr
.
style
.
display
=
'
none
'
;
...
...
public/scripts/sinosyllabe.js
View file @
92515d91
...
...
@@ -181,7 +181,10 @@ let listvoyelles = [
'
rect_a
'
,
'
rect_e
'
,
'
rect_e_maj
'
,
'
rect_wo
'
'
rect_wo
'
,
'
rect_m_maj7
'
,
'
rect_7_rho
'
,
'
rect_a_rho
'
]
let
listtonales
=
[
...
...
public/styles/phonochromie_alem_v3.css
View file @
92515d91
This diff is collapsed.
Click to expand it.
public/svg/mandarin_P7_2021.svg
0 → 100644
View file @
92515d91
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment