15
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
2 |
<html>
|
|
3 |
<head>
|
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
|
|
5 |
<title>Fabien's XBelWeb</title>
|
|
6 |
</head>
|
|
7 |
<body>
|
|
8 |
<h1>Fabien's XBelWeb</h1>
|
|
9 |
<h2>Confirmation</h2>
|
|
10 |
<form name="confirmation" method="post" action="kw_result.py">
|
|
11 |
<input type="hidden" name="id" value="<TMPL_VAR id>"/>
|
|
12 |
<input type="hidden" name="merge" value="<TMPL_VAR mergeid>"/>
|
|
13 |
<input type="hidden" name="name" value="<TMPL_VAR newname>"/>
|
|
14 |
<TMPL_IF confirm_delete>
|
|
15 |
<p>Do you really want to remove <em><TMPL_VAR name></em>?</p>
|
|
16 |
</TMPL_IF>
|
|
17 |
<TMPL_IF confirm_merge>
|
|
18 |
<p>Do you really want to merge <em><TMPL_VAR name></em> into
|
|
19 |
<em><TMPL_VAR mergename></em>?</p>
|
|
20 |
</TMPL_IF>
|
|
21 |
<TMPL_IF confirm_update>
|
|
22 |
<p>Do you really want to rename <em><TMPL_VAR name></em> into
|
|
23 |
<em><TMPL_VAR newname></em>?</p>
|
|
24 |
</TMPL_IF>
|
|
25 |
<button name="action" type="submit"
|
|
26 |
value="<TMPL_VAR action>">Yes, I want</button>
|
|
27 |
<button name="action" type="submit" value="cancel">Cancel</button>
|
|
28 |
</form>
|
|
29 |
</body>
|
|
30 |
</html>
|
|
31 |
<!-- Keep this comment at the end of the file
|
|
32 |
Local variables:
|
|
33 |
mode: sgml
|
|
34 |
sgml-omittag:t
|
|
35 |
sgml-shorttag:t
|
|
36 |
sgml-namecase-general:t
|
|
37 |
sgml-general-insert-case:lower
|
|
38 |
sgml-minimize-attributes:nil
|
|
39 |
sgml-always-quote-attributes:t
|
|
40 |
sgml-indent-step:2
|
|
41 |
sgml-indent-data:nil
|
|
42 |
sgml-parent-document:nil
|
|
43 |
sgml-exposed-tags:nil
|
|
44 |
sgml-local-catalogs:nil
|
|
45 |
sgml-local-ecat-files:nil
|
|
46 |
End:
|
|
47 |
vi: syntax=html
|
|
48 |
-->
|