forked from mariuz/flamerobin
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jdochoa
committed
Oct 17, 2023
1 parent
dfb0eb9
commit 2c9ff80
Showing
28 changed files
with
353 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<html> | ||
<head> | ||
<title>Collation</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%}&object_handle={%object_handle%}&object_type=COLLATION&object_name={%object_name%}">edit</a>] | ||
<br><br> | ||
<table cellspacing=1 cellpadding=3 border=0 width="98%" bgcolor="black"> | ||
<tr><td bgcolor="navy"><font color=white><b>Collation info</b></font></td> | ||
</tr> | ||
<tr><td bgcolor="#DDDDFF"><font size=-1> | ||
<pre>{%object_ddl%} | ||
</pre></font></td></tr> | ||
</table> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<html> | ||
<head> | ||
<title>Privileges</title> | ||
</head> | ||
<body> | ||
{%header:Privileges%} | ||
<br><br> | ||
<font size=+2>Privileges on {%object_name%}</font> | ||
<br><br> | ||
<table cellspacing=1 cellpadding=2 border=0 bgcolor=black> | ||
<tbody> | ||
<tr bgcolor="navy"> | ||
<td><b><font color="white">Grantee</font></b></td> | ||
<td><b><font color="white">USAGE</font></b></td> | ||
</tr> | ||
{%foreach:privilege:: | ||
<tr bgcolor="{%alternate:#DDDDFF:#CCCCFF%}"> | ||
<td nowrap valign="top">{%privilegeinfo:grantee_name%}</td> | ||
<td nowrap valign="top" align="center">{%foreach:privilegeitem:<br>:USAGE:<a href="info://Granted by {%privilegeiteminfo:grantor%}"> | ||
<img src="{%template_root%}{%ifeq:{%privilegeiteminfo:grant_option%}:true:ok2.png:ok.png%}"></a><font size="-1">{%privilegeiteminfo:columns%}</font>%} | ||
{%ifeq:{%privilegeitemcount:USAGE%}:0:<img src="{%template_root%}redx.png">%} | ||
</td> | ||
</tr>%} | ||
</tbody> | ||
</table> | ||
<br> | ||
<br> | ||
<a href="fr://manage_privileges?parent_window={%parent_window%}&object_handle={%object_handle%}">Grant | ||
and revoke privileges</a> | ||
<br> | ||
<br> | ||
<table border="0" cellpadding="3" cellspacing="1" bgcolor="#CCCCCC"> | ||
<tr> | ||
<td colspan="2" bgcolor="#CCCCFF"><B>Icons</B></td> | ||
</tr> | ||
<tr bgcolor="#DDDDDD"> | ||
<td width="20"><img src="{%template_root%}redx.png"></td> | ||
<td>privilege not granted</td> | ||
</tr> | ||
<tr bgcolor="#DDDDDD"> | ||
<td width="20"><img src="{%template_root%}ok.png"></td> | ||
<td>privilege granted</td> | ||
</tr> | ||
<tr bgcolor="#DDDDDD"> | ||
<td width="20"><img src="{%template_root%}ok2.png"></td> | ||
<td>privilege granted with grant option</td> | ||
</tr> | ||
<tr bgcolor="silver"> | ||
<td colspan=2><font size=-1>Hover over icons to see the grantor</font></td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.