!set author
=!trim $author
!set embedabble_height= 600
!set embedabble_width= 100%
You're working on an <a href="$wims_ref_name?module=help/teacher/faq.fr&job=oef" target="_blank"><abbr lang="EN" title="Online Exercise Format">OEF</abbr></a> exercice.<br>
<br>
<center>
<table style="width:615px;background-color:$module_about_bgcolor">
<caption>
Informations about this exercice :
</caption>
<tbody>
!if $author!=$empty
<tr>
<th>Author of $wims_name_this_exercice</th>
<td>
!if $email!=$empty
!mailurl $email $author
.
!else
$author.
!endif
</td>
</tr>
!endif
<tr>
<th>Solution / Hint</th>
<td>
!if $solution!=$empty and $hint!=$empty
$wims_name_this_exercice contains both an explained solution and a hint.
!endif
!if $solution!=$empty and $hint=$empty
$wims_name_this_exercice has an explained solution but no hint.
!endif
!if $solution=$empty and $hint!=$empty
$wims_name_this_exercice contains a hint but no explained solution.
!endif
!if $solution$hint=$empty
$wims_name_this_exercice has neither explained solution nor hint.
!endif
</td>
<tr>
<th>$wims_name_permalink<br><small>($wims_name_Link_for_bookmark)</small></th>
<td><ul>
<li>Link for $wims_name_this_exercice :
!set exolink=$wims_ref_name?module=$module&cmd=new&exo=$thisexo
<a href="$exolink">$exolink</a>
</li>
!if $module_init_parm!=$empty
<li>Link for $wims_name_this_config :
!set configlink=$wims_ref_name?module=$module&cmd=new&$module_init_parm
<a href="$configlink">$configlink</a>
</li>
!endif
</ul></td>
</tr>
<tr>
<th>$wims_name_embeddable :<small> ($wims_name_copy_and_paste $wims_name_the_code $wims_name_on_your_site)</small></th>
<td><ul>
<li>
!set exolink=$wims_ref_name?module=$module&cmd=new&exo=$thisexo
$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" ><iframe src="$exolink&embededwindow=true" width="$embedabble_width" height="$embedabble_height"></iframe></textarea>
</li>
<li>
!if $module_init_parm!=$empty
!set exolink=$wims_ref_name?module=$module&cmd=new&$module_init_parm
!else
!set exolink=$wims_ref_name?module=$module&cmd=new
!endif
$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"><iframe src="$configlink&embededwindow=true" width="$embedabble_width" height="$embedabble_height"></iframe></textarea>
</li>
</ul></td>
</tr>
</tbody>
</table>
</center>
<p> $wims_name_this_exercice is from a collection of exercices, from which are these informations :</p>
<hr>
<p> $module_about </p>
The copyright of the exercises belong to their respective authors.
!changeto NEWS.phtml