Initial comit - Clone
This commit is contained in:
63
bin/setup/lang/bso.htm
Normal file
63
bin/setup/lang/bso.htm
Normal file
@@ -0,0 +1,63 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="%l">
|
||||
<head>
|
||||
<!-- Copyright (c) 1998-2006 INRIA - GeneWeb -->
|
||||
<!-- $Id: bso.htm,v 7.00 2018-02-25 02:32:19 ddr Exp $ -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="robots" content="none">
|
||||
<link rel="shortcut icon" href="images/favicon_gwsetup.png">
|
||||
|
||||
<title>[Creation of a database]
|
||||
</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;">[Creation of a database]</h1>
|
||||
</div>
|
||||
<p>
|
||||
<ul>
|
||||
%v{<li>
|
||||
[Warning: there already exists a database with the name "%o" in your directory. If you push the button "Ok" below, it will be erased.]
|
||||
%(
|
||||
Warning: there already exists a database with the name "%o" in your directory.
|
||||
If you push the button "Ok" below, it will be erased.
|
||||
%)
|
||||
<p>
|
||||
[If you just made this, it is probably its result, and therefore it is not important. Else, return to the previous page and choose another name for your database.]
|
||||
%(
|
||||
If you just made this, it is probably its result, and therefore it is not important.
|
||||
Else, return to the previous page and choose another name for your database.
|
||||
%)
|
||||
<p>}
|
||||
<li>
|
||||
[We are going to create a database named "%o". Remark: this operation can answer in the twinkling of a eye or take some tenths of seconds or some minutes, depending on the cases. Be patient.]
|
||||
%(
|
||||
We are going to create a database named "%o". Remark: this operation can answer
|
||||
in the twinkling of a eye or take some tenths of seconds or some minutes, depend
|
||||
ing on the cases. Be patient.
|
||||
%)
|
||||
<p >
|
||||
[Push the button below to create you database]
|
||||
%v{<br><blink><font color=red>[, and overwrite the previous database "%o" of the target directory]
|
||||
</font></blink>}:
|
||||
<p>
|
||||
<form method="post" action="%d">
|
||||
%h
|
||||
<dl><dt><dd>
|
||||
<input type="submit" value="Ok">
|
||||
<input type="submit" name="cancel" value="[cancel]">
|
||||
</dl>
|
||||
</form>
|
||||
<p>
|
||||
[For information, this operation corresponds to the following commands][:]
|
||||
<pre>
|
||||
$ cd "%w"
|
||||
$ %x%/%d%p > comm.log
|
||||
</pre>
|
||||
[This builds a directory named "%o.gwb".]
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user