Subversion Repositories wimsdev

Rev

Rev 20 | 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. You're working on an <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> exercice.<br>
  8. <br>
  9. <center>
  10.  <table  style="width:615px;background-color:$module_about_bgcolor">
  11.    <caption>
  12.    Informations about this exercice :
  13.    </caption>
  14.    <tbody>
  15.    
  16.    !if $author!=$empty
  17.    <tr>
  18.      <th>Author of $wims_name_this_exercice</th>
  19.      <td>
  20.        !if $email!=$empty
  21.          !mailurl $email $author
  22.        .
  23.        !else
  24.          $author.
  25.        !endif
  26.      </td>
  27.    </tr>
  28.    !endif
  29.    <tr>
  30.      <th>Solution / Hint</th>
  31.      <td>
  32.        !if $solution!=$empty and $hint!=$empty
  33.          $wims_name_this_exercice contains both an explained solution and a hint.
  34.        !endif
  35.        !if $solution!=$empty and $hint=$empty
  36.          $wims_name_this_exercice has an explained solution but no hint.
  37.        !endif
  38.        !if $solution=$empty and $hint!=$empty
  39.          $wims_name_this_exercice contains a hint but no explained solution.
  40.        !endif
  41.        !if $solution$hint=$empty
  42.          $wims_name_this_exercice has neither explained solution nor hint.
  43.        !endif
  44.      </td>
  45.    <tr>
  46.      <th>$wims_name_permalink<br><small>($wims_name_Link_for_bookmark)</small></th>
  47.      <td><ul>
  48.          <li>Link for $wims_name_this_exercice :
  49.            !set exolink=$wims_ref_name?module=$module&amp;cmd=new&amp;exo=$thisexo
  50.            <a href="$exolink">$exolink</a>
  51.          </li>
  52.          !if $module_init_parm!=$empty
  53.            <li>Link for $wims_name_this_config :            
  54.              !set configlink=$wims_ref_name?module=$module&amp;cmd=new&amp;$module_init_parm
  55.              <a href="$configlink">$configlink</a>
  56.            </li>
  57.          !endif
  58.        </ul></td>
  59.    </tr>
  60.    <tr>
  61.      <th>$wims_name_embeddable :<small> ($wims_name_copy_and_paste $wims_name_the_code $wims_name_on_your_site)</small></th>
  62.      <td><ul>
  63.          <li>
  64.            !set exolink=$wims_ref_name?module=$module&amp;cmd=new&amp;exo=$thisexo
  65.            $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>
  66.          </li>
  67.          <li>
  68.            !if $module_init_parm!=$empty
  69.              !set exolink=$wims_ref_name?module=$module&amp;cmd=new&amp;$module_init_parm
  70.            !else
  71.              !set exolink=$wims_ref_name?module=$module&amp;cmd=new
  72.            !endif
  73.            
  74.            $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>
  75.            
  76.          </li>
  77.        </ul></td>
  78.    </tr>
  79.    </tbody>
  80.    
  81.  </table>
  82. </center>
  83. <p> $wims_name_this_exercice is from a collection of exercices, from which are these informations :</p>
  84. <hr>
  85. <p> $module_about </p>
  86. The copyright of the exercises belong to their respective authors.
  87.  
  88. !changeto NEWS.phtml
  89.