kw_confirm.tmpl
author fabien
Sun, 28 Sep 2003 11:39:55 -0400
branchxbelweb
changeset 29 b5d3cc46b16d
parent 21 345ee7421989
child 30 dbf4027d82fc
permissions -rw-r--r--
[svn r1563] Update to debian-changelog format.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
  <TMPL_INCLUDE NAME="headers.tmpl">
  <body>
    <h1><TMPL_VAR pagetitle></h1>
    <form name="confirmation" method="post" action="kw_result.py">
      <input type="hidden" name="id" value="<TMPL_VAR id>"/>
      <input type="hidden" name="merge" value="<TMPL_VAR mergeid>"/>
      <input type="hidden" name="name" value="<TMPL_VAR newname>"/>
      <TMPL_IF confirm_delete>
        <p>Do you really want to remove <em><TMPL_VAR name></em>?</p>
      </TMPL_IF>
      <TMPL_IF confirm_merge>
        <p>Do you really want to merge <em><TMPL_VAR name></em> into
          <em><TMPL_VAR mergename></em>?</p>
      </TMPL_IF>
      <TMPL_IF confirm_update>
        <p>Do you really want to rename <em><TMPL_VAR name></em> into
          <em><TMPL_VAR newname></em>?</p>
      </TMPL_IF>
      <button name="action" type="submit"
              value="<TMPL_VAR action>">Yes, I want</button>
      <button name="action" type="submit" value="cancel">Cancel</button>
    </form>
  </body>
</html>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-namecase-general:t
sgml-general-insert-case:lower
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:2
sgml-indent-data:nil
sgml-parent-document:nil
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vi: syntax=html
-->