~ubuntu-branches/ubuntu/raring/eucalyptus/raring

« back to all changes in this revision

Viewing changes to clc/modules/www/src/main/java/com/eucalyptus/webui/client/view/IconLink.ui.xml

  • Committer: Package Import Robot
  • Author(s): Brian Thomason
  • Date: 2011-11-29 13:17:52 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 185.
  • Revision ID: package-import@ubuntu.com-20111129131752-rq31al3ntutv2vvl
Tags: upstream-3.0.999beta1
ImportĀ upstreamĀ versionĀ 3.0.999beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
 
2
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
 
3
    xmlns:g="urn:import:com.google.gwt.user.client.ui">
 
4
    
 
5
    <ui:image field="service" src="image/cog_alt_12x12_gray.png"/>
 
6
    <ui:image field="link" src="image/link_12x12_gray.png"/>
 
7
    <ui:image field="user" src="image/user_12x12_gray.png"/>
 
8
    <ui:image field="group" src="image/group_12x12_gray.png"/>
 
9
    <ui:image field="account" src="image/dollar_12x11_gray.png"/>
 
10
    <ui:image field="key" src="image/key_fill_12x12_gray.png"/>
 
11
    <ui:image field="image" src="image/image_12x12_gray.png"/>
 
12
    <ui:image field="vmtype" src="image/tag_stroke_12x12_gray.png"/>
 
13
    <ui:image field="report" src="image/article_12x12_gray.png"/>
 
14
    
 
15
    <ui:style>
 
16
    </ui:style>
 
17
 
 
18
    <ui:style field="typeStyle" type="com.eucalyptus.webui.client.view.IconLink.TypeStyle">
 
19
        a.anchor {
 
20
            font-size:90%;
 
21
            color:#323232;
 
22
            display:inline-block;
 
23
            cursor:pointer;
 
24
            cursor:hand;
 
25
            margin-top:12px;
 
26
        }
 
27
        a.anchor span {
 
28
                margin-right:8px;
 
29
        }
 
30
        @sprite a.anchor span.service {
 
31
            gwt-image:'service';                
 
32
                display:inline-block;
 
33
                width:12px;
 
34
                height:12px;
 
35
            background-repeat:no-repeat;
 
36
            background-position:center center;                      
 
37
        }
 
38
        @sprite a.anchor span.link {
 
39
            gwt-image:'link';            
 
40
            display:inline-block;
 
41
            width:12px;
 
42
            height:12px;
 
43
            background-repeat:no-repeat;
 
44
            background-position:center center;                      
 
45
        }        
 
46
        @sprite a.anchor span.user {
 
47
            gwt-image:'user';
 
48
            display:inline-block;
 
49
            width:12px;
 
50
            height:12px;
 
51
            background-repeat:no-repeat;
 
52
            background-position:center center;                      
 
53
        }
 
54
        @sprite a.anchor span.group {
 
55
            gwt-image:'group';            
 
56
            display:inline-block;
 
57
            width:12px;
 
58
            height:12px;
 
59
            background-repeat:no-repeat;
 
60
            background-position:center center;                      
 
61
        }
 
62
        @sprite a.anchor span.account {
 
63
            gwt-image:'account';            
 
64
            display:inline-block;
 
65
            width:12px;
 
66
            height:12px;
 
67
            background-repeat:no-repeat;
 
68
            background-position:center center;                      
 
69
        }
 
70
        @sprite a.anchor span.key {
 
71
            gwt-image:'key';            
 
72
            display:inline-block;
 
73
            width:12px;
 
74
            height:12px;
 
75
            background-repeat:no-repeat;
 
76
            background-position:center center;                      
 
77
        }
 
78
        @sprite a.anchor span.image {
 
79
            gwt-image:'image';            
 
80
            display:inline-block;
 
81
            width:12px;
 
82
            height:12px;
 
83
            background-repeat:no-repeat;
 
84
            background-position:center center;                      
 
85
        }
 
86
        @sprite a.anchor span.vmtype {
 
87
            gwt-image:'vmtype';            
 
88
            display:inline-block;
 
89
            width:12px;
 
90
            height:12px;
 
91
            background-repeat:no-repeat;
 
92
            background-position:center center;                      
 
93
        }          
 
94
        @sprite a.anchor span.report {
 
95
            gwt-image:'report';            
 
96
            display:inline-block;
 
97
            width:12px;
 
98
            height:12px;
 
99
            background-repeat:no-repeat;
 
100
            background-position:center center;                      
 
101
        }          
 
102
    </ui:style>
 
103
    
 
104
    <g:HTMLPanel>
 
105
        <g:Anchor styleName="{typeStyle.anchor}" ui:field="anchor"><span ui:field="icon"/><span ui:field="title"/></g:Anchor>
 
106
    </g:HTMLPanel>
 
107
    
 
108
</ui:UiBinder> 
 
 
b'\\ No newline at end of file'