~darkxst/ubuntu/saucy/gdm/lp1212408

« back to all changes in this revision

Viewing changes to gui/greeter/themes/happygnome-list/happygnome.xml

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2008-09-02 10:37:20 UTC
  • mfrom: (1.4.27 upstream)
  • mto: This revision was merged to the branch mainline in revision 261.
  • Revision ID: james.westby@ubuntu.com-20080902103720-p810vv530hqj45wg
Tags: 2.20.7-3
* Install the debian-moreblue-orbit theme, thanks Andre Luiz Rodrigues 
  Ferreira. Closes: #497440.
* 35_gdm.conf.patch: make it the default.
* copyright: fix encoding.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE greeter SYSTEM "greeter.dtd">
3
 
<greeter>
4
 
  <item type="svg">
5
 
    <normal file="background.svg"/>
6
 
    <pos x="0" y="0" width="100%" height="-75"/>
7
 
  </item>
8
 
  <item type="rect">
9
 
    <normal color="#000000"/>
10
 
    <pos x="0" y="-75" width="100%" height="75"/>
11
 
    <fixed>
12
 
      <item type="rect">
13
 
        <normal color="#ffffff"/>
14
 
        <pos x="0" y="4" width="100%" height="100%"/>
15
 
        <box orientation="horizontal" spacing="10" xpadding="10" ypadding="10">
16
 
          <item type="button" id="options_button">
17
 
            <pos width="100" height="50" />
18
 
            <stock type="options"/>
19
 
          </item>
20
 
        </box>
21
 
      </item>
22
 
    </fixed>
23
 
  </item>
24
 
  <item type="svg">
25
 
    <normal file="gnome-logo.svg"/>
26
 
    <pos x="-12" y="-12" width="30" height="47" anchor="se" />
27
 
  </item>
28
 
  <item type="label" id="clock">
29
 
    <normal color="#000000" font="Sans 12"/>
30
 
    <pos x="-160" y="-37" anchor="e"/>
31
 
    <text>%c</text>
32
 
  </item>
33
 
 
34
 
  <item type="rect" id="caps-lock-warning">
35
 
    <normal color="#FFFFFF" alpha="0.5"/>
36
 
    <pos anchor="c" x="75%" y="75%" width="box" height="box"/>
37
 
    <box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0">
38
 
      <item type="label">
39
 
        <normal color="#000000" font="Sans 12"/>
40
 
        <pos x="50%" anchor="n"/>
41
 
        <!-- Stock label for: You've got capslock on! -->
42
 
        <stock type="caps-lock-warning"/>
43
 
      </item>
44
 
    </box>
45
 
  </item>
46
 
 
47
 
  <item type="rect">
48
 
    <show type="timed"/>
49
 
    <normal color="#FFFFFF" alpha="0.5"/>
50
 
    <pos anchor="c" x="75%" y="25%" width="box" height="box"/>
51
 
    <box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0">
52
 
      <item type="label" id="timed-label">
53
 
        <normal color="#000000" font="Sans 12"/>
54
 
        <pos x="50%" anchor="n"/>
55
 
        <!-- Stock label for: User %s will login in %d seconds -->
56
 
        <stock type="timed-label"/>
57
 
      </item>
58
 
    </box>
59
 
  </item>
60
 
 
61
 
  <item type="rect" id="userlist-rect">
62
 
    <normal color="#FFFFFF" alpha="0.5" font="Sans 14"/>
63
 
    <pos anchor="c" x="25%" y="50%" width="box" height="box"/>
64
 
    <box orientation="vertical" min-width="440" max-width="440" min-height="100" xpadding="4" ypadding="4" spacing="0">
65
 
      <item type="list" id="userlist">
66
 
        <pos anchor="nw" x="0" y="0" height="550" width="440"/>
67
 
        <color iconcolor="#ACBFDD" labelcolor="#ACBFDD"/>
68
 
      </item>
69
 
    </box>
70
 
  </item>
71
 
 
72
 
  <item type="rect">
73
 
    <normal color="#FFFFFF" alpha="0.5"/>
74
 
    <pos anchor="c" x="75%" y="50%" width="box" height="box"/>
75
 
    <box orientation="vertical" min-width="340" xpadding="30" ypadding="30" spacing="10">
76
 
      <item type="label">
77
 
        <pos anchor="n" x="50%"/>
78
 
        <normal color="#000000" font="Sans 18"/>
79
 
        <!-- Stock label for: Welcome to %h -->
80
 
        <stock type="welcome-label"/>
81
 
      </item>
82
 
      <item type="label" id="pam-prompt">
83
 
        <pos anchor="nw" x="10%"/>
84
 
        <normal color="#000000" font="Sans 12"/>
85
 
        <!-- Stock label for: Username: -->
86
 
        <stock type="username-label"/>
87
 
      </item>
88
 
      <item type="rect">
89
 
        <normal color="#000000"/>
90
 
        <pos anchor="n" x="50%" height="24" width="80%"/>
91
 
        <fixed>
92
 
          <item type="entry" id="user-pw-entry">
93
 
            <normal color="#000000" font="Sans 12"/>
94
 
            <pos anchor="nw" x="1" y="1" height="-2" width="-2"/>
95
 
          </item>
96
 
        </fixed>
97
 
      </item>
98
 
      <item type="label" id="pam-message">
99
 
        <pos anchor="n" x="50%"/>
100
 
        <normal color="#000000" font="Sans 12"/>
101
 
        <text></text>
102
 
      </item>
103
 
    </box>
104
 
    <fixed>
105
 
      <item type="label" id="pam-error">
106
 
        <pos anchor="n" x="50%" y="110%"/>
107
 
        <normal color="#000000" font="Sans 12"/>
108
 
        <text></text>
109
 
      </item>
110
 
    </fixed>
111
 
  </item>
112
 
</greeter>
113
 
 
114