Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Enhort
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Michael Menzel
Enhort
Commits
59857dd8
Commit
59857dd8
authored
Jun 04, 2018
by
Michael Menzel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tooltip for control sites batch
parent
e237f749
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
frontend/src/main/resources/templates/batch.html
frontend/src/main/resources/templates/batch.html
+9
-0
No files found.
frontend/src/main/resources/templates/batch.html
View file @
59857dd8
...
...
@@ -11,6 +11,7 @@
<link
rel=
"stylesheet"
media=
"screen"
href=
"../static/css/batch.css"
th:href=
"@{/css/batch.css}"
/>
<script
src=
"/js/jquery-1.12.0.min.js"
th:href=
"@{/js/jquery-1.12.0.min.js}"
></script>
<script
src=
"/js/popper.js"
th:href=
"@{/js/popper.js}"
></script>
<script
src=
"/js/bootstrap.min.js"
th:href=
"@{/js/bootstrap.min.js}"
></script>
<script
src=
"/js/plotly-latest.min.js"
th:href=
"@{/js/plotly-latest.min.js}"
></script>
<script
src=
"/js/d3.min.js"
th:href=
"@{/js/d3.min.js}"
></script>
...
...
@@ -56,7 +57,12 @@
<p>
<label
for=
"background"
class=
"head"
>
Control sites
</label>
<span
style=
"color: red;"
>
*
</span>
<a
class=
"right"
title=
""
data-placement=
"right"
data-toggle=
"tooltip"
href=
"#"
data-original-title=
"A random background will be created when no background sites are uploaded"
>
❔
</a>
<br>
<input
type=
"file"
id=
"background"
name=
"background"
multiple=
"multiple"
/>
</p>
...
...
@@ -231,6 +237,9 @@
</body>
<script>
$
(
'
a
'
).
tooltip
();
let
e
=
document
.
getElementById
(
"
cellline
"
);
let
hid
=
document
.
getElementById
(
"
hidden
"
);
...
...
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