Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SimStadt
3DClient4SimStadtAPI
Commits
2f22e52d
Commit
2f22e52d
authored
Jan 10, 2022
by
Turbil
Browse files
Attribute button for PV- and shadow-value added
parent
86e5b7df
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/main.html
View file @
2f22e52d
...
...
@@ -260,7 +260,24 @@
</div>
</div>
<!--Chartbutton-->
<!--Attributbutton-->
<button
class=
"dropdown-btn"
>
Attributes
<i
class=
"fa fa-caret-down"
></i></button>
<div
id=
"filterswitches"
class=
"dropdown-container"
>
<div
class=
"dropp"
>
<div
class=
"dropp-header"
>
<a
href=
"#"
class=
"dropp-header__btn js-dropp-action"
>
<i
class=
"icon"
></i>
</a>
</div>
<div
class=
"dropp-body"
>
<label
for=
"pvPotential"
>
PV-Value
<input
type=
"radio"
id=
"pvPotential"
name=
"dropp"
value=
"PV-Value"
>
</label>
<label
for=
"shadowData"
>
Shadow-Value
<input
type=
"radio"
id=
"shadowData"
name=
"dropp"
value=
"Shadow-Value"
>
</label>
</div>
</div>
<div
id=
"chartButton"
class=
"button"
>
<div
class=
'lang'
key=
'chart'
>
Chart
</div>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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