OtherRow.htm
1.07 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_A} valign=top>
<TABLE width=100% valign=top BORDER=0 cellpadding=0 cellspacing=0>
<TR>
<td colspan=2 VALIGN=TOP>
<div class="group" areaflag=A>
${content_A}
</div>
</td>
</TR>
</TABLE>
<TABLE width=100% valign=top a BORDER=0 cellpadding=0 cellspacing=0>
<TR>
<td width=${width_C} VALIGN=TOP>
<div class="group" areaflag=C>
${content_C}
</div>
</td>
<td width=${width_D} VALIGN=TOP>
<div class="group" areaflag=D>
${content_D}
</div>
</td>
</TR>
</TABLE>
</TD>
<TD width=${width_B} valign=top>
<TABLE width=100% valign=top BORDER=0 cellpadding=0 cellspacing=0 >
<TR>
<td VALIGN=TOP>
<div class="group" areaflag=B>
${content_B}
</div>
</td>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
${strOther}