!!INDEX
!! Erase the above line to hide your page from wims search engine.
!! Line starting with double exclamations are comment lines.
!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!
!! Indexing definitions. You should modify them according to your case.
!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! Put every definition in ONE LINE!!
!let module_author =Bernadette Perrin-Riou
!let module_address =bpr@math.u-psud.fr
!let module_title =Informations on icons
!let module_description =
!let module_language =$lang
!!Your copyright policy.
!!Your page will be included in wims distribution if the word `GNU'
!! appears in the following definition.
!let module_copyright =© 2009 (<a href="COPYING">GNU GPL</a>)
!! Possible categories: exercise, tool, dictionary, course, recreation.
!let module_category =adm
!header1
!set icon_about=!defof title,author,description,address,version,copyright in wimshome/public_html/gifs/themes/$wims_theme_icon/INDEX
$table_header
<caption>$wims_name_infos</caption>\
$table_tr<th>$wims_name_title</th><td>$(icon_about[1])</td></tr>
$table_tr<th>$wims_name_Author</th><td>$(icon_about[2])</td></tr>
$table_tr<th>$wims_name_Description</th><td>$(icon_about[3])</td></tr>
$table_tr<th>$wims_name_Address</th><td>$(icon_about[4])</td></tr>
$table_tr<th>$wims_name_Version</th><td>$(icon_about[5])</td></tr>
$table_tr<th>$wims_name_Copyright</th><td>$(icon_about[6])</td></tr>
$table_end
!tail