1 | <! -------- Class descriptions ---Print the record information here --------> |
2 | <table border="0" cellspacing="2" cellpadding="2" width="100%" |
3 | bgcolor="<% = tabbgcol %>" align="center" valign="middle"> |
4 | <tr><td align="left" valign="middle" width="100%"> |
5 | <blockquote><b>#include </b> <%= typelist("cinclude") %> |
6 | </blockquote> |
7 | </td></tr> |
8 | <% |
9 | if (typelist("cheader").ActualSize > 0) then ` check if value is present and print |
10 | %> |
11 | <tr><td align="left" valign="middle" width="100%"> |
12 | <blockquote> |
13 | <font size="+1"><%= typelist("cheader") %></font> |
14 | </blockquote> |
15 | </td></tr> |
16 | <% End if %> |
17 | </table> |
18 | <!--------- Print the rest of the data here .... ---> |
19 | <!--------- End of class descriptions ----------> |