Wiki source code of Preview
Last modified by Julien Fleury on 2020/12/12 16:57
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{html wiki="true"}} | ||
2 | |||
3 | <p> </p> | ||
4 | |||
5 | <div class="row"> | ||
6 | <div class="col-xs-6"> | ||
7 | |||
8 | {{info}} | ||
9 | This is an informative message | ||
10 | {{/info}} | ||
11 | |||
12 | </div> | ||
13 | |||
14 | <div class="col-xs-6"> | ||
15 | |||
16 | {{success}} | ||
17 | This is a success message | ||
18 | {{/success}} | ||
19 | |||
20 | </div> | ||
21 | |||
22 | <div class="col-xs-6"> | ||
23 | |||
24 | {{warning}} | ||
25 | This is a warning message | ||
26 | {{/warning}} | ||
27 | |||
28 | </div> | ||
29 | |||
30 | <div class="col-xs-6"> | ||
31 | |||
32 | {{error}} | ||
33 | This is an error message | ||
34 | {{/error}} | ||
35 | |||
36 | </div> | ||
37 | |||
38 | <div class="col-xs-6"> | ||
39 | |||
40 | {{box title="Title of the box" width=""}} | ||
41 | This is a box message | ||
42 | With 2 rows of text | ||
43 | {{/box}} | ||
44 | |||
45 | </div> | ||
46 | |||
47 | <div class="col-xs-6"> | ||
48 | |||
49 | {{box}} | ||
50 | {{info}} | ||
51 | This is an info message | ||
52 | {{/info}} but we could also have the following variations: {{warning}} | ||
53 | This is a warning message | ||
54 | {{/warning}} | ||
55 | {{/box}} | ||
56 | |||
57 | </div> | ||
58 | </div> |