Rev 1357 | Rev 1403 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1357 | Rev 1390 | ||
---|---|---|---|
Line 10... | Line 10... | ||
10 | 10 | ||
11 | !distribute line $wims_read_parm into number_,tit1_,tit2_,tit3_,tit4_ |
11 | !distribute line $wims_read_parm into number_,tit1_,tit2_,tit3_,tit4_ |
12 | 12 | ||
13 | !goto $number_ |
13 | !goto $number_ |
14 | 14 | ||
15 | :1 !! in the original wims_classname is smaller than title |
15 | :1 !! in the original wims_classname is smaller than title |
16 | <div id="wims_modu_title1"> |
16 | <div id="wims_modu_title1"> |
17 | <div class="wims_classname">$tit1_</div> |
17 | <div class="wims_classname">$tit1_</div> |
18 | <h1 class="wims_title">$tit2_</h1> |
18 | <h1 class="wims_title">$tit2_</h1> |
19 | !if $tit3_ != |
19 | !if $tit3_ != |
20 | <div class="subtitle">$tit3_</div> |
20 | <div class="subtitle">$tit3_</div> |
Line 35... | Line 35... | ||
35 | !exit |
35 | !exit |
36 | 36 | ||
37 | :3 |
37 | :3 |
38 | !! in the original subtitle is of same size as title |
38 | !! in the original subtitle is of same size as title |
39 | <div id="wims_modu_title3"> |
39 | <div id="wims_modu_title3"> |
- | 40 | !if $tit1_!= |
|
40 | <div class="wims_title">$tit1_</div> |
41 | <div class="wims_title">$tit1_</div> |
- | 42 | !endif |
|
41 | !if $tit2_!= |
43 | !if $tit2_!= |
42 | <div class="wims_subtitle">$tit2_</div> |
44 | <div class="wims_subtitle">$tit2_</div> |
43 | !endif |
45 | !endif |
44 | <div class="wims_title_close"> </div> |
46 | <div class="wims_title_close"> </div> |
45 | </div><!--wims_modu_title2--> |
47 | </div><!--wims_modu_title2--> |