Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
grew
grew_match
Commits
ad970bd5
Commit
ad970bd5
authored
Jun 08, 2020
by
Bruno Guillaume
Browse files
more tooltips
parent
4a91474d
Changes
2
Hide whitespace changes
Inline
Side-by-side
js/main.js
View file @
ad970bd5
...
...
@@ -128,6 +128,8 @@ $(document).ready(function() {
$
(
'
#tf-wf-tooltip
'
).
tooltipster
(
'
content
'
,
$
(
"
#tf-wf-tip
"
).
html
());
$
(
'
#warning-tooltip
'
).
tooltipster
(
'
content
'
,
$
(
"
#warning-tip
"
).
html
());
$
(
'
#export-button
'
).
tooltipster
(
'
content
'
,
$
(
"
#export-tip
"
).
html
());
$
(
'
#save-button
'
).
tooltipster
(
'
content
'
,
$
(
"
#save-tip
"
).
html
());
$
(
'
#conll-button
'
).
tooltipster
(
'
content
'
,
$
(
"
#conll-tip
"
).
html
());
$
(
'
#cluster-box
'
).
change
(
function
()
{
...
...
run.html
View file @
ad970bd5
...
...
@@ -219,7 +219,7 @@
<span
class=
"btn-results"
style=
"font-size: 150%"
id=
"progress-num"
></span>
<button
class=
"btn btn-primary btn-results"
onclick=
"javascript:next_svg()"
>
→
</button>
<button
class=
"btn btn-primary btn-results"
onclick=
"javascript:last_svg()"
>
⇥
</button>
<button
type=
"button"
id=
"
tables
"
class=
"btn btn-primary"
onclick=
"javascript:one_conll()"
style=
"float: right;"
>
<button
type=
"button"
id=
"
conll-button
"
class=
"btn btn-primary"
onclick=
"javascript:one_conll()"
style=
"float: right;"
>
CoNLL
<span
href=
""
class=
"glyphicon glyphicon-export"
></span>
</button>
...
...
@@ -289,7 +289,17 @@
<!-- tooltip content -->
<div
id=
"export-tip"
style=
"display: none;"
>
<p>
Export sentence text of each occurrences like in a concordancer.
</p>
<p>
Export the sentence text of each occurrence like in a concordancer.
</p>
</div>
<!-- tooltip content -->
<div
id=
"conll-tip"
style=
"display: none;"
>
<p>
Show the CoNLL code of the current dependency tree.
</p>
</div>
<!-- tooltip content -->
<div
id=
"save-tip"
style=
"display: none;"
>
<p>
Build a permanent URL with the current request.
</p>
</div>
<!-- tooltip content -->
...
...
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