Subversion Repositories wimsdev

Rev

Rev 20 | Rev 3203 | 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. !read ./tabletheme
  8. $name_about1
  9. <a href="$wims_ref_name?module=help/teacher/faq.fr&amp;job=oef" target="_blank">
  10. <abbr lang="EN" title="Online Exercise Format">OEF</abbr></a>.<br>
  11. <br>
  12.  
  13.   $table_header
  14.     <caption>
  15.     $wims_name_exo_infos
  16.     </caption>
  17.     <tbody>
  18.    
  19.     !if $author!=$empty
  20.     $table_tr
  21.       <th>$wims_name_Author</th>
  22.       <td>
  23.         !if $email!=$empty
  24.           !mailurl $email $author
  25.         .
  26.         !else
  27.           $author.
  28.         !endif
  29.       </td>
  30.     </tr>
  31.     !endif
  32.     $table_tr
  33.       <th>$name_Solution / $name_Hint</th>
  34.       <td>
  35.         !if $solution!=$empty and $hint!=$empty
  36.           $name_hint1
  37.         !endif
  38.         !if $solution!=$empty and $hint=$empty
  39.           $name_hint2
  40.         !endif
  41.         !if $solution=$empty and $hint!=$empty
  42.           $name_hint3
  43.         !endif
  44.         !if $solution$hint=$empty
  45.           $name_hint4
  46.         !endif
  47.       </td>
  48.     $table_tr
  49.       <th>$wims_name_permalink<br><small>($wims_name_Link_for_bookmark)</small></th>
  50.       <td><ul>
  51.           <li>$name_linkfor $wims_name_this_exercice :
  52.             !set exolink=$wims_ref_name?module=$module&amp;cmd=new&amp;exo=$thisexo
  53.             <a href="$exolink">$exolink</a>
  54.           </li>
  55.           !if $module_init_parm!=$empty
  56.             <li>$name_linkfor $wims_name_this_config :            
  57.               !set configlink=$wims_ref_name?module=$module&amp;cmd=new&amp;$module_init_parm
  58.               <a href="$configlink">$configlink</a>
  59.             </li>
  60.           !endif
  61.         </ul></td>
  62.     </tr>
  63.     $table_tr
  64.       <th>$wims_name_embeddable <small> ($wims_name_copy_and_paste $wims_name_the_code $wims_name_on_your_site)</small></th>
  65.       <td><ul>
  66.           <li>
  67.             !set exolink=$wims_ref_name?module=$module&amp;cmd=new&amp;exo=$thisexo
  68.             <br>
  69.             $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>
  70.           </li>
  71.           <li>
  72.             !if $module_init_parm!=$empty
  73.               !set exolink=$wims_ref_name?module=$module&amp;cmd=new&amp;$module_init_parm
  74.             !else
  75.               !set exolink=$wims_ref_name?module=$module&amp;cmd=new
  76.             !endif
  77.             <br>
  78.             $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>
  79.            
  80.           </li>
  81.         </ul></td>
  82.     </tr>
  83.     </tbody>
  84.    
  85.   </table>
  86. </center>
  87. <p> $name_collection
  88. <hr>
  89.  
  90. <p> $module_about <p>
  91. $name_copyr
  92.  
  93. !changeto NEWS.phtml
  94.  
  95.