Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
O
openfpm_pdata
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openfpm
openfpm_pdata
Commits
9ecb9ab2
Commit
9ecb9ab2
authored
Jul 26, 2016
by
Pietro Incardona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
staging file2
parent
6bdb3349
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
header.html
header.html
+25
-0
No files found.
header.html
View file @
9ecb9ab2
...
...
@@ -10,6 +10,31 @@
<link
href=
"$relpath^tabs.css"
rel=
"stylesheet"
type=
"text/css"
/>
<script
type=
"text/javascript"
src=
"$relpath^jquery.js"
></script>
<script
type=
"text/javascript"
src=
"$relpath^dynsections.js"
></script>
<script>
var
first_time_pause
=
{};
function
hide_show
(
div_ele
)
{
if
(
document
.
getElementById
(
div_ele
).
style
.
display
==
'
none
'
)
{
document
.
getElementById
(
div_ele
).
style
.
display
=
'
block
'
}
else
{
document
.
getElementById
(
div_ele
).
style
.
display
=
'
none
'
}
}
function
video_anim
(
video_ele
,
from
,
to
)
{
first_time_pause
[
video_ele
]
=
false
;
document
.
getElementById
(
video_ele
).
addEventListener
(
'
loadedmetadata
'
,
function
()
{
this
.
currentTime
=
from
;}
,
false
);
document
.
getElementById
(
video_ele
).
addEventListener
(
"
timeupdate
"
,
function
(){
if
(
this
.
currentTime
>=
to
&&
first_time_pause
[
video_ele
]
==
false
)
{
first_time_pause
[
video_ele
]
=
true
;
this
.
pause
();
}
});
}
</script>
$treeview
$search
$mathjax
...
...
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