-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #142 from bptlab/refactor/133-tracex-pj-generator
Refactor/133 tracex pj generator
- Loading branch information
Showing
42 changed files
with
711 additions
and
502 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<title>Evaluation View</title> | ||
{% load static %} | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/distribute/nouislider.min.css" rel="stylesheet"> | ||
<link rel="stylesheet" type="text/css" href="{% static '/tracex/css/style.css' %}"> | ||
<link rel="stylesheet" type="text/css" href="{% static '/tracex/css/styles.css' %}"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/distribute/nouislider.min.js"></script> | ||
<script src="https://code.jquery.com/jquery-3.6.4.min.js"></script> | ||
<script src="{% static '/db_results/js/filter_toggle.js' %}" defer></script> | ||
|
@@ -17,7 +17,7 @@ <h1 style="text-align: center">Evaluation View</h1> | |
|
||
<!-- Display complete event log --> | ||
<div> | ||
<button id="toggleButton1">Show/Hide Event Log with applied filters</button> | ||
<button id="toggleButton1" class="function_button">Show/Hide Event Log with applied filters</button> | ||
<div id="contentWrapper1" style="display: none;"> | ||
{% if event_log_table %} | ||
<p></p> | ||
|
@@ -31,7 +31,7 @@ <h1 style="text-align: center">Evaluation View</h1> | |
</div> | ||
|
||
<div> | ||
<button id="toggleButton2" style="margin-top: 1em">Show/Hide Cohorts belonging to remaining entries</button> | ||
<button id="toggleButton2" class="function_button" style="margin-top: 1em">Show/Hide Cohorts belonging to remaining entries</button> | ||
<div id="contentWrapper2" style="display: none;"> | ||
{% if cohorts_table %} | ||
<p></p> | ||
|
@@ -143,12 +143,11 @@ <h1 style="text-align: center">Evaluation View</h1> | |
|
||
{{ form.errors }} | ||
|
||
<input type="submit" value="Refresh Filter" class="button"> | ||
<input type="submit" value="Refresh Filter" class="function_button"> | ||
</form> | ||
<br> | ||
|
||
<!-- Trigger/Open The Modal (XES Download) --> | ||
<button id="downloadBtn" class="button">Download XES File</button> | ||
<button id="downloadBtn" class="function_button">Download XES File</button> | ||
<div id="downloadModal" class="modal"> | ||
<div class="modal-content"> | ||
<span class="close">×</span> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.