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
6ab0bde4
Commit
6ab0bde4
authored
Jun 09, 2020
by
Bruno Guillaume
Browse files
Fix tooltips
parent
ad970bd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
run.html
View file @
6ab0bde4
...
...
@@ -169,7 +169,7 @@
</p>
<p>
<button
class=
"btn btn-primary"
id=
"submit-pattern"
onclick=
"javascript:search_pattern()"
style=
"margin-right:10px"
>
Search
</button>
<button
class=
"btn btn-primary"
id=
"save-button"
onclick=
"javascript:save_pattern()"
style=
"margin-right:10px"
>
Save
</button>
<button
class=
"btn btn-primary
tooltip-desc
"
id=
"save-button"
onclick=
"javascript:save_pattern()"
style=
"margin-right:10px"
>
Save
</button>
<button
class=
"btn btn-primary tooltip-desc"
id=
"export-button"
onclick=
"javascript:run_export()"
style=
"margin-right:10px"
>
Export
</button>
<label>
<input
type=
"checkbox"
id=
"cluster-box"
>
Clustering
</input>
...
...
@@ -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=
"conll-button"
class=
"btn btn-primary"
onclick=
"javascript:one_conll()"
style=
"float: right;"
>
<button
type=
"button"
id=
"conll-button"
class=
"btn btn-primary
tooltip-desc
"
onclick=
"javascript:one_conll()"
style=
"float: right;"
>
CoNLL
<span
href=
""
class=
"glyphicon glyphicon-export"
></span>
</button>
...
...
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