Rev 6118 | Rev 7914 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6118 | Rev 7077 | ||
---|---|---|---|
Line 20... | Line 20... | ||
20 | !goto $number_ |
20 | !goto $number_ |
21 | 21 | ||
22 | :1 |
22 | :1 |
23 | !! originaly, wims_classname is smaller than title |
23 | !! originaly, wims_classname is smaller than title |
24 | $begindiv |
24 | $begindiv |
25 | <div id="wims_modu_title1"> |
25 | <div id="wims_modu_title1" class="title_box"> |
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 |
Line 34... | Line 34... | ||
34 | !exit |
34 | !exit |
35 | 35 | ||
36 | :2 |
36 | :2 |
37 | !! in the original, subtitle is tiny |
37 | !! in the original, subtitle is tiny |
38 | $begindiv |
38 | $begindiv |
39 | <div class="wims_tag"> </div> |
- | |
40 | <div id="wims_modu_title2"> |
39 | <div id="wims_modu_title2" class="title_box"> |
41 | <h1 class="wims_title">$tit1_</h1> |
40 | <h1 class="wims_title">$tit1_</h1> |
42 | !if $tit2_!= |
41 | !if $tit2_!= |
43 | <h2 class="wims_subtitle">$tit2_</h2> |
42 | <h2 class="wims_subtitle">$tit2_</h2> |
44 | !endif |
43 | !endif |
45 |
|
44 | <br class="clearall"/> |
46 | </div><!--wims_modu_title2--> |
45 | </div><!--wims_modu_title2--> |
- | 46 | ||
47 | $enddiv |
47 | $enddiv |
48 | !exit |
48 | !exit |
49 | 49 | ||
50 | :3 |
50 | :3 |
51 | !! in the original, subtitle is of same size as title |
51 | !! in the original, subtitle is of same size as title |