Rev 7914 | Rev 13084 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7914 | Rev 10622 | ||
---|---|---|---|
Line 42... | Line 42... | ||
42 | !if $tit2_!= |
42 | !if $tit2_!= |
43 | <h2 class="wims_subtitle">$tit2_</h2> |
43 | <h2 class="wims_subtitle">$tit2_</h2> |
44 | !endif |
44 | !endif |
45 | <br class="clearall"/> |
45 | <br class="clearall"/> |
46 | </div><!--wims_modu_title2--> |
46 | </div><!--wims_modu_title2--> |
47 | - | ||
48 | $enddiv |
47 | $enddiv |
49 | !exit |
48 | !exit |
50 | 49 | ||
51 | :3 |
50 | :3 |
52 | !! in the original, subtitle is of same size as title |
51 | !! in the original, subtitle is of same size as title |
53 | $begindiv |
52 | $begindiv |
54 | <div id="wims_modu_title3"> |
53 | <div id="wims_modu_title3"> |
55 | !if $tit1_!= |
54 | !if $tit1_!= |
56 | <div class="wims_title">$tit1_</div> |
55 | <div class="wims_title">$tit1_</div> |
57 | !endif |
56 | !endif |
58 | !if $tit2_!= |
57 | !if $tit2_!= |
59 | <div class="wims_subtitle">$tit2_</div> |
58 | <div class="wims_subtitle">$tit2_</div> |
60 | !endif |
59 | !endif |
61 | < |
60 | <br class="clearall"/> |
62 | </div><!--wims_modu_title3--> |
61 | </div><!--wims_modu_title3--> |
63 | $enddiv |
62 | $enddiv |
64 | !exit |
63 | !exit |
65 | - |