~mapopa/flamerobin/master

« back to all changes in this revision

Viewing changes to html-templates/GENERATOR.html

  • Committer: Michael Hieke
  • Date: 2004-11-22 11:34:42 UTC
  • Revision ID: git-v1:8153b493d66ee7aae55e7b34e0d7bddacf4999ef
Initial revision

svn path=/trunk/flamerobin/; revision=13

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
  <title>Generator properties</title>
 
4
</head>
 
5
<body>
 
6
 <a
 
7
 href="fr://page?type=dependencies&amp;parent_window={%parent_window%}">Dependencies</a> | <a
 
8
 href="fr://extract_ddl?object_type=GENERATOR&amp;object_name={%object_name%}">Metadata
 
9
(DDL)</a><br><br><font size=+2>{%object_name%}</font><br>
 
10
<br><br>
 
11
<table cellspacing=1 cellpadding=3 border=0 width="98%">
 
12
<tr><td bgcolor="#DDDDFF"><b>Value</b></td>
 
13
<td bgcolor="#CCCCFF">
 
14
  {%generator_value%}&nbsp;
 
15
  <a href="fr://edit_generator_value?parent_window={%parent_window%}&amp;object_address={%object_address%}">
 
16
  <img src="{%app_path%}/html-templates/view.png"></a>
 
17
</td>
 
18
</tr>
 
19
</table>
 
20
</body>
 
21
</html>