Subversion Repositories wimsdev

Rev

Rev 12596 | 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
18479 czzmrn 19
  !if $s iswordof gap pari maxima povray m2 octave coq graphviz yacas gnuplot
11909 obado 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>
12596 obado 44
<p>
45
  $name_wims_licence &mdash;
46
  !href target=wims_lightpopup module=adm/light&phtml=download.phtml.$lang $wims_name_download
47
</p>
11906 bpr 48
$wims_manager
11895 bpr 49
 
11903 bpr 50
<h2>$E_software</h2>
11895 bpr 51
!set wims_multiexec=
52
<ul>
53
!for s in pari, maxima, octave, graphviz, yacas, m2
54
  <li>
12596 obado 55
  !if $wims_ismanager!=0
56
    !exec $s about
57
  !else
58
    $s
59
  !endif
11895 bpr 60
 </li>
61
!next s
62
</ul>
63
 
11909 obado 64
<h2>$wims_name_Change_log</h2>
11895 bpr 65
!!FIXME 700
11909 obado 66
<pre style="max-height:400px;">
11895 bpr 67
!sh head -n 700 html/Changelog
68
</pre>
69
 
9762 bpr 70
!if $wims_theme_icon!=$empty
11909 obado 71
  <h2>$wims_name_About_icons</h2>
11904 obado 72
  !set icon_about=!defof title,author,description,address,version,copyright in wimshome/public_html/gifs/themes/$wims_theme_icon/INDEX
9762 bpr 73
  $table_header
11904 obado 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>
11909 obado 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>
11904 obado 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
9762 bpr 85
!endif
10475 obado 86
 
9779 bpr 87
!if $wims_forum_limit<=1
88
 !href target=wims_lightpopup module=adm/forum/mboard&forum=1001&lightpopup=yes Historical forum
89
!endif