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

36 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html lang="%l">
<head>
<!-- Copyright (c) 1998-2006 INRIA - GeneWeb -->
<!-- $Id: recover.htm,v 7.00 2018-04-19 05:35:06 ddr Exp $ -->
<meta charset="utf-8">
<meta name="robots" content="none">
<link rel="shortcut icon" href="images/favicon_gwsetup.png">
<title>[Recover a database - Phase 1]
</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;">[Recover a database]</h1>
</div>
<p>
<form method=GET action="recover">
<input type=hidden name=lang value="%l">
[Select the name of the <em>directory</em> where your old version of %G is located (it must contain a filen named <tt>gwu</tt> or <tt>gwu.exe</tt>).]
%(
Select the name of the <em>directory</em> where your old version of %G is located
(it must contain a filen named <tt>gwu</tt> or <tt>gwu.exe</tt>).
%)
<p>
%j
<p>
[Then click on this button][:]
<input type=submit value="[Search]">
</form>
</body>
</html>