Rev 11895 | Rev 11903 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11895 | Rev 11902 | ||
---|---|---|---|
Line 29... | Line 29... | ||
29 | :home |
29 | :home |
30 | 30 | ||
31 | $module_about |
31 | $module_about |
32 | 32 | ||
33 | <h2>$E_manager</h2> |
33 | <h2>$E_manager</h2> |
34 | 34 | <div> |
|
- | 35 | $name_wimsabout1 |
|
35 | !mailurl $wims_site_manager\ |
36 | !mailurl $wims_site_manager\ |
36 | [WIMS] $httpd_HTTP_HOST |
37 | [WIMS] $httpd_HTTP_HOST |
- | 38 | $name_wimsabout2 |
|
37 | 39 | </div> |
|
38 | <h2>$wims_name_Version $wims_name_doch_wims</h2> |
40 | <h2>$wims_name_Version $wims_name_doch_wims</h2> |
39 | WIMS-$wims_version $E_comp $wims_version_date. |
41 | WIMS-$wims_version $E_comp $wims_version_date. |
40 | 42 | ||
41 | <h2> |
43 | <h2>Softwares</h2> |
42 | !set wims_multiexec= |
44 | !set wims_multiexec= |
43 | <ul> |
45 | <ul> |
44 | !for s in pari, maxima, octave, graphviz, yacas, m2 |
46 | !for s in pari, maxima, octave, graphviz, yacas, m2 |
45 | <li> |
47 | <li> |
46 | !exec $s about |
48 | !exec $s about |
Line 57... | Line 59... | ||
57 | 59 | ||
58 | !if $wims_theme_icon!=$empty |
60 | !if $wims_theme_icon!=$empty |
59 | <h2> Information Pictos</h2> |
61 | <h2> Information Pictos</h2> |
60 | !set icon_about=!defof title,author,description,address,version,copyright in wimshome/public_html/gifs/themes/$wims_theme_icon/INDEX |
62 | !set icon_about=!defof title,author,description,address,version,copyright in wimshome/public_html/gifs/themes/$wims_theme_icon/INDEX |
61 | $table_header |
63 | $table_header |
62 | - | ||
63 | <caption class="text_icon about">[Information Pictos]</caption>\ |
64 | <caption class="text_icon about">[Information Pictos]</caption>\ |
64 | $table_tr<th>$wims_name_title</th><td>$(icon_about[1])</td></tr> |
65 | $table_tr<th>$wims_name_title</th><td>$(icon_about[1])</td></tr> |
65 | $table_tr<th>$wims_name_Author</th><td>$(icon_about[2])</td></tr> |
66 | $table_tr<th>$wims_name_Author</th><td>$(icon_about[2])</td></tr> |
66 | $table_tr<th>$wims_name_Description</th><td>$(icon_about[3])</td></tr> |
67 | $table_tr<th>$wims_name_Description</th><td>$(icon_about[3])</td></tr> |
67 | $table_tr<th>$wims_name_Address</th><td><a target="_blank" href="$(icon_about[4])">$(icon_about[4])</a></td></tr> |
68 | $table_tr<th>$wims_name_Address</th><td><a target="_blank" href="$(icon_about[4])">$(icon_about[4])</a></td></tr> |