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

148 lines
4.2 KiB
HTML

<!DOCTYPE html>
<html lang="%l">
<head>
<!-- Copyright (c) 1998-2006 INRIA - GeneWeb -->
<!-- $Id: connex.htm,v 7.00 2018-04-09 05:35:06 hg Exp $ -->
<meta charset="utf-8">
<meta name="robots" content="none">
<link rel="shortcut icon" href="images/favicon_gwsetup.png">
<title>[Connex]
</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;">
[Listing connected components]
</h1>
</div>
<ul>
<li>
<form method="get" action="connex">
<input type="hidden" name="opt" value="check">
<input type="hidden" name="lang" value="%l">
<input type="hidden" name="server" value="%m">
<input type="hidden" name="gwd_p" value="%P">
[Select your database by clicking on the associated button][:]
<p>
<table class="setup">
%b{
<tr align="left">
<td><input type="radio" name="anon" value="%a">&nbsp;&nbsp;&nbsp;</td>
<td><a href="http://%m:%P/%a">%a</a></td>
</tr>|
<tr align="left"><td>- [there is no database at present]
</tr></td>}
</table></dl>
<p>
<li>
[Select the options you want][:]
<p>
<table class="setup">
<tr align="left">
<td><input type="checkbox" name="a" id="a" value="on">
<label for="a" style="font-family: monospace">-a&nbsp;&nbsp;</label>[All connex components.]
</td>
</tr>
</table></dl>
<p>
<table class="setup">
<tr align="left">
<td><input type="checkbox" name="s" id="s" value="on">
<label for="s" style="font-family: monospace">-s&nbsp;&nbsp;</label>[Produce connected components statistics.]
</td>
</tr>
</table></dl>
<p>
<table class="setup">
<tr align="left">
<td>
<label for="d_1" style="font-family: monospace">-d&nbsp;&nbsp;
<input type="input" name="d" size="2" maxlength="2" style="padding-left:4px">
</label>&nbsp;&nbsp;[Details for this length.]
</td>
</tr>
</table></dl>
<p>
<table class="setup">
<tr align="left">
<td>
<label for="i" style="font-family: monospace">-i&nbsp;&nbsp;
<input type="input" name="i" size="20" maxlength="50" style="padding-left:4px"></label>&nbsp;&nbsp;[Ignore this file.]
</td>
</tr>
</table></dl>
<p>
<table class="setup">
<tr align="left">
<td><input type="checkbox" name="bf" id="bf" value="on">
<label for="bf" style="font-family: monospace">-bf&nbsp;&nbsp;</label>[By origin file.]
</td>
</tr>
</table></dl>
<p>
[<span style="color:#FF0000;">WARNING</span>: The following three options result in irreversible deletions. Having a backup archive is recommended.]
%(
<span style="color:#FF0000;">WARNING</span>: The following three options result
in irreversible deletions. Having a backup archive is recommended.
%)
<p>
<table class="setup">
<tr align="left">
<td>
<label for="del_1" style="font-family: monospace">-del
<input type="input" name="del" size="5" maxlength="2" style="padding-left:4px"></label>&nbsp;&nbsp;[Ask for deleting branches whose size <= that value.]
</td>
</tr>
</table></dl>
<p>
<table class="setup">
<tr align="left">
<td>
<label for="cnt_1" style="font-family: monospace">-cnt
<input type="input" name="cnt" size="5" maxlength="2" style="padding-left:4px"></label>&nbsp;&nbsp;[Specifiy the number of branches to be deleted.]
</td>
</tr>
</table></dl>
<p>
<table class="setup">
<tr align="left">
<td><input type="checkbox" name="exact" id="exact" value="on">
<label for="exact" style="font-family: monospace">-exact&nbsp;&nbsp;</label>[Restrict deleting branches whose size = -del.]
</td>
</tr>
</table></dl>
<p>
<table class="setup">
<tr align="left">
<td>
<input type="radio" name="o" id="o" value="choice">
<label for="o1" style="font-family: monospace">-o &nbsp;
<input type="input" name="o1" size="20" maxlength="50" style="padding-left:4px"></label>&nbsp;&nbsp;[Output results to this file.]
</td>
</tr>
<p>
<tr align="left">
<td><input type="radio" name="o" id="o" value="/notes_d/connex.txt">
<label for="o" style="font-family: monospace">&nbsp;&nbsp;</label>
[Output results in basename/notes_d/connex.txt (-o must stay empty and notes_d must exist).]
</td>
</tr>
<p>
<tr align="left">
<td><input type="radio" name="o" id="o" value="" checked/>
<label for="o" style="font-family: monospace">&nbsp;&nbsp;</label>[No redirection of results.]
</td>
</tr>
</table></dl>
<p>
<li>
[Then click on this button][:]
</li>
<input type="submit" value="Ok">
</dl>
</form>
</ul>