Rev 1764 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1764 | Rev 1882 | ||
|---|---|---|---|
| Line 1... | Line -... | ||
| 1 | !set email=!trim $email |
- | |
| 2 | !set author=!trim $author |
- | |
| 3 | - | ||
| 4 | !set embedabble_height= 600 |
- | |
| 5 | !set embedabble_width= 100% |
- | |
| 6 | - | ||
| 7 | - | ||
| 8 | State lavorando su un esercizio di tipo <a href="$wims_ref_name?module=help/teacher/faq.fr&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 | Informazioni su questo esercizio: |
- | |
| 14 | </caption> |
- | |
| 15 | <tbody> |
- | |
| 16 | - | ||
| 17 | !if $author!=$empty |
- | |
| 18 | <tr class="odd"> |
- | |
| 19 | <th>Autore di $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>$name_Solution / $name_Hint</th> |
- | |
| 32 | <td> |
- | |
| 33 | !if $solution!=$empty and $hint!=$empty |
- | |
| 34 | È disponibile sia un suggerimento che la souluzione completa dell'esercizio. |
- | |
| 35 | !endif |
- | |
| 36 | !if $solution!=$empty and $hint=$empty |
- | |
| 37 | È disponibile la soluzione dell'esercizio. |
- | |
| 38 | !endif |
- | |
| 39 | !if $solution=$empty and $hint!=$empty |
- | |
| 40 | è disponibile un suggerimento per l'esercizio (ma non la soluzione). |
- | |
| 41 | !endif |
- | |
| 42 | !if $solution$hint=$empty |
- | |
| 43 | Non sono disponibili né suggerimenti, né soluzioni. |
- | |
| 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>Link per $wims_name_this_exercice: |
- | |
| 50 | !set exolink=$wims_ref_name?module=$module&cmd=new&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&cmd=new&$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&cmd=new&exo=$thisexo |
- | |
| 66 |
|
1 | !changeto oef/about.phtml |
| 67 | </li> |
- | |
| 68 | <li> |
- | |
| 69 | !if $module_init_parm!=$empty |
- | |
| 70 | !set exolink=$wims_ref_name?module=$module&cmd=new&$module_init_parm |
- | |
| 71 | !else |
- | |
| 72 | !set exolink=$wims_ref_name?module=$module&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"><iframe src="$configlink&embededwindow=true" width="$embedabble_width" height="$embedabble_height"></iframe></textarea> |
- | |
| 76 | |
- | |
| 77 | </li> |
- | |
| 78 | </ul></td> |
- | |
| 79 | </tr> |
- | |
| 80 | </tbody> |
- | |
| 81 | |
- | |
| 82 | </table> |
- | |
| 83 | </center> |
- | |
| 84 | <p>Questo esercizio fa parte di una collezione di esercizi (modulo), queste |
- | |
| 85 | sono le informazioni relative a questa collezione. |
- | |
| 86 | <hr> |
- | |
| 87 | </p> |
- | |
| 88 | <p>$module_about </p> |
- | |
| 89 | Il copyright degli esercizi appartiene ai rispettivi autori. |
- | |
| 90 | - | ||
| 91 | !changeto NEWS.phtml |
- | |