Rev 4636 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4636 | bpr | 1 | !! the text written here will appear in the home page of WIMS |
2 | !! you must rename the file in motd.phtml.$lang where $lang is the language where |
||
7015 | obado | 3 | !!you want to add some information in the home page (en, fr, ...) |
4 | |||
5 | |||
6 | |||
7 | !!example of what you can put in here : (removes all "!!" to display) |
||
8 | |||
9 | !!<div class="wims_warning"> |
||
10 | !! <h2>Sheduled Downtime</h2> |
||
11 | !! <p> |
||
12 | !! A server downtime has been planned on <strong>INSERT A DATE HERE</strong>, |
||
13 | !! for upgrade and/or maintenance operations. |
||
14 | !! </p> |
||
15 | !! <p> |
||
16 | !! Please, do not plan exam sessions on this time slot.<br/> |
||
17 | !! Regards. |
||
18 | !! </p> |
||
19 | !! <p class="wims_credits">your devoted server administrator. ;)</p> |
||
20 | !!</div> |
||
21 |