Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Prisms
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lex gaMe
Prisms
Commits
e3b81677
Commit
e3b81677
authored
2 years ago
by
Mathieu Loiseau
Browse files
Options
Downloads
Patches
Plain Diff
HQ
parent
995d253a
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Prisms_FW-SpecOps.svg
+3476
-788
3476 additions, 788 deletions
Prisms_FW-SpecOps.svg
Prisms_FW-interactions.js
+6
-4
6 additions, 4 deletions
Prisms_FW-interactions.js
with
3482 additions
and
792 deletions
Prisms_FW-SpecOps.svg
+
3476
−
788
View file @
e3b81677
This diff is collapsed.
Click to expand it.
Prisms_FW-interactions.js
+
6
−
4
View file @
e3b81677
var
screens
=
[
"
SpecOps
"
,
"
Transmission
"
,
"
Interception
"
,
"
Reception
"
,
"
HQ
"
,
'
languages
'
];
var
screens
=
[
"
SpecOps
"
,
"
Transmission
"
,
"
Interception
"
,
"
Reception
"
,
"
HQ
"
,
'
languages
'
,
'
bababalex
'
];
var
inSpecOps
=
[
"
SONewReg
"
,
"
SONewRegForbidden
"
,
"
SONewJ2
"
,
"
NewRegAsso
"
,
"
SONewBalexAsso
"
];
var
inTransmit
=
[
"
TransmitChannel
"
,
"
TransmitStopWords
"
,
"
TransmitAsso
"
,
"
TransmitJ2
"
,
"
TransmitForbidone
"
];
var
inReceive
=
[
"
RecChannel
"
,
"
RecStopW
"
,
"
RecStopWDebrief
"
,
"
Rec4
"
,
/*"Rec4.2", "Rec4.3",*/
"
RecAsso
"
,
/*"RecAsso1", "RecAsso2", "RecAsso3"*/
];
var
inReceive
=
[
"
RecChannel
"
,
"
RecStopW
"
,
"
RecStopWDebrief
"
,
"
Rec4
"
,
"
RecAsso
"
];
var
inBalex
=
[
"
TransmitHome
"
,
"
SOHome
"
,
"
SONewBaLexFW
"
,
"
SONewBaLex
"
,
"
SONewBalexAsso
"
];
var
inHQ
=
[
'
HQHome
'
,
'
PastStopWords
'
,
'
PastBottle
'
];
var
theInterval
=
undefined
;
//for timers
//Code fourni par https://wiki.inkscape.org/wiki/index.php/SVG_with_javascript
var
svgDocument
;
function
on_load
(
evt
){
O
=
evt
.
target
;
svgDocument
=
O
.
ownerDocument
;
...
...
@@ -99,7 +100,7 @@ function stopBlinking(id){
elt
.
removeChild
(
elt_blink
);
}
else
{
console
.
log
(
id
,
"
does not blink
"
);
console
.
log
(
id
,
"
does not blink
Guillaume Meinesz <guillaume.meinesz@gmail.com>
"
);
}
}
else
{
...
...
@@ -162,6 +163,7 @@ function hideAll(elt_list){
function
show
(
eltName
,
othersToHide
,
hideEntries
){
console
.
log
(
eltName
,
othersToHide
)
if
(
othersToHide
!=
undefined
){
console
.
log
(
othersToHide
);
hideAll
(
othersToHide
);
}
if
(
hideEntries
!=
undefined
){
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment