source: trunk/cgi-bin/cross_form_list_ftyp @ 1

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

Geisa inital import

File size: 3.3 KB
Line 
1#file=geisa_form_list_ftyp
2echo "<h3><li>"
3 echol "Choix de la forme des r&eacute;sultats" "Choosing the output configuration"
4 echo "</li></h3>"
5[ "$info" = "" ]||echo "<ul><em>$info</em></ul>"
6echo "<ul><em>"
7 echol "Les variables enti&egrave;res contenues dans le type 'binaire' sont adress&eacute;es  sur les poids forts (format 'low-end'), les variables enti&egrave;res contenues dans le type 'binaire msdos' sont adress&eacute;es sur les poids faibles (format 'high-end')" "The 'binary' type is associated with the 'low-end' byte addressing mode of integer variables while the 'binary-msdos' type is associated with the 'high-end' addressing mode of such variables"
8 echo ".</em></ul>"
9echo "<ul><em>"
10echol "Le type 'texte unix' 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 les deux caract&egrave;res CR(13)LF(10)" "'unix text' records are always terminated with one LF(10) character while 'msdos text' records are delimited with both CR(13) and LF(10) characters"
11 echo ".</em></ul>"
12echo "<ul><em>"
13 echol "affichage" "display"
14 echo ":</em>&nbsp;"
15echon "<input type=\"radio\" name=\"List\" value=\"oui\">"
16 echol "complet" "full"
17echon " &nbsp;&nbsp;<input type=\"radio\" name=\"List\" value=\"\" checked>"
18 echol "r&eacute;sum&eacute;" "shortened"
19#echo "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"
20if [ `expr "$HTTP_USER_AGENT" : '.*Win'` = 0 ]; then
21unix=checked; sunix="<u>"; eunix="</u>"; msdos=; smsdos=; emsdos=;
22else unix=; sunix=; eunix=; msdos=checked; smsdos="<u>"; emsdos="</u>"; fi
23echo "<br><em>"
24 echol "nom fichier" "file name"
25 echo ":</em>&nbsp;"
26echon "<input type=\"radio\" name=\"Style\" value=\"unix\" $unix>$sunix"
27 echoln "compatible <em>unix</em>" "<em>unix</em> compatible"
28 echo "$eunix"
29echon " &nbsp;&nbsp;<input type=\"radio\" name=\"Style\" value=\"msdos\"$msdos>$smsdos"
30 echoln "compatible <em>msdos</em>" "<em>msdos</em> compatible"
31 echo "$emsdos"
32echo "<br><em>"
33 echol "type fichier" "file type"
34 echo ":</em>&nbsp;"
35echon "<input type=\"radio\" name=\"Ftypo\" value=\"\">"
36 echol "pas de fichier" "no file"
37echon "<input type=\"radio\" name=\"Ftypo\" value=\"texte\" $unix>$sunix"
38 echoln "texte <em>unix</em>" "<em>unix</em> text"
39 echo "$eunix"
40echon "<input type=\"radio\" name=\"Ftypo\" value=\"texte_msdos\" $msdos>$smsdos"
41 echoln "texte <em>msdos</em>" "<em>msdos</em> text"
42 echo "$emsdos"
43echon "<input type=\"radio\" name=\"Ftypo\" value=\"binaire\">$sunix"
44 echoln "binaire" "binary"
45 echo "$eunix"
46echon "<input type=\"radio\" name=\"Ftypo\" value=\"binaire_msdos\">$smsdos"
47 echol "binaire <em>msdos</em>" "binary <em>msdos</em>"
48 echo "$emsdos"
49echo "<br><em>"
50 echol "compression fichier" "compressing mode"
51 echo ":</em>&nbsp;"
52echon "<input type=\"radio\" name=\"Fcomo\" value=\"\">"
53 echol "aucune" "none"
54echo "<input type=\"radio\" name=\"Fcomo\" value=\"Z\" checked>compress<em> (.Z)</em>"
55echo "<input type=\"radio\" name=\"Fcomo\" value=\"gz\">gzip<em> (.gz)</em>"
56echo "</ul>"
57echo "<ul><em>"
58echol "Les choix soulign&eacute;s donnent les valeurs pr&eacute;f&eacute;rentielles d&eacute;termin&eacute;es par la connexion actuelle" "Underlined choices are those preferred values inherent to the current connection"
59 echo ".</em></ul>"
Note: See TracBrowser for help on using the repository browser.