Inital commit
This commit is contained in:
4
static/templates/filterPage.html
Normal file
4
static/templates/filterPage.html
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
<h1 class="text-4xl">Filter</h1>
|
||||
<p>Tag:<input type="text" id="filter" style="color: black;"></p><br>
|
||||
<button class="bg-gray-400 border-solid border-gray-900 hover:bg-green-900 font-bold py-2 px-4 hover:text-white rounded transition duration-500 ease-in-out" onclick="applyFilter()">Apply</button>
|
7
static/templates/inspectorContentIframe.html
Normal file
7
static/templates/inspectorContentIframe.html
Normal file
@ -0,0 +1,7 @@
|
||||
<center>
|
||||
<h1 class="text-4xl">#TITLE</h1>
|
||||
<iframe src="#URL" style="width: 100%; height: 50vh; " id='webcam'></iframe>
|
||||
<div style="margin-top: -100px;">
|
||||
<a href="#URL" target="_blank">Please click here if the image does not load.</a>
|
||||
</div>
|
||||
</center>
|
8
static/templates/inspectorContentImage.html
Normal file
8
static/templates/inspectorContentImage.html
Normal file
@ -0,0 +1,8 @@
|
||||
<center>
|
||||
<!-- Image based inspector -->
|
||||
<h1 class="text-4xl">#TITLE</h1>
|
||||
<image src="#URL"></image>
|
||||
<div style="margin-top: -100px;">
|
||||
<a href="#URL" target="_blank">Please click here if the image does not load.</a>
|
||||
</div>
|
||||
</center>
|
7
static/templates/inspectorGeneral.html
Normal file
7
static/templates/inspectorGeneral.html
Normal file
@ -0,0 +1,7 @@
|
||||
<center>
|
||||
<!-- General Inspector -->
|
||||
<h1 class="text-4xl">#TITLE</h1>
|
||||
<p>
|
||||
#description
|
||||
</p>
|
||||
</center>
|
Reference in New Issue
Block a user