source: ether_geisa/trunk/cgi-bin/geisa_form_putfpars @ 3

Last change on this file since 3 was 1, checked in by cbipsl, 18 years ago

Geisa inital import

File size: 3.0 KB
Line 
1#file=geisa_form_putfpars
2if expr "$HTTP_USER_AGENT" : '.*Windows' \| "$HTTP_USER_AGENT" : '.*Win95' \| "$HTTP_USER_AGENT" : '.*WinNT' \| "$HTTP_USER_AGENT" : '.*Macintosh'>/dev/null;then msc=checked;msu="<u>";mseu="</u>";else uxc=checked;uxu="<u>";uxeu="</u>";fi
3echo "<h3><li>"
4 echol "Choix de la forme des r&eacute;sultats" "Choosing the output configuration"
5 echo "</li></h3>"
6[ "$info" = "" ]||echo "<ul><em>$info</em></ul>"
7echo "<ul><em>"
8echol "Le type 'texte' g&eacute;n&egrave;re des enregistrements termin&eacute;s par le caract&egrave;re LF(10), le type 'texte msdos' g&eacute;n&egrave;re des enregistrements termin&eacute;s par deux caract&egrave;res CR(13)LF(10)" "'text' records are always terminated with one LF(10) character while 'text msdos' records are delimited with both CR(13) and LF(10) characters"
9 echo ".</em></ul>"
10echo "<ul><em>"
11 echol "Les variables num&eacute;riques contenues dans le type 'binaire' sont adress&eacute;es sur les poids forts (format 'big-endian'),<br>les variables num&eacute;riques contenues dans le type 'binaire msdos' sont adress&eacute;es sur les poids faibles (format 'little-endian')" "The 'binary' type is associated with the 'big-endian' byte ordering of numeric variables<br>while the 'binary-msdos' type is associated with the 'low-endian' ordering mode of such variables"
12 echo ".</em></ul>"
13echo "<ul><em>"
14echol "Les types soulign&eacute;s correspondent &agrave votre syst&egrave;me" "Underlined types are the preferered choices for your system"
15 echo ".</em></ul>"
16echo "<ul><em>"
17 echol "affichage" "display"
18 echo ":</em>&nbsp;"
19echon "<input type=\"radio\" name=\"List\" value=\"oui\">"
20 echol "complet" "full"
21echon " &nbsp;&nbsp;<input type=\"radio\" name=\"List\" value=\"\" checked>"
22 echol "r&eacute;sum&eacute;" "shortened"
23echo "<br><em>"
24 echol "type fichier" "file type"
25 echo ":</em>&nbsp;"
26echon "<input type=\"radio\" name=\"Ftypo\" value=\"off\">"
27 echol "ne pas cr&eacute;er de fichier" "no file"
28echon " &nbsp;&nbsp;<input type=\"radio\" name=\"Ftypo\" value=\"formate\" $uxc> $uxu"
29 echol "texte" "text"
30echo "$uxeu<em> (.txt)</em>"
31echon " &nbsp;&nbsp;<input type=\"radio\" name=\"Ftypo\" value=\"formate_m\" $msc> $msu"
32 echol "texte msdos" "text msdos"
33echo "$mseu<em> (.txt)</em>"
34echon " &nbsp;&nbsp;<input type=\"radio\" name=\"Ftypo\" value=\"binaire\"> $uxu"
35 echol "binaire" "binary"
36echo "$uxeu<em> (.bin)</em>"
37echon " &nbsp;&nbsp;<input type=\"radio\" name=\"Ftypo\" value=\"binaire_m\"> $msu"
38 echol "binaire msdos" "binary msdos"
39echo "$mseu<em> (.bim)</em>"
40echo "<br><em>"
41 echol "compression" "compress mode"
42 echo ":</em>&nbsp;"
43echon "<input type=\"radio\" name=\"Fcomo\" value=\"\">"
44 echol "aucune" "none"
45echo " &nbsp;&nbsp;<input type=\"radio\" name=\"Fcomo\" value=\"Z\">compress<em> (.Z)</em>"
46echo " &nbsp;&nbsp;<input type=\"radio\" name=\"Fcomo\" value=\"gz\" $uxc>gzip<em> (.gz)</em>"
47echo " &nbsp;&nbsp;<input type=\"radio\" name=\"Fcomo\" value=\"z\" $msc>zip<em> (.zip)</em>"
48echo " &nbsp;&nbsp;<input type=\"radio\" name=\"Fcomo\" value=\"bz2\">bzip2<em> (.bz2)</em>"
49echo "</ul>"
Note: See TracBrowser for help on using the repository browser.