OtherRow_2.htm
1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<STYLE TYPE="text/css">
#Container{
width:99%;
margin-left:10px;
}
.item{
margin-top:10px;
}
.group{
margin-right:10px;
}
</style>
<TABLE id="Container" CELLPADDING=0 CELLSPACING=0>
<TR>
<TD WIDTH=${width_D} VALIGN=TOP>
<TABLE WIDTH=100% VALIGN=TOP BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD WIDTH=${width_A} VALIGN=TOP>
<div class="group" areaflag=A>
${content_A}
</div>
</TD>
<TD WIDTH=${width_B} VALIGN=TOP>
<div class="group" areaflag=B>
${content_B}
</div>
</TD>
</TR>
</TABLE>
<TABLE WIDTH=100% VALIGN=TOP BORDER=0 CELLPADDING=0 CELLSPACING=0 >
<TR VALIGN=TOP>
<TD COLSPAN=2 VALIGN=TOP>
<div class="group" areaflag=D>
${content_D}
</div>
</TD>
</TR>
</TABLE>
</TD>
<TD WIDTH=${width_C} VALIGN=TOP>
<TABLE WIDTH=100% VALIGN=TOP BORDER=0 CELLPADDING=0 CELLSPACING=0 >
<TR>
<TD VALIGN=TOP>
<div class="group" areaflag=C>
${content_C}
</div>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
${strOther}