Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
purr-data
Commits
6b1d99cd
Commit
6b1d99cd
authored
May 27, 2021
by
Prakhar Agarwal
🎯
Browse files
Added modal html
parent
7c4d2a36
Changes
1
Hide whitespace changes
Inline
Side-by-side
emscripten/project/purr-data/index.html
View file @
6b1d99cd
...
@@ -30,6 +30,43 @@
...
@@ -30,6 +30,43 @@
</div>
</div>
</div>
</div>
<!-- Modal -->
<div
class=
"modal fade"
id=
"message-modal"
tabindex=
"-1"
role=
"dialog"
aria-hidden=
"true"
>
<div
class=
"modal-dialog modal-dialog-centered"
role=
"document"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<h5
class=
"modal-title"
>
New message
</h5>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-label=
"Close"
>
<span
aria-hidden=
"true"
>
×
</span>
</button>
</div>
<div
class=
"modal-body"
>
<form>
<div
class=
"form-group"
>
<label
for=
"target-name"
class=
"col-form-label mr-3"
>
Target:
</label>
<div
class=
"form-check form-check-inline mr-3"
>
<input
class=
"form-check-input"
type=
"radio"
name=
"target-options"
id=
"pd-option"
value=
"pd-opt-value"
>
<label
class=
"form-check-label"
for=
"pd-option"
>
Pd
</label>
</div>
<div
class=
"form-check form-check-inline"
>
<input
class=
"form-check-input"
type=
"radio"
name=
"target-options"
id=
"canvas-option"
value=
"canvas-opt-value"
>
<label
class=
"form-check-label"
for=
"canvas-option"
>
Canvas
</label>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"message-text"
class=
"col-form-label"
>
Message:
</label>
<textarea
class=
"form-control"
id=
"message-text"
></textarea>
</div>
</form>
</div>
<div
class=
"modal-footer"
>
<button
type=
"button"
class=
"btn btn-secondary"
data-dismiss=
"modal"
>
Close
</button>
<button
type=
"button"
class=
"btn btn-primary"
>
Send message
</button>
</div>
</div>
</div>
</div>
<div
id=
"container-app"
class=
"container-fluid"
>
<div
id=
"container-app"
class=
"container-fluid"
>
<!-- Menu -->
<!-- Menu -->
<nav
id=
"menu"
></nav>
<nav
id=
"menu"
></nav>
...
...
Write
Preview
Supports
Markdown
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