-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
483 additions
and
224 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<title id="version">Space Analysis</title> | ||
<link id="theme" rel="stylesheet" type="text/css" href="../css/light.css"> | ||
<link rel="stylesheet" type="text/css" href="../css/fonts.css"> | ||
</head> | ||
|
||
<body id="body"> | ||
<div class="divContainer bordered" style="height:250px;"> | ||
<table class="fill_width discover stripes" id="table"> | ||
<tr> | ||
|
||
</tr> | ||
</table> | ||
</div> | ||
|
||
<div class="buttonArea"> | ||
<button id="goTo">Open Selected Segment</button> | ||
<button id="refresh">Refresh List</button> | ||
</div> | ||
<script src="../js/keyboardHandler.js"></script> | ||
<script src="../js/spaceAnalysis.js"></script> | ||
</body> | ||
|
||
</html> |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<title id="version">Tags Analysis</title> | ||
<link id="theme" rel="stylesheet" type="text/css" href="../css/light.css"> | ||
<link rel="stylesheet" type="text/css" href="../css/fonts.css"> | ||
</head> | ||
|
||
<body id="body"> | ||
<div class="divContainer bordered" style="height:250px;"> | ||
<table class="fill_width discover stripes" id="table"> | ||
<tr> | ||
|
||
</tr> | ||
</table> | ||
</div> | ||
|
||
<div class="buttonArea"> | ||
<button id="goTo">Open Selected Segment</button> | ||
<button id="refresh">Refresh List</button> | ||
</div> | ||
<script src="../js/keyboardHandler.js"></script> | ||
<script src="../js/tagsAnalysis.js"></script> | ||
</body> | ||
|
||
</html> |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.