Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
11973 bpr 1
!read tabletheme
2
Some files in the distribution are template. They can be changed and used
3
for global configuration. They are local so will not be erased by WIMS update.
4
 
5
Preliminary version
6
$table_header
7
$table_tr
8
<td><span class="wims_fname">
9
 log/front.phtml.template
10
</span></td><td>
11
 replace <span class="tt">template</span> by the symbol of a language <span class="tt">xx</span>
12
</td><td>
13
 read this page instead of
14
 <span class="wims_fname">public_html/modules/home/front.phtml.xx</span>
11976 bpr 15
 so it changes the home page of WIMS for <span class="tt">lang=xx</span>
11973 bpr 16
</td></tr>
17
$table_tr
18
<td><span class="wims_fname">
19
 log/motd.phtml.template
20
</span></td><td>
11976 bpr 21
 replace <span class="tt">template</span> by the symbol of a language
22
 <span class="tt">xx</span>
11973 bpr 23
</td><td>
24
 General message in the front page of WIMS for
25
 <span class="tt">lang=xx</span>
26
</td></tr>
27
$table_tr
28
<td><span class="wims_fname">
29
  log/manager_msg.phtml.template
30
</span></td><td>
31
  replace <span class="tt">template</span> by the symbol of a language for
32
  <span class="tt">xx</span>
33
</td><td>
11976 bpr 34
  message in all classes seen only by class supervisors for
11973 bpr 35
  <span class="tt">lang=xx</span>
36
</td></tr>
37
$table_tr
38
<td><span class="wims_fname">
39
log/wims.conf.access.template
40
</span>
41
</td><td>
42
  delete <span class="tt">.template</span>
43
</td><td>
11976 bpr 44
  limits the access to some ressources for the whole site
45
  see <span class="wims_fname">
46
  public_html/scripts/help/fr/accessconf.phtml for example
47
  </span>
11973 bpr 48
</td></tr>
49
$table_tr
50
<td><span class="wims_fname">
51
  themes/*/local.template
52
</span></td><td>
53
 replace <span class="tt">template</span> by the symbol of a language
54
  <span class="tt">xx</span>
55
</td><td>
11976 bpr 56
  can modify the menu in home for
11973 bpr 57
  <span class="tt">lang=xx</span>
58
</td></tr>
59
$table_end