<form class="small-form">
  <?event submit $event.stop(); $arg.ok($node.elements.url.value);?>
  <table width="100%">
    <tr>
      <td>
        <p>Use <a href="http://opencalais.com">OpenCalais</a> to extract entities from online content.</p>
        <p>
          <label>URL:</label> <input type="text" name="url"/><?run $node.focus();?>
        </p>
      </td>
      <td width="1">
        <span style="visibility: hidden" id="calais-loading"><?msgthrob?></span>
      </td>
      <td class="buttons">
        <button type="submit">OK</button>
        <button type="button">Cancel</button><?event click $arg.cancel();?>
      </td>
    </tr>
  </table>
</form>
