Subversion Repositories wimsdev

Rev

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

  1. !set email=!trim $email
  2. !set author=!trim $author
  3.  
  4. !set embedabble_height= 600
  5. !set embedabble_width= 100%
  6.  
  7.  
  8. Vous travaillez actuellement sur un exercice de type <a href="$wims_ref_name?module=help/teacher/faq.fr&amp;job=oef" target="_blank"><abbr lang="EN" title="Online Exercise Format">OEF</abbr></a>.<br>
  9. <br>
  10. <center>
  11.   <table  style="width:615px;background-color:$module_about_bgcolor">
  12.     <caption>
  13.     Informations sur cet exercice :
  14.     </caption>
  15.     <tbody>
  16.    
  17.     !if $author!=$empty
  18.     <tr class="odd">
  19.       <th>Auteur de $wims_name_this_exercice</th>
  20.       <td>
  21.         !if $email!=$empty
  22.           !mailurl $email $author
  23.         .
  24.         !else
  25.           $author.
  26.         !endif
  27.       </td>
  28.     </tr>
  29.     !endif
  30.     <tr class="even">
  31.       <th>Solution / Indication</th>
  32.       <td>
  33.         !if $solution!=$empty and $hint!=$empty
  34.           Cet exercice contient à la fois une solution expliquée et une indication.
  35.         !endif
  36.         !if $solution!=$empty and $hint=$empty
  37.           Cet exercice contient une solution expliquée mais pas d'indication.
  38.        !endif
  39.        !if $solution=$empty and $hint!=$empty
  40.          Cet exercice contient une indication mais pas de solution expliquée.
  41.        !endif
  42.        !if $solution$hint=$empty
  43.          Cet exercice ne contient ni solution expliquée ni indication.
  44.        !endif
  45.      </td>
  46.    <tr class="odd">
  47.      <th>$wims_name_permalink<br><small>($wims_name_Link_for_bookmark)</small></th>
  48.      <td><ul>
  49.          <li>Lien pour $wims_name_this_exercice :
  50.            !set exolink=$wims_ref_name?module=$module&amp;cmd=new&amp;exo=$thisexo
  51.            <a href="$exolink">$exolink</a>
  52.          </li>
  53.          !if $module_init_parm!=$empty
  54.            <li>Lien pour $wims_name_this_config :            
  55.              !set configlink=$wims_ref_name?module=$module&amp;cmd=new&amp;$module_init_parm
  56.              <a href="$configlink">$configlink</a>
  57.            </li>
  58.          !endif
  59.        </ul></td>
  60.    </tr>
  61.    <tr class="even">
  62.      <th>$wims_name_embeddable :<small> ($wims_name_copy_and_paste $wims_name_the_code $wims_name_on_your_site)</small></th>
  63.      <td><ul>
  64.          <li>
  65.            !set exolink=$wims_ref_name?module=$module&amp;cmd=new&amp;exo=$thisexo
  66.            $wims_name_display <strong>$wims_name_this_exercice</strong> $wims_name_on_your_site ($wims_name_copy_and_paste $wims_name_the_code $wims_name_on_your_site) : <textarea  style="vertical-align:middle" rows="3" cols="50" readonly="readonly" >&lt;iframe src="$exolink&amp;embededwindow=true" width="$embedabble_width" height="$embedabble_height"&gt;&lt;/iframe&gt;</textarea>
  67.          </li>
  68.          <li>
  69.            !if $module_init_parm!=$empty
  70.              !set exolink=$wims_ref_name?module=$module&amp;cmd=new&amp;$module_init_parm
  71.            !else
  72.              !set exolink=$wims_ref_name?module=$module&amp;cmd=new
  73.            !endif
  74.            
  75.            $wims_name_display <strong>$wims_name_this_config</strong> $wims_name_on_your_site : <textarea  style="vertical-align:middle" rows="3" cols="50" readonly="readonly">&lt;iframe src="$configlink&amp;embededwindow=true" width="$embedabble_width" height="$embedabble_height"&gt;&lt;/iframe&gt;</textarea>
  76.            
  77.          </li>
  78.        </ul></td>
  79.    </tr>
  80.    </tbody>
  81.    
  82.  </table>
  83. </center>
  84. <p> Cet exercice est tiré d'une collection d'exercices (module), dont voici les informations :
  85. <hr>
  86. </p>
  87. <p> $module_about </p>
  88. Les droits d'auteur des exercices appartiennent à leurs auteurs respectifs.
  89.  
  90. !changeto NEWS.phtml