55 lines
3.0 KiB
HTML
55 lines
3.0 KiB
HTML
<div class="modal" role="dialog">
|
|
<div class="modal-background"></div>
|
|
<div class="modal-card has-width-900">
|
|
<header class="modal-card-head">
|
|
<h3 class="modal-card-title">
|
|
Add Related <span class="alias" data-alias="Occupancy"></span> to Work Order
|
|
</h3>
|
|
<button class="delete is-close-modal-button" aria-label="close" type="button"></button>
|
|
</header>
|
|
<section class="modal-card-body">
|
|
<div class="box">
|
|
<form id="form--lotOccupancySearch">
|
|
<input name="limit" type="hidden" value="100" />
|
|
<input name="offset" type="hidden" value="0" />
|
|
<input id="lotOccupancySearch--notWorkOrderId" name="notWorkOrderId" type="hidden" value="" />
|
|
<input id="lotOccupancySearch--occupancyEffectiveDateString" name="occupancyEffectiveDateString" type="hidden" value="" />
|
|
<div class="columns">
|
|
<div class="column">
|
|
<div class="field">
|
|
<label class="label" for="lotOccupancySearch--occupantName">
|
|
<span class="alias" data-alias="Occupant"></span>
|
|
Name
|
|
</label>
|
|
<div class="control has-icons-left">
|
|
<input class="input" id="lotOccupancySearch--occupantName" name="occupantName" type="text" />
|
|
<span class="icon is-small is-left">
|
|
<i class="fas fa-search" aria-hidden="true"></i>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="column">
|
|
<div class="field">
|
|
<label class="label" for="lotOccupancySearch--lotName">
|
|
<span class="alias" data-alias="Lot"></span>
|
|
Name
|
|
</label>
|
|
<div class="control has-icons-left">
|
|
<input class="input" id="lotOccupancySearch--lotName" name="lotName" type="text" />
|
|
<span class="icon is-small is-left">
|
|
<i class="fas fa-search" aria-hidden="true"></i>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
<div id="resultsContainer--lotOccupancyAdd"></div>
|
|
</section>
|
|
<footer class="modal-card-foot justify-right">
|
|
<button class="button is-close-modal-button" type="button">Close</button>
|
|
</footer>
|
|
</div>
|
|
</div> |