?>
<div id="formIngestZip">
<form method="POST" action="" onsubmit="jobQueue();return true;" enctype="multipart/form-data">
<p>This process will trigger a bulk ingest of content.</p>
<p>Assumptions:</p>
<ol>
<li>Content has been prepared into ingest folders </li>
<li>Ingest folder metadata has been validated</li>
<li>Ingest folders have been zipped into a single file and made available by URL</li>
</ol>
<div id="status"><?php 
echo $status;
?>
</div>
<?php 
collection::getCollectionWidget(util::getPostArg("community", ""), util::getPostArg("collection", ""));
$skipindex = util::getPostArg("skipindex", "") == "Y" ? "checked" : "";
?>
<p>
  <label for="skipindex">Skip <?php 
echo $CUSTOM->ver < 4 ? "Full Text/" : "";
?>
Solr Index Update</label>
  <input type="checkbox" id="skipindex" name="skipindex" value="Y" {$skipindex}/>
</p>
<p>
<fieldset class="loc">
<legend>Zip File URL * </legend>
<p>
  <input type="text" name="zip" id="zip" size="80"/>
</p>