Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
3 years ago
by
Turbil
Browse files
Options
Download
Email Patches
Plain Diff
Attribute button for PV- and shadow-value added
parent
86e5b7df
master
dev
1 merge request
!1
Finale Merge of the dev branch into master
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/main.html
+18
-1
public/main.html
with
18 additions
and
1 deletion
+18
-1
public/main.html
+
18
-
1
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>
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets