Rev 5427 | Rev 6118 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5427 | Rev 5601 | ||
---|---|---|---|
Line 18... | Line 18... | ||
18 | !endif |
18 | !endif |
19 | 19 | ||
20 | !goto $number_ |
20 | !goto $number_ |
21 | 21 | ||
22 | :1 |
22 | :1 |
23 | !! |
23 | !! originaly, wims_classname is smaller than title |
24 | $begindiv |
24 | $begindiv |
25 | <div id="wims_modu_title1"> |
25 | <div id="wims_modu_title1"> |
26 | <div class="wims_classname">$tit1_</div> |
26 | <div class="wims_classname">$tit1_</div> |
27 | <h1 class="wims_title">$tit2_</h1> |
27 | <h1 class="wims_title">$tit2_</h1> |
28 | !if $tit3_ != |
28 | !if $tit3_ != |
29 | <h2 class="wims_subtitle">$tit3_</h2> |
29 | <h2 class="wims_subtitle">$tit3_</h2> |
30 | !endif |
30 | !endif |
31 | <div class="wims_title_close"> </div> |
31 | <!--div class="wims_title_close"> </div--> |
32 | </div |
32 | </div> |
33 | $enddiv |
33 | $enddiv |
34 | !exit |
34 | !exit |
35 | 35 | ||
36 | :2 |
36 | :2 |
37 | !! in the original, subtitle is tiny |
37 | !! in the original, subtitle is tiny |