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

45 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="%l">
<head>
<!-- Copyright (c) 1998-2006 INRIA - GeneWeb -->
<!-- $Id: delete.htm,v 7.00 2018-04-20 05:35:06 ddr Exp $ -->
<meta charset="utf-8">
<meta name="robots" content="none">
<link rel="shortcut icon" href="images/favicon_gwsetup.png">
<title>[Delete]
</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>
<form method="get" action="delete">
<input type="hidden" name="lang" value="%l" />
<ul>
<li>[Select the database or databases you want to delete, by clicking on the associated buttons.]
%(
Select the database or databases you want to delete, by clicking on the associat
ed buttons.
%)
<p>
<table class="setup">
%b{
<tr align="left">
<td><a href="http://%m:%P/%a">%a</a></td>
<td><input type="checkbox" name="%a" value="on" /></td>
</tr>|
<tr align="left"><td>- [there is no database at present]
</tr></td>}
</table>
<p>
<li>[Then push this button][:]
<input type="submit" value="[Check]">
</ul>
</form>
</body>
</html>