File: dependencies.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 (59 lines) | stat: -rw-r--r-- 2,226 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<html>
<head>
  <title>Dependencies</title>
</head>
<body>
{%header:Dependencies%}
<br><br>
<table cellspacing=1 cellpadding=2 border=0 bgcolor=black width="98%">
  <tbody>
    <tr bgcolor="navy">
      <td width="40%"><b><font color=white>{%object_name%} depends on...</font></b></td>
      <td><b><font color=white>Fields</font></b></td>
    </tr>
    {%foreach:depends_on::
    <tr bgcolor="{%alternate:#DDDDFF:#CCCCFF%}">
      <td valign="top" nowrap>{%object_type%} <a
          href="fr://properties?object_type={%object_type%}&amp;object_name={%object_name%}&amp;parent_window={%parent_window%}">{%object_name%}</a></td>
      <td valign="top"><font size="-1">{%dependencyinfo:fields%}</font></td>
    </tr>%}
  </tbody>
</table>
<br><br>
<table cellspacing=1 cellpadding=2 border=0 bgcolor=black width="98%">
  <tbody>
    <tr bgcolor="navy">
      <td width="40%"><b><font color=white>Objects that depend on {%object_name%}</font></b></td>
      <td><b><font color=white>Fields</font></b></td>
    </tr>
    {%foreach:dependent::
    <tr bgcolor="{%alternate:#DDDDFF:#CCCCFF%}">
      <td valign="top" nowrap>{%object_type%} <a
          href="fr://properties?object_type={%object_type%}&amp;object_name={%object_name%}&amp;parent_window={%parent_window%}">{%object_name%}</a></td>
      <td valign="top"><font size="-1">{%dependencyinfo:fields%}</font></td>
    </tr>%}
  </tbody>
</table>
<br><br>


<table cellspacing=1 cellpadding=2 border=0 bgcolor=black width="98%">
  <tbody>
    <tr bgcolor="navy">
      <td width="40%"><b><font color=white>{%object_name%} field</font></b></td>
      <td><b><font color=white>Objects that depend on {%object_name%} field</font></b></td>
    </tr>
    {%foreach:fieldDependencyInfo::
    <tr bgcolor="{%alternate:#DDDDFF:#CCCCFF%}">
      <td valign="top" nowrap>{%object_name%}</td>
      <td valign="top"><font size="-1">{%foreach:fieldDependencyObjects:<br />:
	  {%object_type%} <a
          href="fr://properties?object_type={%object_type%}&amp;object_name={%object_name%}&amp;parent_window={%parent_window%}">{%object_name%}</a>{%ifeq:{%auxiliar:isnull%}:true:: (dependency of {%auxiliar%})%}
	  %}
	  </font></td>
    </tr>%}
  </tbody>
</table>
<br>
</body>
</html>