Subversion Repositories wimsdev

Rev

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

  1. !set st=style="color:#CC0000; font:bold;"
  2. !set Type_exo = $(type_exo)
  3. !set my_dir=lang/answer.$modu_lang
  4. <div $frame>
  5. !set wims_form_method=file
  6. !form reply
  7.  
  8. <p class="wimscenter"><input type="submit" $balise_obl  value="$wims_name_back2"/></p>
  9.   <p>
  10. !record 1 of lang/answer.$modu_lang
  11. </p>
  12. !!@#Voici le source de votre exercice!!#@
  13. $(type_exo)
  14. <ul>
  15.   <li>
  16. !record 2 of lang/answer.$modu_lang
  17. !!@#Copiez le source dans un module Modtool sous le nom!!#@
  18.  <tt $st>src/$file.oef</tt>
  19.   </li>
  20. !if $file notsametext
  21.   <li>
  22. !record 3 of $my_dir
  23. !!@#Copiez votre fichier de données dans le fichier!!#@
  24.  <tt $st>$file</tt>
  25.   !href cmd=help&special_parm=$(Type_exo[1]) [$wims_name_help]
  26.   </li>
  27. !endif
  28. !if $reading_file notsametext  and $reading_file notsametext no
  29.   <li>
  30. !record 4 of $my_dir
  31. !!@#Copiez votre texte à lire dans le fichier!!#@
  32.  <tt $st>$reading_file</tt>
  33.   </li>
  34. !endif
  35. !if $audio_file notsametext  and $audio_file notsametext no
  36.   <li>
  37. !record 5 of $my_dir
  38. !!@#Chargez le fichier !!#@
  39.  <tt $st>images/$audio_file</tt>
  40. !record 6 of $my_dir
  41. !!@#dans le dossier!!#@
  42.  <tt $st>images</tt></li>
  43. !endif
  44. !if $image_file notsametext and $image_file notsametext no
  45.   <li>
  46. !record 5 of $my_dir
  47. !!@#Chargez le fichier image!!#@
  48.   <tt $st>images/$image_file</tt>
  49. !record 6 of $my_dir
  50. !!@#dans le dossier!!#@
  51.   <tt $st>images</tt></li>
  52. !endif
  53. !if http notwordof $video_file and $video_file notsametext  and $video_file notsametext no
  54.   <li>
  55. !record 5 of $my_dir
  56. !!@#Chargez le fichier video!!#@
  57.    <tt $st>$video_file</tt>
  58. !record 6 of $my_dir
  59. !!@# dans le dossier !!#@
  60.   <tt $st>images</tt></li>
  61. !endif
  62. </ul>
  63. !href target=wims_test module=adm/modtool&modreq=$target $wims_name_modtool
  64.  
  65. !href session=$wims_session&module=adm/modtool&modreq=$target $name_sup_file
  66. <div class="wimscenter">
  67. <textarea rows="30" cols="70" readonly>$exo</textarea>
  68. </div>
  69.  
  70. <div class="wimscenter wimsform"><input type="submit" $balise_obl  value="$wims_name_back2"/></div>
  71. </div>
  72. !formend