Subversion Repositories wimsdev

Rev

Rev 11909 | Rev 12596 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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