Subversion Repositories wimsdev

Rev

Rev 11907 | Rev 12175 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

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