Subversion Repositories wimsdev

Rev

Rev 12175 | 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.  
  16. <p>$name_prompt_about</p>
  17. <ul>
  18. !for s in $module_require
  19.   !if $s iswordof pari maxima povray m2 octave coq graphviz yacas gnuplot
  20.     <li>
  21.       !exec $s about
  22. .
  23.     </li>
  24.   !endif
  25. !next s
  26. </ul>
  27. :end
  28. !changeto NEWS.phtml
  29.  
  30. :home
  31.  
  32. $module_about
  33.  
  34. <h2>$E_manager</h2>
  35. <div>
  36.   $name_wimsabout1 $E_manager
  37.   !mailurl $wims_site_manager $wims_site_manager\
  38.   [WIMS] $httpd_HTTP_HOST
  39.   $name_wimsabout2
  40. </div>
  41.  
  42. <h2>$wims_name_Version</h2>
  43. <div><span class="tt">WIMS-$wims_version</span> $E_comp $wims_version_date.</div>
  44. <p>
  45.   $name_wims_licence &mdash;
  46.   !href target=wims_lightpopup module=adm/light&phtml=download.phtml.$lang $wims_name_download
  47. </p>
  48. $wims_manager
  49.  
  50. <h2>$E_software</h2>
  51. !set wims_multiexec=
  52. <ul>
  53. !for s in pari, maxima, octave, graphviz, yacas, m2
  54.   <li>
  55.   !if $wims_ismanager!=0
  56.     !exec $s about
  57.   !else
  58.     $s
  59.   !endif
  60.  </li>
  61. !next s
  62. </ul>
  63.  
  64. <h2>$wims_name_Change_log</h2>
  65. !!FIXME 700
  66. <pre style="max-height:400px;">
  67. !sh head -n 700 html/Changelog
  68. </pre>
  69.  
  70. !if $wims_theme_icon!=$empty
  71.   <h2>$wims_name_About_icons</h2>
  72.   !set icon_about=!defof title,author,description,address,version,copyright in wimshome/public_html/gifs/themes/$wims_theme_icon/INDEX
  73.   $table_header
  74.     <caption><span class="text_icon about">[Information Pictos]</span></caption>
  75.     $table_tr<th>$wims_name_title</th><td>$(icon_about[1])</td></tr>
  76.     $table_tr<th>$wims_name_Author</th><td>
  77.       !mailurl $(icon_about[4]) $(icon_about[2])\
  78. [WIMS ICONS] $httpd_HTTP_HOST
  79.  
  80.     </td></tr>
  81.     $table_tr<th>$wims_name_Description</th><td>$(icon_about[3])</td></tr>
  82.     $table_tr<th>$wims_name_Version</th><td>$(icon_about[5])</td></tr>
  83.     $table_tr<th>$wims_name_Copyright</th><td>$(icon_about[6])</td></tr>
  84.   $table_end
  85. !endif
  86.  
  87. !if $wims_forum_limit<=1
  88.  !href target=wims_lightpopup module=adm/forum/mboard&forum=1001&lightpopup=yes Historical forum
  89. !endif
  90.