Rev 4529 | Rev 5427 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4529 | Rev 4957 | ||
---|---|---|---|
Line 22... | Line 22... | ||
22 | <div class="wims_classname">$tit1_</div> |
22 | <div class="wims_classname">$tit1_</div> |
23 | <h1 class="wims_title">$tit2_</h1> |
23 | <h1 class="wims_title">$tit2_</h1> |
24 | !if $tit3_ != |
24 | !if $tit3_ != |
25 | <h2 class="wims_subtitle">$tit3_</h2> |
25 | <h2 class="wims_subtitle">$tit3_</h2> |
26 | !endif |
26 | !endif |
27 | <div class="wims_title_close"> </div> |
27 | <div class="wims_title_close"> </div> |
28 | </div><!--wims_modu_title1--> |
28 | </div><!--wims_modu_title1--> |
29 |
|
29 | $enddiv |
30 | !exit |
30 | !exit |
31 | 31 | ||
32 | :2 |
32 | :2 |
33 | !! in the original, subtitle is tiny |
33 | !! in the original, subtitle is tiny |
34 | $begindiv |
34 | $begindiv |
Line 36... | Line 36... | ||
36 | <div id="wims_modu_title2"> |
36 | <div id="wims_modu_title2"> |
37 | <h1 class="wims_title">$tit1_</h1> |
37 | <h1 class="wims_title">$tit1_</h1> |
38 | !if $tit2_!= |
38 | !if $tit2_!= |
39 | <h2 class="wims_subtitle">$tit2_</h2> |
39 | <h2 class="wims_subtitle">$tit2_</h2> |
40 | !endif |
40 | !endif |
41 | <div class="wims_title_close"> </div> |
41 | <div class="wims_title_close"> </div> |
42 | </div><!--wims_modu_title2--> |
42 | </div><!--wims_modu_title2--> |
43 | $enddiv |
43 | $enddiv |
44 | !exit |
44 | !exit |
45 | 45 | ||
46 | :3 |
46 | :3 |
Line 51... | Line 51... | ||
51 | <div class="wims_title">$tit1_</div> |
51 | <div class="wims_title">$tit1_</div> |
52 | !endif |
52 | !endif |
53 | !if $tit2_!= |
53 | !if $tit2_!= |
54 | <div class="wims_subtitle">$tit2_</div> |
54 | <div class="wims_subtitle">$tit2_</div> |
55 | !endif |
55 | !endif |
56 | <div class="wims_title_close"> </div> |
56 | <div class="wims_title_close"> </div> |
57 | </div><!-- |
57 | </div><!--wims_modu_title3--> |
58 | $enddiv |
58 | $enddiv |
59 | !exit |
59 | !exit |
60 | 60 |