Rev 2928 | Rev 4013 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2928 | Rev 2929 | ||
---|---|---|---|
Line 24... | Line 24... | ||
24 | !exit |
24 | !exit |
25 | 25 | ||
26 | :2 |
26 | :2 |
27 | !! in the original, subtitle is tiny |
27 | !! in the original, subtitle is tiny |
28 | <div id="wims_modu_title2"> |
28 | <div id="wims_modu_title2"> |
29 | < |
29 | <h1 class="wims_title">$tit1_</h1> |
30 | !if $tit2_!= |
30 | !if $tit2_!= |
31 | < |
31 | <h2 class="wims_subtitle">$tit2_</h2> |
32 | !endif |
32 | !endif |
33 | <div class="wims_title_close"> </div> |
33 | <div class="wims_title_close"> </div> |
34 | </div><!--wims_modu_title2--> |
34 | </div><!--wims_modu_title2--> |
35 | !exit |
35 | !exit |
36 | 36 |