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
54214ed9
Commit
54214ed9
authored
Jul 26, 2012
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
help for etudier widget
parent
88f65224
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
202 additions
and
87 deletions
+202
-87
basic.css
resources/library/interactivities/Etudier.wgt/css/basic.css
+27
-5
index.html
resources/library/interactivities/Etudier.wgt/index.html
+5
-3
script.js
resources/library/interactivities/Etudier.wgt/js/script.js
+54
-25
index.html
...library/interactivities/Etudier.wgt/locales/fr/index.html
+5
-3
script.js
...brary/interactivities/Etudier.wgt/locales/fr/js/script.js
+53
-24
index.html
...library/interactivities/Etudier.wgt/locales/ru/index.html
+5
-3
script.js
...brary/interactivities/Etudier.wgt/locales/ru/js/script.js
+53
-24
No files found.
resources/library/interactivities/Etudier.wgt/css/basic.css
View file @
54214ed9
...
@@ -4,6 +4,7 @@ html, body{
...
@@ -4,6 +4,7 @@ html, body{
margin
:
0
;
margin
:
0
;
padding
:
0
;
padding
:
0
;
border-radius
:
50px
;
border-radius
:
50px
;
overflow
:
hidden
;
}
}
body
{
body
{
...
@@ -212,6 +213,7 @@ li>div{
...
@@ -212,6 +213,7 @@ li>div{
.real_text
{
.real_text
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
word-wrap
:
break-word
;
}
}
.block_border
{
.block_border
{
...
@@ -357,7 +359,6 @@ li>div{
...
@@ -357,7 +359,6 @@ li>div{
#wgt_name
{
#wgt_name
{
height
:
44px
;
height
:
44px
;
width
:
200px
;
margin
:
10px
10px
0
10px
;
margin
:
10px
10px
0
10px
;
padding
:
0
;
padding
:
0
;
float
:
left
;
float
:
left
;
...
@@ -366,9 +367,8 @@ li>div{
...
@@ -366,9 +367,8 @@ li>div{
color
:
#8c5730
;
color
:
#8c5730
;
}
}
#wgt_reload
,
#wgt_edit
,
#wgt_display
{
#wgt_reload
,
#wgt_edit
,
#wgt_display
,
#wgt_help
{
cursor
:
pointer
;
cursor
:
pointer
;
width
:
80px
;
height
:
44px
;
height
:
44px
;
margin
:
10px
10px
0
0
;
margin
:
10px
10px
0
0
;
float
:
right
;
float
:
right
;
...
@@ -378,7 +378,6 @@ li>div{
...
@@ -378,7 +378,6 @@ li>div{
}
}
#wgt_display
{
#wgt_display
{
width
:
100px
;
padding-left
:
40px
;
padding-left
:
40px
;
background-image
:
url(../img/slate-edit.png)
;
background-image
:
url(../img/slate-edit.png)
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
...
@@ -387,7 +386,6 @@ li>div{
...
@@ -387,7 +386,6 @@ li>div{
}
}
#wgt_edit
{
#wgt_edit
{
width
:
100px
;
padding-left
:
40px
;
padding-left
:
40px
;
background-image
:
url(../img/slate-edit.png)
;
background-image
:
url(../img/slate-edit.png)
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
...
@@ -479,4 +477,28 @@ li>div{
...
@@ -479,4 +477,28 @@ li>div{
background-color
:
#333
!important
;
background-color
:
#333
!important
;
color
:
white
!important
;
color
:
white
!important
;
background-image
:
url(../img/ar_down_white.png)
!important
;
background-image
:
url(../img/ar_down_white.png)
!important
;
}
.pad_help
{
background-image
:
url(../img/slate-help-white.png)
!important
;
}
#wgt_help
{
padding-left
:
32px
;
background-image
:
url(../img/slate-help.png)
;
background-repeat
:
no-repeat
;
background-position
:
top
0
;
}
#help
{
width
:
100%
;
height
:
100%
;
overflow
:
auto
;
display
:
none
;
background-color
:
#ccc
;
padding
:
5px
0
5px
5px
;
}
.open
{
}
}
\ No newline at end of file
resources/library/interactivities/Etudier.wgt/index.html
View file @
54214ed9
...
@@ -48,7 +48,8 @@
...
@@ -48,7 +48,8 @@
<tr
style=
"height: 54px;"
>
<tr
style=
"height: 54px;"
>
<td
class=
"b_top_left"
>
</td>
<td
class=
"b_top_left"
>
</td>
<td
class=
"b_top_center"
>
<td
class=
"b_top_center"
>
<div
id=
"wgt_name"
></div>
<div
id=
"wgt_name"
></div>
<div
id=
"wgt_help"
></div>
<div
id=
"wgt_display"
class=
"selected"
></div>
<div
id=
"wgt_display"
class=
"selected"
></div>
<div
id=
"wgt_edit"
></div>
<div
id=
"wgt_edit"
></div>
<select
class=
"style_select"
>
<select
class=
"style_select"
>
...
@@ -59,10 +60,11 @@
...
@@ -59,10 +60,11 @@
</td>
</td>
<td
class=
"b_top_right"
>
</td>
<td
class=
"b_top_right"
>
</td>
</tr>
</tr>
<tr>
<tr>
<td
class=
"b_center_left"
>
</td>
<td
class=
"b_center_left"
>
</td>
<td>
<td>
<div
id=
"help"
></div>
<div
id=
"slider"
>
<div
id=
"slider"
>
<ul>
<ul>
</ul>
</ul>
...
@@ -72,7 +74,7 @@
...
@@ -72,7 +74,7 @@
</td>
</td>
<td
class=
"b_center_right"
>
</td>
<td
class=
"b_center_right"
>
</td>
</tr>
</tr>
<tr
style=
"height: 54px;"
>
<tr
style=
"height: 54px;"
>
<td
class=
"b_bottom_left"
>
</td>
<td
class=
"b_bottom_left"
>
</td>
<td
class=
"b_bottom_center"
>
</td>
<td
class=
"b_bottom_center"
>
</td>
...
...
resources/library/interactivities/Etudier.wgt/js/script.js
View file @
54214ed9
This diff is collapsed.
Click to expand it.
resources/library/interactivities/Etudier.wgt/locales/fr/index.html
View file @
54214ed9
...
@@ -22,7 +22,8 @@
...
@@ -22,7 +22,8 @@
<tr
style=
"height: 54px;"
>
<tr
style=
"height: 54px;"
>
<td
class=
"b_top_left"
>
</td>
<td
class=
"b_top_left"
>
</td>
<td
class=
"b_top_center"
>
<td
class=
"b_top_center"
>
<div
id=
"wgt_name"
></div>
<div
id=
"wgt_name"
></div>
<div
id=
"wgt_help"
></div>
<div
id=
"wgt_display"
class=
"selected"
></div>
<div
id=
"wgt_display"
class=
"selected"
></div>
<div
id=
"wgt_edit"
></div>
<div
id=
"wgt_edit"
></div>
<select
class=
"style_select"
>
<select
class=
"style_select"
>
...
@@ -33,10 +34,11 @@
...
@@ -33,10 +34,11 @@
</td>
</td>
<td
class=
"b_top_right"
>
</td>
<td
class=
"b_top_right"
>
</td>
</tr>
</tr>
<tr>
<tr>
<td
class=
"b_center_left"
>
</td>
<td
class=
"b_center_left"
>
</td>
<td>
<td>
<div
id=
"help"
></div>
<div
id=
"slider"
>
<div
id=
"slider"
>
<ul>
<ul>
</ul>
</ul>
...
@@ -46,7 +48,7 @@
...
@@ -46,7 +48,7 @@
</td>
</td>
<td
class=
"b_center_right"
>
</td>
<td
class=
"b_center_right"
>
</td>
</tr>
</tr>
<tr
style=
"height: 54px;"
>
<tr
style=
"height: 54px;"
>
<td
class=
"b_bottom_left"
>
</td>
<td
class=
"b_bottom_left"
>
</td>
<td
class=
"b_bottom_center"
>
</td>
<td
class=
"b_bottom_center"
>
</td>
...
...
resources/library/interactivities/Etudier.wgt/locales/fr/js/script.js
View file @
54214ed9
This diff is collapsed.
Click to expand it.
resources/library/interactivities/Etudier.wgt/locales/ru/index.html
View file @
54214ed9
...
@@ -22,7 +22,8 @@
...
@@ -22,7 +22,8 @@
<tr
style=
"height: 54px;"
>
<tr
style=
"height: 54px;"
>
<td
class=
"b_top_left"
>
</td>
<td
class=
"b_top_left"
>
</td>
<td
class=
"b_top_center"
>
<td
class=
"b_top_center"
>
<div
id=
"wgt_name"
></div>
<div
id=
"wgt_name"
></div>
<div
id=
"wgt_help"
></div>
<div
id=
"wgt_display"
class=
"selected"
></div>
<div
id=
"wgt_display"
class=
"selected"
></div>
<div
id=
"wgt_edit"
></div>
<div
id=
"wgt_edit"
></div>
<select
class=
"style_select"
>
<select
class=
"style_select"
>
...
@@ -33,10 +34,11 @@
...
@@ -33,10 +34,11 @@
</td>
</td>
<td
class=
"b_top_right"
>
</td>
<td
class=
"b_top_right"
>
</td>
</tr>
</tr>
<tr>
<tr>
<td
class=
"b_center_left"
>
</td>
<td
class=
"b_center_left"
>
</td>
<td>
<td>
<div
id=
"help"
></div>
<div
id=
"slider"
>
<div
id=
"slider"
>
<ul>
<ul>
</ul>
</ul>
...
@@ -46,7 +48,7 @@
...
@@ -46,7 +48,7 @@
</td>
</td>
<td
class=
"b_center_right"
>
</td>
<td
class=
"b_center_right"
>
</td>
</tr>
</tr>
<tr
style=
"height: 54px;"
>
<tr
style=
"height: 54px;"
>
<td
class=
"b_bottom_left"
>
</td>
<td
class=
"b_bottom_left"
>
</td>
<td
class=
"b_bottom_center"
>
</td>
<td
class=
"b_bottom_center"
>
</td>
...
...
resources/library/interactivities/Etudier.wgt/locales/ru/js/script.js
View file @
54214ed9
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