Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
framemo
Commits
3d369b77
Verified
Commit
3d369b77
authored
Sep 18, 2018
by
Luc Didry
Browse files
Fix
#8
- Add titles on tabs
parent
52763969
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/script.js
View file @
3d369b77
...
...
@@ -1085,11 +1085,11 @@ $(document).ready(function(){
.
before
(
'
<ul class="nav nav-tabs">
'
+
'
<li role="presentation" class="active"><a href="#scrumblr" aria-controls="scrumblr" role="tab" data-toggle="tab"><i class="fa fa-fw fa-lg fa-object-group" aria-hidden="true"></i> Tableau</a></li>
'
+
'
<li role="presentation" class="pull-right"><a href="javascript:void(0);" aria-hidden="true" id="full-page"><i class="fa fa-fw fa-lg fa-expand"></i></a></li>
'
+
'
<li role="presentation" class="pull-right"><a href="#revisions" aria-controls="revisions" role="tab" data-toggle="tab"><i class="fa fa-fw fa-lg fa-history" aria-hidden="true"></i><span class="sr-only">
'
+
$
(
'
.revision h3
'
).
text
()
+
'
</span></a></li>
'
+
'
<li role="presentation" class="pull-right"><a href="#share" aria-controls="share" role="tab" data-toggle="tab"><i class="fa fa-fw fa-lg fa-share-alt" aria-hidden="true"></i><span class="sr-only">
'
+
$
(
'
.share h3
'
).
text
()
+
'
</span></a></li>
'
+
'
<li role="presentation" class="pull-right"><a href="#export-import" aria-controls="export-import" role="tab" data-toggle="tab"><i class="fa fa-fw fa-lg fa-exchange" aria-hidden="true"></i><span class="sr-only">
'
+
$
(
'
.export h3
'
).
text
()
+
'
/
'
+
$
(
'
.import h3
'
).
text
()
+
'
</span></a></li>
'
+
'
<li role="presentation" class="pull-right"><a href="#about" aria-controls="about" role="tab" data-toggle="tab"><i class="fa fa-fw fa-lg fa-question-circle" aria-hidden="true"></i><span class="sr-only">
'
+
$
(
'
#tuto-faq h2
'
).
text
()
+
'
</span></a></li>
'
+
'
<li role="presentation" class="pull-right"><a href="javascript:void(0);" aria-hidden="true" id="full-page"
title="Plein écran"
><i class="fa fa-fw fa-lg fa-expand"></i><
span class="sr-only">Plein écran</span><
/a></li>
'
+
'
<li role="presentation" class="pull-right"><a href="#revisions" aria-controls="revisions" role="tab" data-toggle="tab"
title="
'
+
$
(
'
.revisions h3
'
).
text
()
+
'
"
><i class="fa fa-fw fa-lg fa-history" aria-hidden="true"></i><span class="sr-only">
'
+
$
(
'
.revision
s
h3
'
).
text
()
+
'
</span></a></li>
'
+
'
<li role="presentation" class="pull-right"><a href="#share" aria-controls="share" role="tab" data-toggle="tab"
title="
'
+
$
(
'
.share h3
'
).
text
()
+
'
"
><i class="fa fa-fw fa-lg fa-share-alt" aria-hidden="true"></i><span class="sr-only">
'
+
$
(
'
.share h3
'
).
text
()
+
'
</span></a></li>
'
+
'
<li role="presentation" class="pull-right"><a href="#export-import" aria-controls="export-import" role="tab" data-toggle="tab"
title="
'
+
$
(
'
.export h3
'
).
text
()
+
'
/
'
+
$
(
'
.import h3
'
).
text
()
+
'
"
><i class="fa fa-fw fa-lg fa-exchange" aria-hidden="true"></i><span class="sr-only">
'
+
$
(
'
.export h3
'
).
text
()
+
'
/
'
+
$
(
'
.import h3
'
).
text
()
+
'
</span></a></li>
'
+
'
<li role="presentation" class="pull-right"><a href="#about" aria-controls="about" role="tab" data-toggle="tab"
title="
'
+
$
(
'
#tuto-faq h2
'
).
text
()
+
'
"
><i class="fa fa-fw fa-lg fa-question-circle" aria-hidden="true"></i><span class="sr-only">
'
+
$
(
'
#tuto-faq h2
'
).
text
()
+
'
</span></a></li>
'
+
'
</ul>
'
)
.
wrap
(
...
...
Write
Preview
Supports
Markdown
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