Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpenBoard
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lifo
Nicolas Ollinger
OpenBoard
Commits
6bc6c6af
Commit
6bc6c6af
authored
Aug 29, 2011
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed GeoInfo app
parent
d98ceb6c
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
194 additions
and
182 deletions
+194
-182
GeoInfo.html
resources/library/interactive/GeoInfo.wgt/GeoInfo.html
+2
-2
GeoInfo.css
resources/library/interactive/GeoInfo.wgt/css/GeoInfo.css
+80
-69
cursor.png
resources/library/interactive/GeoInfo.wgt/images/cursor.png
+0
-0
GeoInfo.js
resources/library/interactive/GeoInfo.wgt/js/GeoInfo.js
+112
-111
No files found.
resources/library/interactive/GeoInfo.wgt/GeoInfo.html
View file @
6bc6c6af
...
@@ -31,8 +31,8 @@
...
@@ -31,8 +31,8 @@
<!-- Div contenant le point d'interrogation pour les satistiques-->
<!-- Div contenant le point d'interrogation pour les satistiques-->
<div
class=
"question"
>
<div
class=
"question"
>
<img
src=
"images/question.jpg"
onclick=
'recevoirStats()'
/>
<img
src=
"images/question.jpg"
onclick=
'recevoirStats()'
/>
</div>
</div>
<!-- Div principale pour les pays du monde-->
<!-- Div principale pour les pays du monde-->
<div
id=
"carteMonde1"
class=
"carteMonde1"
>
<div
id=
"carteMonde1"
class=
"carteMonde1"
>
<img
src=
"images/Cartes/Carte_Monde_1.png"
id=
"monde"
class=
"monde"
usemap=
"#monde1"
/>
<img
src=
"images/Cartes/Carte_Monde_1.png"
id=
"monde"
class=
"monde"
usemap=
"#monde1"
/>
...
...
resources/library/interactive/GeoInfo.wgt/css/GeoInfo.css
View file @
6bc6c6af
body
{
body
{
background-color
:
white
;
background-color
:
white
;
}
}
.styleDiv
.styleDiv
{
{
height
:
250px
;
height
:
250px
;
overflow
:
auto
;
overflow
:
auto
;
display
:
none
;
display
:
none
;
font-size
:
11px
;
font-size
:
11px
;
font-family
:
Arial
,
"Times New Roman"
,
Sans-serif
;
font-family
:
Arial
,
"Times New Roman"
,
Sans-serif
;
border-left
:
solid
2px
grey
;
border-left
:
solid
2px
grey
;
-moz-border-radius-topright
:
1em
;
-moz-border-radius-topright
:
1em
;
-moz-border-radius-bottomright
:
1em
;
-moz-border-radius-bottomright
:
1em
;
}
}
.question
.question
{
{
position
:
absolute
;
position
:
absolute
;
top
:
320px
;
top
:
320px
;
left
:
13px
;
left
:
13px
;
z-index
:
4
;
z-index
:
4
;
}
}
.comparer
.comparer
{
{
margin
:
auto
;
margin
:
auto
;
font-family
:
Arial
,
"Times New Roman"
,
Sans-serif
;
font-family
:
Arial
,
"Times New Roman"
,
Sans-serif
;
}
}
#souris
#souris
{
{
display
:
none
;
display
:
none
;
}
}
#coords
#coords
{
{
display
:
none
;
display
:
none
;
}
}
.curseur
.curseur
{
{
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.carteMonde1
.carteMonde1
{
{
border-style
:
solid
;
border-style
:
solid
;
border-width
:
3px
;
border-width
:
3px
;
height
:
332px
;
height
:
332px
;
width
:
654px
;
width
:
654px
;
border-color
:
black
;
border-color
:
black
;
}
}
.carte
.carte
{
{
position
:
absolute
;
position
:
absolute
;
top
:
11px
;
top
:
11px
;
left
:
11px
;
left
:
11px
;
height
:
332px
;
height
:
332px
;
width
:
654px
;
width
:
654px
;
display
:
none
;
display
:
none
;
opacity
:
0
;
opacity
:
0
;
z-index
:
1
;
z-index
:
1
;
}
}
.retour
.retour
{
{
position
:
absolute
;
position
:
absolute
;
top
:
13px
;
top
:
13px
;
left
:
13px
;
left
:
13px
;
width
:
100px
;
width
:
100px
;
height
:
50.5px
;
height
:
50.5px
;
opacity
:
0
;
opacity
:
0
;
z-index
:
2
;
z-index
:
2
;
border
:
1px
black
solid
;
border
:
1px
black
solid
;
display
:
none
;
display
:
none
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
#carteRetour
#carteRetour
{
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
}
}
.texte
.texte
{
{
position
:
absolute
;
position
:
absolute
;
top
:
300px
;
top
:
300px
;
left
:
0px
;
left
:
0px
;
width
:
654px
;
width
:
654px
;
}
}
#description
#description
{
{
font-size
:
18px
;
font-size
:
18px
;
text-align
:
center
;
text-align
:
center
;
}
}
.infoPays
.infoPays
{
{
position
:
absolute
;
position
:
absolute
;
border
:
1px
black
solid
;
border
:
1px
black
solid
;
background-color
:
rgba
(
150
,
150
,
150
,
0.5
);
background-color
:
rgba
(
150
,
150
,
150
,
0.5
);
display
:
none
;
display
:
none
;
z-index
:
2
;
z-index
:
2
;
padding
:
4px
;
padding
:
4px
;
}
}
.infoSupp
.infoSupp
{
{
position
:
absolute
;
position
:
absolute
;
top
:
344px
;
top
:
344px
;
border
:
1px
black
solid
;
border
:
1px
black
solid
;
width
:
300px
;
width
:
300px
;
height
:
0px
;
height
:
0px
;
overflow
:
scroll
;
overflow
:
scroll
;
}
}
#infoSupp2
#infoSupp2
{
{
position
:
absolute
;
position
:
absolute
;
top
:
344px
;
top
:
344px
;
left
:
320px
;
left
:
320px
;
}
}
.nomPays
.nomPays
{
{
font-weight
:
bold
;
font-weight
:
bold
;
color
:
black
;
color
:
black
;
}
}
.capitalePays
.capitalePays
{
{
color
:
white
;
color
:
white
;
}
}
.cacher
.cacher
{
{
display
:
none
;
display
:
none
;
}
}
.drapeaux
.drapeaux
{
{
height
:
40px
;
height
:
40px
;
}
.customCursor
{
position
:
absolute
;
top
:
-3px
;
left
:
-38px
;
border
:
none
;
width
:
20px
;
height
:
20px
;
background-image
:
url(../images/cursor.png)
;
background-repeat
:
no-repeat
;
}
}
\ No newline at end of file
resources/library/interactive/GeoInfo.wgt/images/cursor.png
0 → 100644
View file @
6bc6c6af
1.61 KB
resources/library/interactive/GeoInfo.wgt/js/GeoInfo.js
View file @
6bc6c6af
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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