Subversion Repositories wimsdev

Rev

Rev 2041 | Rev 5787 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2041 bpr 1
!!INDEX
2
!! Erase the above line to hide your page from wims search engine.
3
!! Line starting with double exclamations are comment lines.
4
!!
5
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6
!!
7
!! Indexing definitions. You should modify them according to your case.
8
!!
9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
 
11
!! Put every definition in ONE LINE!!
12
!let module_author      =Bernadette Perrin-Riou
13
!let module_address     =bpr@math.u-psud.fr
14
!let module_title       =Informations on icons
15
!let module_description =
16
 
17
!let module_language    =$lang
18
 
19
!!Your copyright policy.
20
!!Your page will be included in wims distribution if the word `GNU'
21
!! appears in the following definition.
22
!let module_copyright   =&copy; 2009 (<a href=COPYING>GNU GPL</a>)
23
 
24
!! Possible categories: exercise, tool, dictionary, course, recreation.
25
!let module_category    =adm
26
 
27
!header1
28
 
29
!set icon_about=!defof title,author,description,address,version,copyright in wimshome/public_html/gifs/themes/$wims_theme_icon/INDEX
30
<p>
31
  $table_header\
32
   <caption>$wims_name_infos</caption>\
33
   $table_tr<th>$wims_name_title</th><td>$(icon_about[1])</td></tr>\
34
   $table_tr<th>$wims_name_Author</th><td>$(icon_about[2])</td></tr>\
35
   $table_tr<th>$wims_name_Description</th><td>$(icon_about[3])</td></tr>\
36
   $table_tr<th>$wims_name_Address</th><td>$(icon_about[4])</td></tr>\
37
   $table_tr<th>$wims_name_Version</th><td>$(icon_about[5])</td></tr>\
38
   $table_tr<th>$wims_name_Copyright</th><td>$(icon_about[6])</td></tr>\
5764 bpr 39
   $table_end<br/>\
2041 bpr 40
 
41
!tail