Subversion Repositories wimsdev

Rev

Rev 7631 | Rev 10955 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1.  
  2. !read themes/$wims_theme/table.proc
  3. !if $special_parm=flydraw
  4.  
  5.  <h3 class="wimscenter">$name_doc $(swname[1])</h3>
  6. !set a=!record 0 of example.flydraw
  7. <div class="float_right">
  8. !insdraw $a
  9. </div>
  10. <textarea id="flydraw" cols="50" rows="15" name="wims_flydraw" readonly>
  11.    !read example.flydraw
  12.   </textarea>
  13. <br class="clearall" />
  14.  !read help/flydraw.phtml
  15.  !exit
  16. !endif
  17.  
  18. !if $special_parm=jsxgraph
  19.    $name_remark_jsxgraph
  20.   <textarea id="jsxbox" cols="100" rows="15" name="wims_jsxgraph" readonly>
  21.    !read example.jsxscript
  22.   </textarea>
  23.  !goto common
  24. !endif
  25.  
  26. !if $special_parm=graphviz
  27.   <textarea id="jsxbox" cols="100" rows="15" name="wims_graphviz" readonly>
  28.    !read example.graphviz
  29.   </textarea>
  30.  !goto common
  31. !endif
  32.  
  33. !if $special_parm=canvasdraw
  34.   <textarea id="canvasdraw" cols="100" rows="15" name="wims_canvasdraw" readonly>
  35.    !read example.canvasdraw
  36.   </textarea>
  37.  !goto common
  38. !endif
  39.  
  40. !if $special_parm=jmol
  41.    $name_remark_jmol
  42.   <textarea id="jmol" cols="100" rows="15" name="wims_jmol" readonly>
  43.    !read example.jmol
  44.   </textarea>
  45.  !goto common
  46. !endif
  47.  
  48. !if $special_parm=flydraw
  49.  
  50.  !goto common
  51. !endif
  52.  
  53. !if $special_parm=pari
  54. <p>
  55.  <a href="http://pari.math.u-bordeaux.fr/dochtml/html.stable/" target="wims_external">
  56.  $name_doc $(swname[6])
  57.  </a>
  58. </p>
  59. !goto common
  60. !endif
  61. :common
  62.  
  63. <form action="http://www.google.com/search">
  64. <div>
  65. <input type="submit" value="Google" /> $name_doc
  66. <select name="q">
  67. !for sw in $swname
  68.  <option value="$sw $name_doc">$sw</option>
  69. !next sw
  70. </select>
  71. </div>
  72. </form>
  73.  
  74.  
  75. !if $special_parm!=flydraw
  76. <p>
  77. !href cmd=help&special_parm=flydraw $name_doc $(swname[1])
  78. .
  79. </p>
  80. !endif
  81. !if $special_parm!=pari
  82. <p>
  83.  <a href="http://pari.math.u-bordeaux.fr/dochtml/html.stable/" target="wims_external">
  84.  $name_doc $(swname[6])
  85.  </a>
  86. </p>
  87. !endif
  88. <p>
  89. $name_restrict
  90. </p><p>
  91. !if $securetest=$empty
  92.   $name_nosecure
  93. !else
  94.   $name_c
  95. !endif
  96. </p>
  97.