  <TMPL_INCLUDE NAME="header">

  <h2>SSH keys</h2>

  <p>Are you sure you want to delete the public key on
    <b><TMPL_VAR NAME="client"></b>?</p>

  <form action="?rm=sshkeys" method="post">
    <input type="hidden" id="rm" name="rm" value="sshkeys">
    <input type="hidden" id="action" name="action" value="delete_str">
    <input type="hidden" id="client" name="client"
      value="<TMPL_VAR NAME="client">">
    <input type="hidden" id="type" name="type"
      value="<tmpl_var name="type">">
    <input type="submit" name="delete_public_key" id="delete_public_key"
      value="<tmpl_var name="delete_str">">
  </form>

  <TMPL_INCLUDE NAME="footer">