Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss / admin / client / ui / UserPanel.ui.xml @ 623:66f69a7348ed

History | View | Annotate | Download (1.8 kB)

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" xmlns:adminui='urn:import:gr.ebs.gss.admin.client.ui' 
4
         xmlns:dp="urn:import:com.google.gwt.user.datepicker.client"
5
        >
6
        <ui:style>
7
                
8
        </ui:style>
9
        
10
        <g:VerticalPanel addStyleNames="Gmnuri3D" width="100%">
11
                <g:HTMLPanel>
12
                        <div>
13
                                <h3>User Search</h3>
14
                        </div>
15
                </g:HTMLPanel>
16
                <g:HorizontalPanel spacing="3">
17
                        <g:cell horizontalAlignment="ALIGN_CENTER" verticalAlignment="ALIGN_MIDDLE">
18
                                <g:HTML>Search Users:</g:HTML>
19
                        </g:cell>
20
                        <g:cell horizontalAlignment="ALIGN_CENTER" verticalAlignment="ALIGN_MIDDLE">
21
                                <g:TextBox ui:field="searchBox"></g:TextBox>
22
                        </g:cell>
23
                        <g:cell horizontalAlignment="ALIGN_CENTER" verticalAlignment="ALIGN_MIDDLE">
24
                                <g:Button ui:field="searchButton">Search</g:Button>
25
                        </g:cell>
26
                        
27
                        <g:cell horizontalAlignment="ALIGN_CENTER" verticalAlignment="ALIGN_MIDDLE">
28
                                <g:HTML>Search Last Logged In Users:</g:HTML>
29
                        </g:cell>
30
                        <g:cell horizontalAlignment="ALIGN_CENTER" verticalAlignment="ALIGN_MIDDLE">
31
                                         <dp:DateBox ui:field="dateBox"></dp:DateBox>
32
                                        
33
                                </g:cell>
34
                        <g:cell horizontalAlignment="ALIGN_CENTER" verticalAlignment="ALIGN_MIDDLE">
35
                                <g:Button ui:field="showLastLoginButton">Show</g:Button>
36
                        </g:cell>
37
                        
38
                        <g:cell horizontalAlignment="ALIGN_CENTER" verticalAlignment="ALIGN_MIDDLE">
39
                                <g:Button ui:field="showInactiveButton">Show Inactive Users</g:Button>
40
                        </g:cell>
41
                        
42
                </g:HorizontalPanel>
43

    
44
                <adminui:UsersTable ui:field="usersTable">
45
                </adminui:UsersTable>
46

    
47
                <g:VerticalPanel width="100%" addStyleNames="Gmnuri3D">
48
                        <g:HTMLPanel>
49
                                <div>
50
                                        <h3>User Details</h3>
51
                                </div>
52
                        </g:HTMLPanel>
53
                        <g:Grid ui:field="g"></g:Grid>
54
                </g:VerticalPanel>
55
        </g:VerticalPanel>
56

    
57
</ui:UiBinder>