Blob Blame History Raw
<?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>

    <!-- CentOS Symbol -->

    <item type="pixmap">
    <pos x="20" y="20" />
    <normal file="=BRAND=-symbol.png" />
    </item>

    <!-- CentOS Release

    <item type="pixmap">
    <pos x="20" y="55%" anchor="sw" />
    <normal file="=BRAND=-release.png" />
    </item> 

    -->

    <!-- The Login Box -->

    <item type="rect">
    <pos x="20" y="50%" width="510" height="box" />
    <box orientation="vertical">

        <item type="rect">
        <fixed>

            <item type="label" id="pam-prompt">
            <pos x="0" y="-20" anchor="nw" />
            <normal font="Sans 12" 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="510" anchor="nw" />
            <normal font="Sans 14" color="#000000" />
            </item>

        </fixed>
        </item>

        <!-- Messages -->

        <item type="label" id="timed-label">
        <pos x="50%" y="90" anchor="n" />
        <show type="timed" />
        <normal font="Sans Bold 12" color="#FFFFFF" />
        <stock type="timed-label" />
        </item>

        <item type="label" id="caps-lock-warning">
        <pos x="50%" y="120" anchor="n" />
        <normal font="Sans Bold 14" color="#FFFFFF" />
        <stock type="caps-lock-warning" />
        </item>

        <item type="label" id="pam-error">
        <pos x="50%" y="130" anchor="n" />
        <normal font="Sans 12" color="#FFFFFF" />
        <text />
        </item>

    </box>
    </item>

    <!-- The clock -->

    <item type="rect">
    <pos x="-20" y="-20" width="box" height="box" anchor="se" />
    <box ypadding="0" xpadding="10" 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>

    <!-- Bottom Box -->

    <item type="rect">
    <pos x="100%" y="100%" width="100%" height="box" anchor="se" />
    <box>

    <!-- The Action Bar -->

        <item type="rect">
        <pos x="5" y="20" width="box" height="box" anchor="sw" />
        <box orientation="horizontal" xpadding="0" ypadding="0" >

            <!-- Language -->

            <item type="rect" id="language_button" button="true">
            <pos width="box" height="box" />
            <box xpadding="10" orientation="horizontal">

                <item type="pixmap">
                <normal file="icon-language.png" />
                </item>

                <item type="label">
                <active font="Sans Bold 12" color="#D8E5F7" />
                <prelight font="Sans Bold 12" color="#D8E5F7" />
                <normal font="Sans Bold 12" color="#FFFFFF" />
                <pos y="5"  />
                <stock type="language" />
                </item>

            </box>
            </item>

            <!-- Session -->

            <item type="rect" id="session_button" button="true">
            <pos width="box" height="box" />
            <box xpadding="10" orientation="horizontal">

                <item type="pixmap">
                <normal file="icon-session.png" />
                </item>

                <item type="label">
                <active font="Sans Bold 12" color="#D8E5F7" />
                <prelight font="Sans Bold 12" color="#D8E5F7" />
                <normal font="Sans Bold 12" color="#FFFFFF" />
                <pos y="5" />
                <stock type="session" />
                </item>

            </box>
            </item>

            <!-- Reboot -->

            <item type="rect" id="reboot_button" button="true">
            <show modes="console" type="reboot" />
            <pos width="box" height="box" />
            <box xpadding="10" orientation="horizontal">

                <item type="pixmap">
                <normal file="icon-reboot.png" />
                </item>

                <item type="label">
                <active font="Sans Bold 12" color="#D8E5F7" />
                <prelight font="Sans Bold 12" color="#D8E5F7" />
                <normal font="Sans Bold 12" color="#FFFFFF" />
                <pos y="5" />
                <stock type="reboot" />
                </item>

            </box>
            </item>

            <!-- Halt -->

            <item type="rect" id="halt_button" button="true">
            <show modes="console" type="halt" />
            <pos width="box" height="box" />
            <box xpadding="10" orientation="horizontal">

                <item type="pixmap">
                <normal file="icon-shutdown.png" />
                </item>

                <item type="label">
                <active font="Sans Bold 12" color="#D8E5F7" />
                <prelight font="Sans Bold 12" color="#D8E5F7" />
                <normal font="Sans Bold 12" color="#FFFFFF" />
                <pos y="5" />
                <stock type="halt" />
                </item>

            </box>
            </item>

            <!-- Disconnect / Quit -->

            <item type="rect" id="disconnect_button" button="true">
            <show modes="flexi,remote" />
            <pos width="box" height="box" />
            <box xpadding="10" orientation="horizontal">

                <item type="pixmap">
                <normal file="icon-shutdown.png" />
                </item>

                <item type="label">
                <show modes="remote" />
                <active font="Sans Bold 12" color="#D8E5F7" />
                <prelight font="Sans Bold 12" color="#D8E5F7" />
                <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="#D8E5F7" />
                <prelight font="Sans Bold 12" color="#D8E5F7" />
                <normal font="Sans Bold 12" color="#FFFFFF" />
                <pos y="5" />
                <stock type="quit" />
                </item>

            </box>
            </item>

        </box>
        </item>

    </box>
    </item>

</greeter>