<div class="dialog-frame" style="width: 400px;">
  <div class="dialog-header" bind="dialogHeader">Are You Sure?</div>
  <div class="dialog-body" bind="dialogBody"><table><tr>
    <td width="30%"><img src="/images/cop.png" width="140px"></td>
    <td>Are you sure this data is ready to be <b>tested</b> for upload into <b>Freebase</b>?</td>
  </tr></table></div>
  <div class="dialog-footer" bind="dialogFooter">
    <button class="button" bind="okButton">Yes, I'm sure</button>
    <button class="button" bind="cancelButton">No</button>
  </div>
</div>