Files
Geneweb/bin/setup/lang/delete_1.htm
2024-03-05 22:01:20 +01:00

39 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html lang="%l">
<head>
<!-- Copyright (c) 1998-2006 INRIA - GeneWeb -->
<!-- $Id: delete_1.htm,v 7.00 2018-01-01 05:35:06 ddr Exp $ -->
<meta charset="utf-8">
<meta name="robots" content="none">
<link rel="shortcut icon" href="images/favicon_gwsetup.png">
<title>[Deletion of databases]
</title>
%fsetup.css;
</head>
<body %Vbody_prop;>
<div style="background:url('images/gwlogo.png') no-repeat left top; text-align:center; height:95px; line-height:95px; color:#2f6400;">
<h1 style="margin:0;">[Deletion of databases]</h1>
</div>
<p>
<form method="post" action="delete_1">
<input type="hidden" name="lang" value="%l" />
%k{<input type="hidden" name="%a" value="del" />|}
[Are you sure you want to delete these databases?]
<p>
<ul>
%k{<li><a href="http://%m:%P/%a">%a</a>|
<li>- [no selection]
-}
</ul>
<p>
[Warning: this suppression is definitive! To confirm, push this button.]
<p>
<dl><dt><dd><input type="submit" value="[Delete]"></dl>
<p>
[Return to the main menu.] (<a href="gwsetup?lang=%l;v=welcome.htm">welcome</a>)
</body>
</html>