Subversion Repositories wimsdev

Rev

Rev 5601 | Rev 7077 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5601 Rev 6118
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">
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">&nbsp; </div-->
31
  <!--div class="wims_title_close">&nbsp; </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
38
$begindiv
38
$begindiv
39
<div class="wims_tag">&nbsp;</div>
39
 <div class="wims_tag">&nbsp;</div>
40
<div id="wims_modu_title2">
40
 <div id="wims_modu_title2">
41
<h1 class="wims_title">$tit1_</h1>
41
  <h1 class="wims_title">$tit1_</h1>
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
<div class="wims_title_close">&nbsp; </div>
45
  <div class="wims_title_close">&nbsp; </div>
46
</div><!--wims_modu_title2-->
46
 </div><!--wims_modu_title2-->
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
52
$begindiv
52
$begindiv
53
<div id="wims_modu_title3">
53
 <div id="wims_modu_title3">
54
!if $tit1_!=
54
  !if $tit1_!=
55
<div class="wims_title">$tit1_</div>
55
   <div class="wims_title">$tit1_</div>
56
!endif
56
  !endif
57
!if $tit2_!=
57
  !if $tit2_!=
58
<div class="wims_subtitle">$tit2_</div>
58
   <div class="wims_subtitle">$tit2_</div>
59
!endif
59
  !endif
60
<div class="wims_title_close">&nbsp; </div>
60
  <div class="wims_title_close">&nbsp; </div>
61
</div><!--wims_modu_title3-->
61
 </div><!--wims_modu_title3-->
62
$enddiv
62
$enddiv
63
!exit
63
!exit
64
 
64