Rev 9759 | Rev 9779 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9759 | Rev 9762 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 1 | !if $module=home or $module= |
|
- | 2 | !goto home |
|
- | 3 | !else |
|
1 | $module_about |
4 | $module_about |
2 | 5 | !endif |
|
3 | !if $module_require=$empty |
6 | !if $module_require=$empty |
4 | !goto end |
7 | !goto end |
5 | !endif |
8 | !endif |
6 | 9 | ||
7 | !set wims_multiexec= |
10 | !set wims_multiexec= |
8 | !read lang/names.phtml.$lang |
11 | !read lang/names.phtml.$lang |
9 | !if $lang_script_exists!=yes |
12 | !if $lang_script_exists!=yes |
10 | !read lang/names.phtml.en |
13 | !read lang/names.phtml.en |
11 | !endif |
14 | !endif |
Line 20... | Line 23... | ||
20 | !endif |
23 | !endif |
21 | !next s |
24 | !next s |
22 | </ul> |
25 | </ul> |
23 | :end |
26 | :end |
24 | !changeto NEWS.phtml |
27 | !changeto NEWS.phtml |
- | 28 | ||
- | 29 | :home |
|
- | 30 | $module_about |
|
- | 31 | $wims_name_Version: WIMS-$wims_version $E_comp $wims_version_date. |
|
- | 32 | <hr/> |
|
- | 33 | $E_manager |
|
- | 34 | !mailurl $wims_site_manager\ |
|
- | 35 | WIMS: $httpd_HTTP_HOST . |
|
- | 36 | <hr/> |
|
- | 37 | ||
- | 38 | !if $wims_theme_icon!=$empty |
|
- | 39 | !set icon_about=!defof title,author,description,address,version,copyright in wimshome/public_html/gifs/themes/$wims_theme_icon/INDEX |
|
- | 40 | $table_header |
|
- | 41 | <caption>$wims_name_infos</caption>\ |
|
- | 42 | $table_tr<th>$wims_name_title</th><td>$(icon_about[1])</td></tr> |
|
- | 43 | $table_tr<th>$wims_name_Author</th><td>$(icon_about[2])</td></tr> |
|
- | 44 | $table_tr<th>$wims_name_Description</th><td>$(icon_about[3])</td></tr> |
|
- | 45 | $table_tr<th>$wims_name_Address</th><td>$(icon_about[4])</td></tr> |
|
- | 46 | $table_tr<th>$wims_name_Version</th><td>$(icon_about[5])</td></tr> |
|
- | 47 | $table_tr<th>$wims_name_Copyright</th><td>$(icon_about[6])</td></tr> |
|
- | 48 | $table_end |
|
- | 49 | !endif |
|
- | 50 | Changelog: |
|
- | 51 | !!FIXME 700 |
|
- | 52 | <pre> |
|
- | 53 | !sh head -n 700 html/Changelog |
|
- | 54 | </pre> |