RSS Git Download  Clone
Raw Blame History
[% # content_only = 1 # no html wrappers %]

<!-- BEGIN [% template.name %] -->
[% META title = 'BCR ABL data file import' %]

    <h1>BCR-ABL data import:</h1>

    <form method="post" action="[% app_url %]/data-import/bcr_abl" enctype="multipart/form-data">    

    <p class="warning">Files over 1MB will trigger 'Unresponsive script' message. Select
      <img id="stop" src="/images/stop_script.png" /> to complete file upload process.
    </p>

  <table>
    <tr>
      <td><b>Source file:</b></td>
      <td><input type="file" name="source" value="size" size="50" /></td>
      <td><input type="submit" name=".submit" value="Send &gt;&gt;" /></td>
    </tr>
  </table>
  </form>
<!-- END [% template.name %] -->