Rev 17017 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 14098 | obado | 1 | !! About window for an OEF module / exercise |
| 2 | |||
| 1882 | bpr | 3 | !set email=!trim $email |
| 4 | !set author=!trim $author |
||
| 20 | reyssat | 5 | |
| 1882 | bpr | 6 | !set embedabble_height= 600 |
| 7 | !set embedabble_width= 100% |
||
| 8 | |||
| 14098 | obado | 9 | !if $thisexo != $empty |
| 10 | <p> |
||
| 11 | $name_about1 |
||
| 12 | <a href="$wims_ref_name?module=help/teacher/faq&job=oef" target="_blank"> |
||
| 13 | <abbr lang="en" title="Online Exercise Format">OEF</abbr></a>. |
||
| 14 | </p> |
||
| 15 | |||
| 1882 | bpr | 16 | !read ./tabletheme |
| 5939 | bpr | 17 | !reset table_center |
| 10893 | obado | 18 | $table_header |
| 19 | <caption>$wims_name_exo_infos</caption> |
||
| 20 | <tbody> |
||
| 14098 | obado | 21 | !if $author!=$empty |
| 22 | !! define $script_cnt, script_out in a standarized form depending on language (scripts/name.phtml) |
||
| 23 | !read namewriting.phtml $author |
||
| 1882 | bpr | 24 | $table_tr |
| 10893 | obado | 25 | <th>$wims_name_Author</th> |
| 7680 | bpr | 26 | <td> |
| 14098 | obado | 27 | !set email=!replace internal ; by , in $email |
| 28 | !for au=1 to $script_cnt |
||
| 29 | !if $(email[$au])!=$empty |
||
| 30 | !mailurl $(email[$au]) $(script_out[$au]) |
||
| 31 | !else |
||
| 32 | $(script_out[$au]) |
||
| 33 | !endif |
||
| 34 | $ |
||
| 35 | !next |
||
| 1882 | bpr | 36 | </td> |
| 37 | </tr> |
||
| 14098 | obado | 38 | !endif |
| 39 | $table_tr |
||
| 40 | <th>$wims_name_Address</th> |
||
| 41 | <td> |
||
| 42 | !if $exo!=$empty |
||
| 43 | $module&$module_init_parm |
||
| 44 | !else |
||
| 45 | $module |
||
| 46 | !endif |
||
| 47 | </td> |
||
| 48 | </tr> |
||
| 49 | !if $solution$hint!=$empty |
||
| 50 | $table_tr |
||
| 51 | <th>$name_Solution / $name_Hint</th> |
||
| 11426 | bpr | 52 | <td> |
| 14098 | obado | 53 | !if $solution!=$empty and $hint!=$empty |
| 54 | $name_hint1 |
||
| 55 | !endif |
||
| 56 | !if $solution!=$empty and $hint=$empty |
||
| 57 | $name_hint2 |
||
| 58 | !endif |
||
| 59 | !if $solution=$empty and $hint!=$empty |
||
| 60 | $name_hint3 |
||
| 61 | !endif |
||
| 62 | !if $solution$hint=$empty |
||
| 63 | $name_hint4 |
||
| 64 | !endif |
||
| 65 | </td> |
||
| 66 | </tr> |
||
| 12348 | bpr | 67 | !endif |
| 14098 | obado | 68 | !if $keywords!=$empty |
| 69 | $table_tr<th>$wims_name_Keywords</th> |
||
| 70 | <td>$keywords</td></tr> |
||
| 12348 | bpr | 71 | !endif |
| 14962 | bpr | 72 | !if $oefobservation!=$empty and $wims_user=supervisor |
| 14961 | bpr | 73 | $table_tr<th>$name_Observation</th> |
| 74 | <td>$oefobservation</td></tr> |
||
| 75 | !endif |
||
| 17017 | bpr | 76 | !if $translation_language!=$empty |
| 77 | $table_tr<th>$wims_name_Language</th> |
||
| 78 | <td> |
||
| 79 | !module language $module |
||
| 80 | $translation_language</td></tr> |
||
| 81 | !endif |
||
| 14098 | obado | 82 | $table_tr |
| 83 | !if $module_init_parm == $empty |
||
| 84 | !set permalien=$wims_ref_name?module=$module |
||
| 85 | !set permalien1=$wims_ref_name?module=adm/raw&emod=$module |
||
| 86 | !else |
||
| 87 | !set exolink=$wims_ref_name?module=$module&cmd=new&exo=$thisexo |
||
| 88 | !set configlink=$wims_ref_name?module=$module&cmd=new&$module_init_parm |
||
| 89 | !set module_init_parm1=!replace internal &+ by ; in $module_init_parm |
||
| 90 | !set module_init_parm1=!replace internal & by ; in $module_init_parm1 |
||
| 91 | !set module_init_parm1=!replace internal & by ; in $module_init_parm1 |
||
| 92 | !set module_init_parm1=cmd=new;$module_init_parm1 |
||
| 93 | !set configlink1=$wims_ref_name?module=adm/raw&job=lightpopup&emod=$module&parm=$module_init_parm1&option=noabout |
||
| 94 | !read ./oef/urlencode.proc |
||
| 95 | !endif |
||
| 96 | <th>$wims_name_permalink</th> |
||
| 97 | <td> |
||
| 98 | $wims_name_permalink_desc |
||
| 99 | <ul> |
||
| 100 | !set exolink=$wims_ref_name?module=$module&cmd=new&exo=$thisexo |
||
| 101 | <li>$name_linkfor $wims_name_this_exercice : |
||
| 102 | <a href="$exolink">$exolink</a> |
||
| 10893 | obado | 103 | </li> |
| 14098 | obado | 104 | !if $module_init_parm!=$empty |
| 105 | !set configlink=$wims_ref_name?module=$module&cmd=new&$module_init_parm |
||
| 106 | <li>$name_linkfor $wims_name_this_config: |
||
| 107 | <a href="$configlink">$configlink</a> |
||
| 108 | </li> |
||
| 109 | !set module_init_parm1=!replace internal &+ by ; in $module_init_parm |
||
| 110 | !set module_init_parm1=!replace internal & by ; in $module_init_parm1 |
||
| 111 | !set module_init_parm1=!replace internal &+ by ; in $module_init_parm1 |
||
| 112 | !set module_init_parm1=!replace internal & by ; in $module_init_parm1 |
||
| 113 | !set module_init_parm1=cmd=new;$module_init_parm1 |
||
| 114 | !set configlink1=$wims_ref_name?module=adm/raw&job=lightpopup&emod=$module&parm=$module_init_parm1&option=noabout |
||
| 115 | <li>"light" link (without interface) : |
||
| 10893 | obado | 116 | <a href="$configlink1">$configlink1</a> |
| 117 | </li> |
||
| 14098 | obado | 118 | <!--li>Beta : <a href="$widget_link">Download a widget for Apple iBooks Author</a></li--> |
| 119 | !endif |
||
| 10893 | obado | 120 | </ul> |
| 121 | </td> |
||
| 122 | </tr> |
||
| 123 | $table_tr |
||
| 124 | <th>$wims_name_embeddable</th> |
||
| 14098 | obado | 125 | <td class="field"> |
| 126 | <p>$wims_name_copy_and_paste $wims_name_the_code $wims_name_on_your_site</p> |
||
| 4805 | obado | 127 | <ul> |
| 14098 | obado | 128 | !set exolink=$wims_ref_name?module=$module&cmd=new&exo=$thisexo |
| 10893 | obado | 129 | <li> |
| 14098 | obado | 130 | <label for="embed_one_exo">$wims_name_display <strong>$wims_name_this_exercice</strong> $wims_name_on_your_site:</label> |
| 131 | <textarea id="embed_one_exo" class="copy_text" rows="3" cols="50" readonly="readonly" ><iframe src="$exolink&embededwindow=true" width="$embedabble_width" height="$embedabble_height"></iframe></textarea> |
||
| 11424 | bpr | 132 | </li><li> |
| 14098 | obado | 133 | !if $module_init_parm!=$empty |
| 134 | !set exolink=$wims_ref_name?module=$module&cmd=new&$module_init_parm |
||
| 135 | !else |
||
| 136 | !set exolink=$wims_ref_name?module=$module&cmd=new |
||
| 137 | !endif |
||
| 138 | <label for="embed_setup">$wims_name_display <strong>$wims_name_this_config</strong> $wims_name_on_your_site:</label> |
||
| 139 | <textarea id="embed_setup" class="copy_text" rows="3" cols="50" readonly="readonly"><iframe src="$configlink&embededwindow=true" width="$embedabble_width" height="$embedabble_height"></iframe></textarea> |
||
| 11424 | bpr | 140 | </li><li> |
| 14098 | obado | 141 | <label for="embed_setup_light">$wims_name_display <strong>$wims_name_this_config</strong> $wims_name_on_your_site ("light" version):</label> |
| 142 | <textarea id="embed_setup_light" class="copy_text" rows="3" cols="50" readonly="readonly"><iframe src="$configlink1" width="$embedabble_width" height="$embedabble_height"></iframe></textarea> |
||
| 10893 | obado | 143 | </li> |
| 144 | </ul> |
||
| 145 | </td> |
||
| 146 | </tr> |
||
| 147 | </tbody> |
||
| 14098 | obado | 148 | $table_end |
| 149 | <p class="name_collection">$name_collection</p> |
||
| 17172 | bpr | 150 | <hr> |
| 14098 | obado | 151 | !endif |
| 1882 | bpr | 152 | |
| 14098 | obado | 153 | <div id="module_about">$module_about</div> |
| 154 | <p>$name_copyr</p> |
||
| 155 | |||
| 1882 | bpr | 156 | !changeto NEWS.phtml |