Subversion Repositories wimsdev

Rev

Rev 9779 | Rev 11902 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !if $module=home or $module=
  2.  !goto home
  3. !else
  4.  $module_about
  5. !endif
  6. !if $module_require=$empty
  7.  !goto end
  8. !endif
  9.  
  10. !set wims_multiexec=
  11. !read lang/names.phtml.$lang
  12. !if $lang_script_exists!=yes
  13.  !read lang/names.phtml.en
  14. !endif
  15. <p>$name_prompt_about</p>
  16. <ul>
  17. !for s in $module_require
  18.  !if $s iswordof pari maxima povray m2 octave coq graphviz yacas gnuplot
  19.   <li>
  20.   !exec $s about
  21. .
  22.  </li>
  23.  !endif
  24. !next s
  25. </ul>
  26. :end
  27. !changeto NEWS.phtml
  28.  
  29. :home
  30. $module_about
  31. <strong>$wims_name_Version:</strong> WIMS-$wims_version $E_comp $wims_version_date.
  32. <hr/>
  33. $E_manager
  34. !mailurl $wims_site_manager\
  35. <strong>WIMS:</strong> $httpd_HTTP_HOST .
  36. <hr/>
  37.  
  38. !if $wims_theme_icon!=$empty
  39. !set icon_about=!defof title,author,description,address,version,copyright in wimshome/public_html/gifs/themes/$wims_theme_icon/INDEX
  40.   $table_header
  41.    <caption class="text_icon about">[Information Pictos]</caption>\
  42.    $table_tr<th>$wims_name_title</th><td>$(icon_about[1])</td></tr>
  43.    $table_tr<th>$wims_name_Author</th><td>$(icon_about[2])</td></tr>
  44.    $table_tr<th>$wims_name_Description</th><td>$(icon_about[3])</td></tr>
  45.    $table_tr<th>$wims_name_Address</th><td><a target="_blank" href="$(icon_about[4])">$(icon_about[4])</a></td></tr>
  46.    $table_tr<th>$wims_name_Version</th><td>$(icon_about[5])</td></tr>
  47.    $table_tr<th>$wims_name_Copyright</th><td>$(icon_about[6])</td></tr>
  48.    $table_end
  49. !endif
  50.  
  51. <h2>Change log:</h2>
  52. !!FIXME 700
  53. <pre>
  54. !sh head -n 700 html/Changelog
  55. </pre>
  56.  
  57. !if $wims_forum_limit<=1
  58.  !href target=wims_lightpopup module=adm/forum/mboard&forum=1001&lightpopup=yes Historical forum
  59. !endif
  60.