File: layout.styles.db.view.tmpl.xml

package info (click to toggle)
mysql-gui-tools 5.0r12-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 105,540 kB
  • ctags: 50,897
  • sloc: sql: 348,439; pascal: 285,780; cpp: 94,578; ansic: 90,768; objc: 33,761; sh: 25,629; xml: 10,924; yacc: 10,755; java: 9,986; php: 2,806; python: 2,068; makefile: 1,945; perl: 3
file content (84 lines) | stat: -rw-r--r-- 3,104 bytes parent folder | download | duplicates (4)
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="UTF-8"?>
<gc-styles xmlns="http://dev.mysql.com/gc/styles" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">

  <!-- View ******************************************************************************************* -->
  <style-definition id="db.view.header.left:$colorName$">
    <svg:svg>
      <g>
        <polygon fill="$color$" points="26,0 0,28 26,28 "/>
        <polyline fill="$color$" stroke="#AAAAAA" points="0,28 0,7.785 0.324,6.117 0.958,4.545 1.879,3.13 3.051,1.927 
          4.429,0.982 5.961,0.332 7.586,0 26,0 "/>
        <image width="64" height="64" xlink:href="grt/db/view_64.png"  transform="matrix(0.3437 0 0 0.3437 3.4727 3.4419)" />
        <!-- <image width="64" height="64" xlink:href="grt/db/view_64.png" transform="matrix(0.2813 0 0 0.2812 4 4.0005)" /> -->
      </g>
    </svg:svg>
  </style-definition>
  
  <style-definition id="db.view.header.middle:$colorName$">
    <svg:svg>
      <g>
        <polyline fill="$color$" points="0,0 191,0 191,28 0,28 "/>
        <line stroke="#AAAAAA" x1="191" y1="0" x2="0" y2="0"/>
      </g>
    </svg:svg>
  </style-definition>
  
  <style-definition id="db.view.header.right.spacer:$colorName$">
    <svg:svg>
      <g>
        <rect fill="$color$" width="100" height="6"/>
        <line stroke="#AAAAAA" x1="100" y1="0" x2="100" y2="6"/>
      </g>
    </svg:svg>
  </style-definition>
  
  <style-definition id="db.view.footer.left:$colorName$">
    <svg:svg>
      <g>
        <polygon fill="$color$" points="0,0 9,9 9,0 "/>
        <polyline fill="$color$" stroke="#AAAAAA" points="9,9 7.587,9 5.961,8.676 4.43,8.042 3.051,7.121 1.879,5.948 
          0.958,4.57 0.324,3.039 0,1.413 0,0 "/>
      </g>
    </svg:svg>
  </style-definition>

  <style-definition id="db.view.footer.middle:$colorName$">
    <svg:svg>
      <g>
        <rect fill="$color$" width="299" height="9"/>
        <line stroke="#AAAAAA" x1="299" y1="9" x2="0" y2="9"/>
      </g>
    </svg:svg>
  </style-definition>

  <style-definition id="db.view.footer.right:$colorName$">
    <svg:svg>
      <g>
        <polygon fill="$color$" points="9,0 0,9 0,0 "/>
        <polyline fill="$color$" stroke="#AAAAAA" points="0,9 1.413,9 3.04,8.676 4.57,8.042 5.949,7.121 7.121,5.948 
          8.042,4.57 8.676,3.039 9,1.413 9,0 "/>
      </g>
    </svg:svg>
  </style-definition>
  
  <style-definition id="db.view.body.left:$colorName$">
    <svg:svg>
      <g>
        <rect fill="$color$" width="10" height="80"/>
        <line stroke="#AAAAAA" x1="0" y1="0" x2="0" y2="80"/>
        <line stroke="#AAAAAA" x1="10" y1="0" x2="10" y2="80"/>
      </g>
    </svg:svg>
  </style-definition>
  
  <style-definition id="db.view.body.right:$colorName$">
    <svg:svg>
      <g>
        <rect fill="$color$" width="10" height="80"/>
        <line stroke="#AAAAAA" x1="10" y1="0" x2="10" y2="80"/>
        <line stroke="#AAAAAA" x1="0" y1="0" x2="0" y2="80"/>
      </g>
    </svg:svg>
  </style-definition>
  
</gc-styles>