File: UDF.html

package info (click to toggle)
flamerobin 0.9.13.ds.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,300 kB
  • sloc: cpp: 59,818; sh: 10,505; xml: 1,029; ansic: 302; makefile: 27
file content (32 lines) | stat: -rw-r--r-- 984 bytes parent folder | download | duplicates (3)
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
<html>
<head>
  <title>UDF</title>
</head>
<body>
{%header:Summary%}
<br>
<br><font size=+2>{%object_name%}</font><br>
Owner: {%owner_name%}<br>
{%sql_security%}<br>
{%object_description%} [<a
 href="fr://edit_description?parent_window={%parent_window%}&amp;object_handle={%object_handle%}&amp;object_type=UDF&amp;object_name={%object_name%}">edit</a>]
<br>
<br>
<table cellspacing=1 cellpadding=3 border=0 width="98%" bgcolor="black">
    <tr>
        <td nowrap bgcolor="navy"><font color="white"><b>Library Name</b></font></td>
        <td nowrap bgcolor="navy"><font color="white"><b>Entry Point</b></font></td>
    </tr>
    <tr bgcolor="#CCCCFF">
        <td nowrap>{%udfinfo:library%}</td>
        <td nowrap>{%udfinfo:entry_point%}</td>
    </tr>
  <tr>
    <td bgcolor="navy" colspan=2><font color=white><b>Source</b></font></td>
  </tr>
  <tr>
    <td bgcolor="#DDDDFF" colspan=2 ><font size=-1><pre>{%udfinfo:definition%}</pre></font></td>
  </tr>
</table>
</body>
</html>