Subversion Repositories wimsdev

Rev

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

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