~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/AccountViewImpl.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
    xmlns:euca="urn:import:com.eucalyptus.webui.client.view">
 
5
    
 
6
    <ui:style>
 
7
        .toolbar {
 
8
                width:99%;
 
9
        }
 
10
    </ui:style>
 
11
    
 
12
    <ui:with field="global" type="com.eucalyptus.webui.client.view.GlobalResources"/>
 
13
    
 
14
    <g:DockLayoutPanel unit="PX">
 
15
        <g:north size="36">
 
16
            <g:HTMLPanel addStyleNames="{style.toolbar}">
 
17
                <table>
 
18
                    <colgroup width="1px"/>
 
19
                    <colgroup width="1px"/>
 
20
                    <colgroup width="20px"/>
 
21
                    <colgroup width="1px"/>
 
22
                    <colgroup width="1px"/>
 
23
                    <colgroup width="20px"/>
 
24
                    <colgroup width="1px"/>
 
25
                    <colgroup width="20px"/>
 
26
                    <colgroup width="1px"/>
 
27
                    <colgroup width="1px"/>
 
28
                    <tbody>
 
29
                        <tr>
 
30
                            <td>
 
31
                                <g:Anchor styleName="{global.buttonCss.button} {global.buttonCss.small} {global.buttonCss.left}" ui:field="newButton">
 
32
                                    <span class="{global.buttonCss.plus} {global.buttonCss.icon}"/>New account
 
33
                                </g:Anchor>                            
 
34
                            </td>
 
35
                            <td>
 
36
                                <g:Anchor styleName="{global.buttonCss.negative} {global.buttonCss.button} {global.buttonCss.small} {global.buttonCss.right}" ui:field="delButton">
 
37
                                    <span class="{global.buttonCss.minus} {global.buttonCss.icon}"/>Delete accounts
 
38
                                </g:Anchor>
 
39
                            </td>
 
40
                            <td>&nbsp;</td>
 
41
                            <td>
 
42
                                <g:Anchor styleName="{global.buttonCss.button} {global.buttonCss.small} {global.buttonCss.left}" ui:field="addUsersButton">
 
43
                                    <span class="{global.buttonCss.user} {global.buttonCss.icon}"/>New users
 
44
                                </g:Anchor>
 
45
                            </td>
 
46
                            <td>
 
47
                                <g:Anchor styleName="{global.buttonCss.button} {global.buttonCss.small} {global.buttonCss.right}" ui:field="addGroupsButton">
 
48
                                    <span class="{global.buttonCss.group} {global.buttonCss.icon}"/>New groups
 
49
                                </g:Anchor>                            
 
50
                            </td>
 
51
                            <td>&nbsp;</td>
 
52
                            <td>
 
53
                                <g:Anchor styleName="{global.buttonCss.button} {global.buttonCss.small}" ui:field="addPolicyButton">
 
54
                                    <span class="{global.buttonCss.lock} {global.buttonCss.icon}"/>Add policy
 
55
                                </g:Anchor>                            
 
56
                            </td>
 
57
                            <td>&nbsp;</td>
 
58
                            <td>                             
 
59
                                <g:Anchor styleName="{global.buttonCss.positive} {global.buttonCss.button} {global.buttonCss.small} {global.buttonCss.left}" ui:field="approveButton">
 
60
                                    <span class="{global.buttonCss.check} {global.buttonCss.icon}"/>Approve
 
61
                                </g:Anchor>                            
 
62
                            </td>
 
63
                            <td>                             
 
64
                                <g:Anchor styleName="{global.buttonCss.negative} {global.buttonCss.button} {global.buttonCss.small} {global.buttonCss.right}" ui:field="rejectButton">
 
65
                                    <span class="{global.buttonCss.x} {global.buttonCss.icon}"/>Reject
 
66
                                </g:Anchor>                            
 
67
                            </td>                            
 
68
                        </tr>
 
69
                    </tbody>
 
70
                </table>
 
71
            </g:HTMLPanel>
 
72
        </g:north>
 
73
        <g:center>
 
74
            <g:LayoutPanel ui:field="tablePanel"/>
 
75
        </g:center>
 
76
    </g:DockLayoutPanel>
 
77
    
 
78
</ui:UiBinder> 
 
 
b'\\ No newline at end of file'