!if $module=home or $module=
!goto home
!else
$module_about
!endif
!if $module_require=$empty
!endif
!set wims_multiexec=
!read lang/names.phtml.$lang
!if $lang_script_exists!=yes
!read lang/names.phtml.en
!endif
<p>$name_prompt_about</p>
<ul>
!for s in $module_require
!if $s iswordof pari maxima povray m2 octave coq graphviz yacas gnuplot
<li>
.
</li>
!endif
</ul>
!changeto NEWS.phtml
:home
$module_about
<h2>$E_manager</h2>
<div>
$name_wimsabout1
!mailurl $wims_site_manager\
[WIMS] $httpd_HTTP_HOST
$name_wimsabout2
</div>
<h2>$wims_name_Version</h2>
WIMS-$wims_version $E_comp $wims_version_date.
$wims_manager
<h2>$E_software</h2>
!set wims_multiexec=
<ul>
!for s in pari, maxima, octave, graphviz, yacas, m2
<li>
!if $wims_ismanager!=0
!else
$s
!endif
</li>
</ul>
<h2>Change log</h2>
!!FIXME 700
<pre>
!sh head -n 700 html/Changelog
</pre>
!if $wims_theme_icon!=$empty
<h2> Information Pictos</h2>
!set icon_about=!defof title,author,description,address,version,copyright in wimshome/public_html/gifs/themes/$wims_theme_icon/INDEX
$table_header
<caption><span class="text_icon about">[Information Pictos]</span></caption>
$table_tr<th>$wims_name_title</th><td>$(icon_about[1])</td></tr>
$table_tr<th>$wims_name_Author</th><td>$(icon_about[2])</td></tr>
$table_tr<th>$wims_name_Description</th><td>$(icon_about[3])</td></tr>
$table_tr<th>$wims_name_Address</th><td><a target="_blank" href="$(icon_about[4])">$(icon_about[4])</a></td></tr>
$table_tr<th>$wims_name_Version</th><td>$(icon_about[5])</td></tr>
$table_tr<th>$wims_name_Copyright</th><td>$(icon_about[6])</td></tr>
$table_end
!endif
!if $wims_forum_limit<=1
!href target=wims_lightpopup module=adm/forum/mboard&forum=1001&lightpopup=yes Historical forum
!endif