|
|
|
@ -32,7 +32,6 @@
|
|
|
|
|
<th id="location">Location</th>
|
|
|
|
|
<th id="partno">Part Number</th>
|
|
|
|
|
<th id="description">Description</th>
|
|
|
|
|
<th id="docs">Docs</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
<h3 id="no-results">No results.</h3>
|
|
|
|
@ -43,12 +42,13 @@
|
|
|
|
|
<h2>Part Details</h2>
|
|
|
|
|
<table id="details">
|
|
|
|
|
<tr id="location-head"><td>LOCATION</td></tr>
|
|
|
|
|
<tr id="location"><td></td></tr>
|
|
|
|
|
<tr id="location"><td><p></p><select class="pinfo-input"></select></td></tr>
|
|
|
|
|
<tr id="partno-head"><td>PART NUMBER</td></tr>
|
|
|
|
|
<tr id="partno"><td></td></tr>
|
|
|
|
|
<tr id="partno"><td><p></p><input type="text" name="partno-input" placeholder="Part Number" class="pinfo-input"/></td></tr>
|
|
|
|
|
<tr id="description-head"><td>DESCRIPTION</td></tr>
|
|
|
|
|
<tr id="description"><td></td></tr>
|
|
|
|
|
<tr id="description"><td><p></p><input type="text" name="description-input" placeholder="Description" class="pinfo-input"/></td></tr>
|
|
|
|
|
<tr id="datasheet-head"><td>DATASHEET: </td></tr>
|
|
|
|
|
<tr id="datasheet"><td></td></tr>
|
|
|
|
|
</table>
|
|
|
|
|
<img src="" id="map"/>
|
|
|
|
|
<div class="round-button-left"><a href="#" id="edit-button"><i class="fa fa-pencil" aria-hidden="true"></i></a></div>
|
|
|
|
|