Initial comit - Clone
This commit is contained in:
43
bin/setup/lang/bsi_err.htm
Normal file
43
bin/setup/lang/bsi_err.htm
Normal file
@@ -0,0 +1,43 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="%l">
|
||||
<head>
|
||||
<!-- Copyright (c) 1998-2006 INRIA - GeneWeb -->
|
||||
<!-- $Id: bsi_err.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>[error]
|
||||
</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;"><font color=red>[error]
|
||||
</font></h1>
|
||||
</div>
|
||||
[The command "%d" exited with an error code. This operation may have not been done.]
|
||||
<p>
|
||||
[Here are the traces of the command, maybe you can find an explanation][:]
|
||||
<p>
|
||||
<dl><dt><dd>
|
||||
<pre>
|
||||
%g{- [no traces]
|
||||
-}
|
||||
</pre>
|
||||
</dl>
|
||||
<p>
|
||||
[And the content of gwsetup.log]
|
||||
<p>
|
||||
<dl><dt><dd>
|
||||
<pre>
|
||||
%G{- [no traces]
|
||||
-}
|
||||
</pre>
|
||||
</dl>
|
||||
<p>
|
||||
[Return to the main menu.] (<a href="gwsetup?lang=%l;v=welcome.htm">welcome</a>)
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user