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