1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
<html>
<head>
<title>DDL</title>
</head>
<body>
{%header:DDL%}
<br><br>
<table cellspacing=1 cellpadding=2 border=0 bgcolor=black width="98%">
<tbody>
<tr bgcolor="navy">
<td><font color=white><b>{%object_name%}</b> [<a
href="fr://edit_ddl?parent_window={%parent_window%}&object_address={%object_address%}"><font
color="yellow">open in SQL editor</font></a>]</font></td>
</tr>
<tr bgcolor="{%varcolor:#DDDDFF/#CCCCFF%}">
<td valign="top" nowrap><font size=-1><pre>{%object_ddl%}</pre></font></td>
</tr>
</tbody>
</table>
<br>
</body>
</html>
|