Subversion Repositories wimsdev

Rev

Rev 10475 | Rev 11902 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10475 Rev 11895
Line 25... Line 25...
25
</ul>
25
</ul>
26
:end
26
:end
27
!changeto NEWS.phtml
27
!changeto NEWS.phtml
28
 
28
 
29
:home
29
:home
-
 
30
 
30
$module_about
31
$module_about
31
<strong>$wims_name_Version:</strong> WIMS-$wims_version $E_comp $wims_version_date.
-
 
32
<hr/>
32
 
33
$E_manager
33
<h2>$E_manager</h2>
-
 
34
 
34
!mailurl $wims_site_manager\
35
!mailurl $wims_site_manager\
35
<strong>WIMS:</strong> $httpd_HTTP_HOST .
36
[WIMS] $httpd_HTTP_HOST
-
 
37
 
-
 
38
<h2>$wims_name_Version $wims_name_doch_wims</h2>
-
 
39
WIMS-$wims_version $E_comp $wims_version_date.
-
 
40
 
-
 
41
<h2> Softwares</h2>
-
 
42
!set wims_multiexec=
-
 
43
<ul>
-
 
44
!for s in pari, maxima, octave, graphviz, yacas, m2
-
 
45
  <li>
-
 
46
  !exec $s about
-
 
47
 </li>
-
 
48
 !endif
-
 
49
!next s
-
 
50
</ul>
-
 
51
 
-
 
52
<h2>Change log</h2>
-
 
53
!!FIXME 700
36
<hr/>
54
<pre>
-
 
55
!sh head -n 700 html/Changelog
-
 
56
</pre>
37
 
57
 
38
!if $wims_theme_icon!=$empty
58
!if $wims_theme_icon!=$empty
-
 
59
<h2> Information Pictos</h2>
39
!set icon_about=!defof title,author,description,address,version,copyright in wimshome/public_html/gifs/themes/$wims_theme_icon/INDEX
60
!set icon_about=!defof title,author,description,address,version,copyright in wimshome/public_html/gifs/themes/$wims_theme_icon/INDEX
40
  $table_header
61
  $table_header
-
 
62
 
41
   <caption class="text_icon about">[Information Pictos]</caption>\
63
   <caption class="text_icon about">[Information Pictos]</caption>\
42
   $table_tr<th>$wims_name_title</th><td>$(icon_about[1])</td></tr>
64
   $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>
65
   $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>
66
   $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>
67
   $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>
68
   $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>
69
   $table_tr<th>$wims_name_Copyright</th><td>$(icon_about[6])</td></tr>
48
   $table_end
70
   $table_end
49
!endif
71
!endif
50
 
-
 
51
<h2>Change log:</h2>
-
 
52
!!FIXME 700
-
 
53
<pre>
-
 
54
!sh head -n 700 html/Changelog
-
 
55
</pre>
-
 
56
 
72
 
57
!if $wims_forum_limit<=1
73
!if $wims_forum_limit<=1
58
 !href target=wims_lightpopup module=adm/forum/mboard&forum=1001&lightpopup=yes Historical forum
74
 !href target=wims_lightpopup module=adm/forum/mboard&forum=1001&lightpopup=yes Historical forum
59
!endif
75
!endif