<! -------- Class descriptions ---Print the record information here --------> |
<table border="0" cellspacing="2" cellpadding="2" width="100%" |
bgcolor="<% = tabbgcol %>" align="center" valign="middle"> |
<tr><td align="left" valign="middle" width="100%"> |
<blockquote><b>#include </b> <%= typelist("cinclude") %> |
</blockquote> |
</td></tr> |
<% |
if (typelist("cheader").ActualSize > 0) then ` check if value is present and print |
%> |
<tr><td align="left" valign="middle" width="100%"> |
<blockquote> |
<font size="+1"><%= typelist("cheader") %></font> |
</blockquote> |
</td></tr> |
<% End if %> |
</table> |
<!--------- Print the rest of the data here .... ---> |
<!--------- End of class descriptions ----------> |