|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21585/root/usr/share/gdm/themes/TreeFlower/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE greeter SYSTEM "greeter.dtd">
<greeter>
<!-- Background Stuff -->
<item type="rect">
<pos x="0" y="0" width="100%" height="100%" />
<normal color="#204c8d" />
</item>
<item type="pixmap">
<pos y="0" x="0" width="100%" height="100%" />
<normal file="background.png" />
</item>
<!-- The Login Box -->
<item type="rect">
<pos x="24%" y="50%" width="box" height="box" anchor="n"/>
<fixed>
<item type="label" id="pam-prompt">
<pos x="-20" y="17" anchor="e"/>
<normal font="Sans 14" color="#ffffff" alpha=".9"/>
<text>%c</text>
<stock type="username-label"/>
</item>
<item type="entry" id="user-pw-entry">
<pos x="0" y="6" height="25" width="250" anchor="nw"/>
<normal font="Sans 14" color="#000000"/>
</item>
</fixed>
</item>
<!-- Messages -->
<item type="rect">
<pos x="30%" y="70%" width="box" height="box" />
<box ypadding="0" spacing="5" orientation="vertical">
<item type="label" id="caps-lock-warning">
<pos y="0" x="0" width="100%" height="100%" anchor="n" />
<normal font="Sans Bold 14" color="#ffffff"/>
<stock type="caps-lock-warning"/>
</item>
<item type="rect">
<pos x="0" y="0" width="388" height="box" />
<box orientation="vertical" spacing="5">
<item type="label" id="pam-error">
<pos x="0" y="0" width="100%" height="100%" anchor="n" />
<normal font="Sans 12" color="#ffffff"/>
<text />
</item>
</box>
</item>
<item type="rect">
<pos y="0" x="0" width="box" height="box" />
<box xpadding="0" spacing="5" orientation="vertical">
<item type="label" id="timed-label">
<show type="timed"/>
<pos y="0" x="0" width="100%" height="100%" anchor="n" />
<normal font="Sans Bold 12" color="#ffffff"/>
<stock type="timed-label"/>
</item>
</box>
</item>
</box>
</item>
<!-- The clock -->
<item type="rect">
<pos x="99%" y="10%" width="box" height="box" anchor="se"/>
<box ypadding="15" xpadding="15" spacing="2" orientation="vertical">
<item type="label" id="clock">
<normal font="Sans 10" color="#ffffff" alpha=".9"/>
<pos x="50%" anchor="n"/>
<text>%c</text>
</item>
<item type="label">
<normal font="Sans Bold 10" color="#ffffff" alpha=".9"/>
<pos x="50%" anchor="n"/>
<text>%h</text>
</item>
</box>
</item>
<!-- The Action Bar -->
<item type="rect">
<pos x="0" y="99%" width="box" height="box" anchor="nw" />
<box orientation="horizontal" xpadding="20" ypadding="10" >
<item type="rect">
<pos x="0" y="-100" width="box" height="box" anchor="nw"/>
<box orientation="horizontal" xpadding="0" ypadding="0" >
<item type="rect" id="language_button" button="true">
<pos y="50%" width="box" height="box" />
<box xpadding="6" orientation="horizontal">
<item type="pixmap">
<normal file="icon-language.png"/>
</item>
<item type="label">
<active font="Sans Bold 12" color="#b49d9c"/>
<prelight font="Sans Bold 12" color="#ccabbb"/>
<normal font="Sans Bold 12" color="#ffffff"/>
<pos y="5" />
<stock type="language"/>
</item>
</box>
</item>
<item type="rect" id="session_button" button="true">
<pos y="50%" width="box" height="box" />
<box xpadding="6" orientation="horizontal">
<item type="pixmap">
<normal file="icon-session.png"/>
</item>
<item type="label">
<active font="Sans Bold 12" color="#b49d9c"/>
<prelight font="Sans Bold 12" color="#ccabbb"/>
<normal font="Sans Bold 12" color="#ffffff"/>
<pos y="5" />
<stock type="session"/>
</item>
</box>
</item>
<item type="rect" id="reboot_button" button="true">
<show modes="console" type="reboot"/>
<pos y="50%" width="box" height="box" />
<box xpadding="6" orientation="horizontal">
<item type="pixmap">
<normal file="icon-reboot.png"/>
</item>
<item type="label">
<active font="Sans Bold 12" color="#b49d9c"/>
<prelight font="Sans Bold 12" color="#ccabbb"/>
<normal font="Sans Bold 12" color="#ffffff"/>
<pos y="5" />
<stock type="reboot"/>
</item>
</box>
</item>
<item type="rect" id="halt_button" button="true">
<show modes="console" type="halt"/>
<pos y="50%" width="box" height="box" />
<box xpadding="6" orientation="horizontal">
<item type="pixmap">
<normal file="icon-shutdown.png"/>
</item>
<item type="label">
<active font="Sans Bold 12" color="#b49d9c"/>
<prelight font="Sans Bold 12" color="#ccabbb"/>
<normal font="Sans Bold 12" color="#ffffff"/>
<pos y="5" />
<stock type="halt"/>
</item>
</box>
</item>
<item type="rect" id="disconnect_button" button="true">
<show modes="flexi,remote"/>
<pos y="50%" width="box" height="box" />
<box xpadding="6" orientation="horizontal">
<item type="pixmap">
<normal file="icon-shutdown.png"/>
</item>
<item type="label">
<show modes="remote"/>
<active font="Sans Bold 12" color="#b49d9c"/>
<prelight font="Sans Bold 12" color="#ccabbb"/>
<normal font="Sans Bold 12" color="#ffffff"/>
<pos y="5" />
<stock type="disconnect"/>
</item>
<item type="label">
<show modes="flexi"/>
<active font="Sans Bold 12" color="#b49d9c"/>
<prelight font="Sans Bold 12" color="#ccabbb"/>
<normal font="Sans Bold 12" color="#ffffff"/>
<pos y="5" />
<stock type="quit"/>
</item>
</box>
</item>
</box>
</item>
</box>
</item>
</greeter>