|
|
@ -21,7 +21,7 @@
|
|
|
|
<div class="filter-concontainertainer">
|
|
|
|
<div class="filter-concontainertainer">
|
|
|
|
<div class="filter-container">
|
|
|
|
<div class="filter-container">
|
|
|
|
<p>Search in:</p>
|
|
|
|
<p>Search in:</p>
|
|
|
|
<input type="checkbox" class="checkbox" id="location"></input><label class="toggle-btn" for="type">Locations</label>
|
|
|
|
<input type="checkbox" class="checkbox" id="location"></input><label class="toggle-btn" for="location">Locations</label>
|
|
|
|
<input type="checkbox" class="checkbox" id="partno" checked></input><label class="toggle-btn" for="partno">Part Number</label>
|
|
|
|
<input type="checkbox" class="checkbox" id="partno" checked></input><label class="toggle-btn" for="partno">Part Number</label>
|
|
|
|
<input type="checkbox" class="checkbox" id="description" checked></input><label class="toggle-btn" for="description">Description</label>
|
|
|
|
<input type="checkbox" class="checkbox" id="description" checked></input><label class="toggle-btn" for="description">Description</label>
|
|
|
|
<input type="checkbox" class="checkbox" id="notes" checked></input><label class="toggle-btn" for="notes">Notes</label>
|
|
|
|
<input type="checkbox" class="checkbox" id="notes" checked></input><label class="toggle-btn" for="notes">Notes</label>
|
|
|
@ -41,8 +41,17 @@
|
|
|
|
<div class="shadow" onclick="overlay_out()"></div>
|
|
|
|
<div class="shadow" onclick="overlay_out()"></div>
|
|
|
|
<div class="overlay">
|
|
|
|
<div class="overlay">
|
|
|
|
<h2>Part Details</h2>
|
|
|
|
<h2>Part Details</h2>
|
|
|
|
|
|
|
|
<table id="details">
|
|
|
|
<div class="details-row">
|
|
|
|
<tr id="location-head"><td>LOCATION</td></tr>
|
|
|
|
|
|
|
|
<tr id="location"><td></td></tr>
|
|
|
|
|
|
|
|
<tr id="partno-head"><td>PART NUMBER</td></tr>
|
|
|
|
|
|
|
|
<tr id="partno"><td></td></tr>
|
|
|
|
|
|
|
|
<tr id="description-head"><td>DESCRIPTION</td></tr>
|
|
|
|
|
|
|
|
<tr id="description"><td></td></tr>
|
|
|
|
|
|
|
|
<tr id="datasheet-head"><td>DATASHEET: </td></tr>
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<img src="" id="map"/>
|
|
|
|
|
|
|
|
<!-- <div class="details-row">
|
|
|
|
<div class="details-item">Location: block</div>
|
|
|
|
<div class="details-item">Location: block</div>
|
|
|
|
<div class="details-content"><p id="block-info"></p></div>
|
|
|
|
<div class="details-content"><p id="block-info"></p></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -75,10 +84,10 @@
|
|
|
|
<div class="details-row">
|
|
|
|
<div class="details-row">
|
|
|
|
<div class="details-item">Datasheet</div>
|
|
|
|
<div class="details-item">Datasheet</div>
|
|
|
|
<div class="details-content"><p id="datasheet-info"></p></div>
|
|
|
|
<div class="details-content"><p id="datasheet-info"></p></div>
|
|
|
|
</div>
|
|
|
|
</div> -->
|
|
|
|
|
|
|
|
|
|
|
|
<div class="round-button"><a href="#" id="edit-button"><i class="fa fa-pencil" aria-hidden="true"></i></a></div>
|
|
|
|
<div class="round-button-left"><a href="#" id="edit-button"><i class="fa fa-pencil" aria-hidden="true"></i></a></div>
|
|
|
|
<div class="round-button-left"><a href="#" id="delete-button"><i class="fa fa-trash" aria-hidden="true"></i></a></div>
|
|
|
|
<div class="round-button"><a href="#" id="delete-button"><i class="fa fa-trash" aria-hidden="true"></i></a></div>
|
|
|
|
<div class="small-square-button"><a href="#" onclick="overlay_out()"><i class="fa fa-times" aria-hidden="true"></i></a></div>
|
|
|
|
<div class="small-square-button"><a href="#" onclick="overlay_out()"><i class="fa fa-times" aria-hidden="true"></i></a></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="round-floating-button"><a href="#" onclick="new_entry()"><i class="fa fa-plus" aria-hidden="true"></i></a></div>
|
|
|
|
<div class="round-floating-button"><a href="#" onclick="new_entry()"><i class="fa fa-plus" aria-hidden="true"></i></a></div>
|
|
|
|