Subversion Repositories wimsdev

Rev

Rev 5615 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
539 bpr 1
 
928 bpr 2
!read themes/$wims_theme/table.proc
539 bpr 3
!if $special_parm=flydraw
4
 <p><center><h3>Commandes Flydraw</h3></center><p>
5
 !read help/flydraw.phtml
6
 !exit
7
!endif
8
 
4991 bpr 9
<p>
10
!if $special_parm=jsxgraph
5581 bpr 11
   $name_remark_jsxgraph
12
  <textarea id="jsxbox" cols="100" rows="15" name="wims_jsxgraph" readonly>
13
   !read example.jsxscript
14
  </textarea>
4991 bpr 15
 !goto common
16
!endif
17
 
18
!if $special_parm=pari
19
 <a href="http://pari.math.u-bordeaux.fr/dochtml/html.stable/" target="wims_external">
20
 Commandes Pari/GP
21
 </a>
22
!goto common
23
!endif
24
</p>
25
:common
26
 
1067 bpr 27
<form action="http://www.google.com/search">
3573 bpr 28
<input type="submit" value="Recherche Google">pour la documentation de
29
<select name="q">
539 bpr 30
!for sw in $swname
5928 bpr 31
 <option value="$sw documentation">$sw</option>
539 bpr 32
!next sw
33
</select></form>
34
 
4991 bpr 35
 
36
!if $special_parm!=flydraw
539 bpr 37
<p>
38
!href cmd=help&special_parm=flydraw Documentation Flydraw
39
.
4991 bpr 40
</p>
41
!endif
42
!if $special_parm!=pari
539 bpr 43
<p>
3573 bpr 44
 <a href="http://pari.math.u-bordeaux.fr/dochtml/html.stable/" target="wims_external">
539 bpr 45
 Commandes Pari/GP
46
 </a>
5581 bpr 47
 
4991 bpr 48
!endif
49
<p>L'entrée ou la sortie de toute exécution est limitée à 16K. Pour des raisons
539 bpr 50
évidentes de sécurité, il n'y a pas d'accès au réseau, l'écriture sur des
4991 bpr 51
fichiers est limitée au répertoire actuel et peut même être totalement
52
bloquée et le temps d'exécution est limité à quelques secondes.
53
</p>
539 bpr 54
<p>
4453 bpr 55
!if $securetest=$empty
56
  D'autres logiciels sont peut-être accessibles sur d'autres serveurs wims
57
  comme <tt>$swname_comp</tt>.<p>
58
!else
539 bpr 59
Note spéciale pour l'interface C : le point d'entrée est <tt>int test(void)</tt>,
60
mais pas <tt>main()</tt>&nbsp;!
4453 bpr 61
!endif
4991 bpr 62
</p>