Rev 4013 | Rev 4957 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4013 | Rev 4529 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | classname\ |
4 | classname\ |
5 | titre du module\ |
5 | titre du module\ |
6 | sous-titre |
6 | sous-titre |
7 | !!# 2: titre\ |
7 | !!# 2: titre\ |
8 | sous-titre en petit\ |
8 | sous-titre en petit\ |
9 | - | ||
10 | 9 | ||
11 | !distribute line $wims_read_parm into number_,tit1_,tit2_,tit3_,tit4_ |
10 | !distribute line $wims_read_parm into number_,tit1_,tit2_,tit3_,tit4_ |
12 | 11 | ||
- | 12 | !if $wims_typename!=$empty |
|
- | 13 | !distribute items <div id="wims_$wims_typename">,</div><!--wims_$wims_typename--> into begindiv,enddiv |
|
- | 14 | !endif |
|
- | 15 | ||
13 | !goto $number_ |
16 | !goto $number_ |
14 | 17 | ||
15 | :1 |
18 | :1 |
16 | !! in the original wims_classname is smaller than title |
19 | !! in the original wims_classname is smaller than title |
- | 20 | $begindiv |
|
17 | <div id="wims_modu_title1"> |
21 | <div id="wims_modu_title1"> |
18 | <div class="wims_classname">$tit1_</div> |
22 | <div class="wims_classname">$tit1_</div> |
19 | <h1 class="wims_title">$tit2_</h1> |
23 | <h1 class="wims_title">$tit2_</h1> |
20 | !if $tit3_ != |
24 | !if $tit3_ != |
21 | <h2 class="wims_subtitle">$tit3_</h2> |
25 | <h2 class="wims_subtitle">$tit3_</h2> |
22 | !endif |
26 | !endif |
23 | <div class="wims_title_close"> </div> |
27 | <div class="wims_title_close"> </div> |
24 | </div><!--wims_modu_title1--> |
28 | </div><!--wims_modu_title1--> |
- | 29 | </div><!--wims_$wims_typename--> |
|
25 | !exit |
30 | !exit |
26 | 31 | ||
27 | :2 |
32 | :2 |
28 | !! in the original, subtitle is tiny |
33 | !! in the original, subtitle is tiny |
- | 34 | $begindiv |
|
- | 35 | <div class="wims_tag"> </div> |
|
29 | <div id="wims_modu_title2"> |
36 | <div id="wims_modu_title2"> |
30 | <h1 class="wims_title">$tit1_</h1> |
37 | <h1 class="wims_title">$tit1_</h1> |
31 | !if $tit2_!= |
38 | !if $tit2_!= |
32 | <h2 class="wims_subtitle">$tit2_</h2> |
39 | <h2 class="wims_subtitle">$tit2_</h2> |
33 | !endif |
40 | !endif |
34 | <div class="wims_title_close"> </div> |
41 | <div class="wims_title_close"> </div> |
35 | </div><!--wims_modu_title2--> |
42 | </div><!--wims_modu_title2--> |
- | 43 | $enddiv |
|
36 | !exit |
44 | !exit |
37 | 45 | ||
38 | :3 |
46 | :3 |
39 | !! in the original subtitle is of same size as title |
47 | !! in the original subtitle is of same size as title |
- | 48 | $begindiv |
|
40 | <div id="wims_modu_title3"> |
49 | <div id="wims_modu_title3"> |
41 | !if $tit1_!= |
50 | !if $tit1_!= |
42 | <div class="wims_title">$tit1_</div> |
51 | <div class="wims_title">$tit1_</div> |
43 | !endif |
52 | !endif |
44 | !if $tit2_!= |
53 | !if $tit2_!= |
45 | <div class="wims_subtitle">$tit2_</div> |
54 | <div class="wims_subtitle">$tit2_</div> |
46 | !endif |
55 | !endif |
47 | <div class="wims_title_close"> </div> |
56 | <div class="wims_title_close"> </div> |
48 | </div><!--wims_modu_title2--> |
57 | </div><!--wims_modu_title2--> |
- | 58 | $enddiv |
|
49 | !exit |
59 | !exit |
50 | 60 |