Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2020-101
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sachith Fernando
2020-101
Commits
adc4413c
Commit
adc4413c
authored
Oct 24, 2020
by
I.K Seneviratne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Committing some minor changes in the template.html.
parent
d9b754ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
109 additions
and
0 deletions
+109
-0
FirstApp/templates/FirstApp/Home.html
FirstApp/templates/FirstApp/Home.html
+109
-0
No files found.
FirstApp/templates/FirstApp/Home.html
View file @
adc4413c
...
...
@@ -965,6 +965,24 @@
}
//this function will handle the advanced analysis for activity
$
(
'
#activity_advanced_btn
'
).
click
(
function
()
{
$
(
'
#activity_advanced_modal
'
).
modal
();
});
//this function will handle the advanced analysis for emotion
$
(
'
#emotion_advanced_btn
'
).
click
(
function
()
{
$
(
'
#emotion_advanced_modal
'
).
modal
();
});
//this function will handle the advanced analysis for gaze
$
(
'
#gaze_advanced_btn
'
).
click
(
function
()
{
$
(
'
#gaze_advanced_modal
'
).
modal
();
});
});
</script>
...
...
@@ -1404,6 +1422,14 @@
Summary
</button>
<!-- end of button to view activity summary -->
<!-- button to view advanced analysis -->
<button
type=
"button"
class=
"btn btn-danger float-right mr-2"
id=
"activity_advanced_btn"
>
Advanced Analysis
</button>
<!-- end of button to view advanced analysis -->
</li>
<!-- end of the activity list item -->
...
...
@@ -1473,6 +1499,15 @@
Summary
</button>
<!-- end of button to view emotion summary -->
<!-- button to view advanced analysis -->
<button
type=
"button"
class=
"btn btn-danger float-right mr-2"
id=
"emotion_advanced_btn"
>
Advanced Analysis
</button>
<!-- end of button to view advanced analysis -->
</li>
<!-- end of the emotion list item -->
...
...
@@ -1550,6 +1585,13 @@
<!-- end of button to view gaze summary -->
<!-- button to view advanced analysis -->
<button
type=
"button"
class=
"btn btn-danger float-right mr-2"
id=
"gaze_advanced_btn"
>
Advanced Analysis
</button>
<!-- end of button to view advanced analysis -->
</li>
<!-- end of the gaze list item -->
...
...
@@ -1977,6 +2019,73 @@
<!-- end of activity statistics modal -->
<!-- activity advanced analysis modal -->
<div
class=
"modal fade"
id=
"activity_advanced_modal"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"exampleModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-dialog"
role=
"document"
style=
"max-width: 1400px"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<h5
class=
"modal-title"
id=
"exampleModalLabel"
>
Activity Advanced Analysis
</h5>
<button
class=
"close"
type=
"button"
data-dismiss=
"modal"
aria-label=
"Close"
>
<span
aria-hidden=
"true"
>
×
</span>
</button>
</div>
<div
class=
"modal-body text-center"
>
<p>
Hello
</p>
</div>
<div
class=
"modal-footer"
>
<button
class=
"btn btn-secondary"
type=
"button"
data-dismiss=
"modal"
>
Cancel
</button>
</div>
</div>
</div>
</div>
<!-- end of activity advanced analysis modal -->
<!-- emotion advanced analysis modal -->
<div
class=
"modal fade"
id=
"emotion_advanced_modal"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"exampleModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-dialog"
role=
"document"
style=
"max-width: 1400px"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<h5
class=
"modal-title"
id=
"exampleModalLabel"
>
Emotion Advanced Analysis
</h5>
<button
class=
"close"
type=
"button"
data-dismiss=
"modal"
aria-label=
"Close"
>
<span
aria-hidden=
"true"
>
×
</span>
</button>
</div>
<div
class=
"modal-body text-center"
>
<p>
Hello
</p>
</div>
<div
class=
"modal-footer"
>
<button
class=
"btn btn-secondary"
type=
"button"
data-dismiss=
"modal"
>
Cancel
</button>
</div>
</div>
</div>
</div>
<!-- end of emotion advanced analysis modal -->
<!-- gaze advanced analysis modal -->
<div
class=
"modal fade"
id=
"gaze_advanced_modal"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"exampleModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-dialog"
role=
"document"
style=
"max-width: 1400px"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<h5
class=
"modal-title"
id=
"exampleModalLabel"
>
Gaze Advanced Analysis
</h5>
<button
class=
"close"
type=
"button"
data-dismiss=
"modal"
aria-label=
"Close"
>
<span
aria-hidden=
"true"
>
×
</span>
</button>
</div>
<div
class=
"modal-body text-center"
>
<p>
Hello
</p>
</div>
<div
class=
"modal-footer"
>
<button
class=
"btn btn-secondary"
type=
"button"
data-dismiss=
"modal"
>
Cancel
</button>
</div>
</div>
</div>
</div>
<!-- end of gaze advanced analysis modal -->
{% endblock %}
<!--scripts-->
{% block 'scripts' %}
...
...
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