Rev 11976 | 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 |
13470 | obado | 45 | see <span class="wims_fname">public_html/scripts/help/xx/accessconf.phtml</span> |
46 | for example |
||
11973 | bpr | 47 | </td></tr> |
48 | $table_tr |
||
49 | <td><span class="wims_fname"> |
||
50 | themes/*/local.template |
||
51 | </span></td><td> |
||
52 | replace <span class="tt">template</span> by the symbol of a language |
||
53 | <span class="tt">xx</span> |
||
54 | </td><td> |
||
11976 | bpr | 55 | can modify the menu in home for |
11973 | bpr | 56 | <span class="tt">lang=xx</span> |
57 | </td></tr> |
||
58 | $table_end |