File: VIEWprivileges.html

package info (click to toggle)
flamerobin 0.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,704 kB
  • ctags: 7,892
  • sloc: cpp: 45,668; sh: 2,751; xml: 1,189; makefile: 513
file content (58 lines) | stat: -rw-r--r-- 2,011 bytes parent folder | download | duplicates (2)
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
<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">Select</font></b></td>
      <td><b><font color="white">Insert</font></b></td>
      <td><b><font color="white">Update</font></b></td>
      <td><b><font color="white">Delete</font></b></td>
      <td><b><font color="white">Reference</font></b></td>
    </tr>
    {%privileges:
    <tr bgcolor="{%varcolor:#DDDDFF/#CCCCFF%}">
      <td nowrap valign="top">{%grantee_name%}</td>
      <td nowrap valign="top" align="center">{%privilege:SELECT%}</td>
      <td nowrap valign="top" align="center">{%privilege:INSERT%}</td>
      <td nowrap valign="top" align="center">{%privilege:UPDATE%}</td>
      <td nowrap valign="top" align="center">{%privilege:DELETE%}</td>
      <td nowrap valign="top" align="center">{%privilege:REFERENCES%}</td>
    </tr>%}
  </tbody>
</table>
<br>
<br>
<a href="fr://manage_privileges?parent_window={%parent_window%}&amp;object_address={%object_address%}">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="{%fr_home%}/html-templates/redx.png"></td>
        <td>privilege not granted</td>
    </tr>
    <tr bgcolor="#DDDDDD">
        <td width="20"><img src="{%fr_home%}/html-templates/ok.png"></td>
        <td>privilege granted</td>
    </tr>
    <tr bgcolor="#DDDDDD">
        <td width="20"><img src="{%fr_home%}/html-templates/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>