Subversion Repositories wimsdev

Rev

Rev 14292 | 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.  <span class="tt" $st>src/$file.oef</span>
  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.  <span class="tt" $st>$file</span>
  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.  <span class="tt" $st>$reading_file</span>
  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.  <span class="tt" $st>images/$audio_file</span>
  40.   !record 6 of $my_dir
  41.   !!@#dans le dossier!!#@
  42.  <span class="tt" $st>images</span></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.  <span class="tt" $st>images/$image_file</span>
  49.   !record 6 of $my_dir
  50.   !!@#dans le dossier!!#@
  51.  <span class="tt" $st>images</span></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.  <span class="tt" $st>$video_file</span>
  58.   !record 6 of $my_dir
  59.   !!@# dans le dossier !!#@
  60.  <span class="tt" $st>images</span></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="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
  73.