File: VIEW.html

package info (click to toggle)
flamerobin 0.7.6-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,956 kB
  • ctags: 6,032
  • sloc: cpp: 37,019; sh: 2,688; xml: 1,073; makefile: 510
file content (35 lines) | stat: -rw-r--r-- 1,447 bytes parent folder | download
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
<html>
<head>
  <title>View properties</title>
</head>
<body>
{%header:Summary%}
<br>
<br><font size=+2>{%object_name%}</font><br>
{%object_description%} [<a
 href="fr://edit_description?parent_window={%parent_window%}&amp;object_address={%object_address%}&amp;object_type=VIEW&amp;object_name={%object_name%}">edit</a>]
<br><br>
<table cellspacing=1 cellpadding=2 border=0 bgcolor=0>
  <tbody>
    <tr bgcolor="navy">
      <td nowrap><b><font color=white>Field</font></b></td>
      <td nowrap><b><font color=white>Type</font></b></td>
      <td nowrap><b><font color=white>Description</font></b></td>
    </tr>
    {%columns:
    <tr bgcolor="{%varcolor:#DDDDFF/#CCCCFF%}">
      <td nowrap valign="top">{%object_name%}</td>
      <td nowrap valign="top">{%column_datatype%}</td>
      <td valign="top"><font size=-1>{%object_description%} [<a href="fr://edit_description?parent_window={%parent_window%}&amp;object_address={%object_address%}&amp;object_type=COLUMN&amp;object_name={%object_name%}">edit</a>]</font></td>
    </tr>%}
  </tbody>
</table>
<br><br>
<table cellspacing=1 cellpadding=3 border=0 width="98%">
<tr><td bgcolor="navy"><font color=white><b>Source</b> [<a
    href="fr://alter_relation?parent_window={%parent_window%}&amp;object_address={%object_address%}"><font color="yellow">alter</font></a>]</font></td>
</tr>
<tr><td bgcolor="#DDDDFF"><font size=-1><pre>{%view_source%}</pre></font></td></tr>
</table>
</body>
</html>