RSS Git Download  Clone
Raw Blame History
    [% META title="FluidX XTR-96 Plate Reader - Void Plate" %]
<!-- BEGIN [% template.name %] -->
    <h2 class="header">FluidX XTR-96 plate reader - void plate</h2>

    <p class="info">This action removes the association between a rack and its
        contents. It does NOT delete any vials from the store.</p>
    
    [% plateId = c.query.param('_plateId') %]

    <form action="[% app_url %]/storage/import_xtr_96_data" method="post"
           name="import-data" id="import-data">
        <input type="hidden" name="_plateId" value="[% plateId %]" />
        <input type="hidden" name="void_plate" value="1" />

        <p class="warning indent">Confirm you want to remove all vials from plate
            [% plateId %]:
            <input type="checkbox" name="confirm_void_plate" value="1" />
            [% site.html.go_btn %]
        </p>
    </form>
<!-- END [% template.name %] -->