File: DDL.html

package info (click to toggle)
flamerobin 0.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,704 kB
  • ctags: 7,892
  • sloc: cpp: 45,668; sh: 2,751; xml: 1,189; makefile: 513
file content (22 lines) | stat: -rw-r--r-- 588 bytes parent folder | download | duplicates (2)
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%}&amp;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>