<?xml version="1.0"?>
<!DOCTYPE greeter SYSTEM "greeter.dtd">

<greeter>

    <!--
    The Background
    -->
    <item type="pixmap">
        <normal file="background.png" alpha="1"/>
        <pos x="0" y="0" width="100%" height="100%"/>
    </item>

    <!--
    The Date and Time
    -->
    <item type="pixmap">
        <normal file="blend.png" alpha="1"/>
        <pos x="50%" y="0" anchor="c"/>    
    </item>
    <item type="rect">
        <pos x="50%" y="22" width="box" height="box" anchor="c"/>
        <box xpadding="0" ypadding="0" spacing="5" orientation="horizontal">
            <item type="label" id="hostname">
                <normal color="#ffffff" font="Sans 12" alpha="1"/>
                <!--<text>%h</text>-->
                <text>Welcome</text>
            </item>
            <item type="label" id="at">
                <normal color="#ffffff" font="Sans 12" alpha="1"/>
                <!--<text>@</text>-->
                <text>-</text>
            </item>
            <item type="label" id="clock">
                <normal color="#ffffff" font="Sans 12" alpha="1"/>
                <text>%c</text>
            </item>
        </box>
    </item>

    <!--
    The Login
    -->
    <item type="rect">
        <pos x="50%" y="80%" width="box" height="box" anchor="c"/>
        <box xpadding="0" ypadding="0" spacing="5" orientation="vertical">
            <item type="pixmap">
                <normal file="input.png"/>
                <pos width="252" height="27"/>
                <fixed>
                    <item type="entry" id="user-pw-entry">
                        <normal color="#222222" font="Sans 12"/>
                        <pos y="5" x="5" width="-10" height="-10" anchor="nw"/>
                    </item>
                </fixed>
            </item>
            <item type="label" id="userpw">
                <pos x="50%" y="50%" anchor="c"/>
                <normal color="#ffffff" font="Sans 8" alpha="0.8"/>
                <text>Please, enter your login and password.</text>
            </item>
        </box>
    </item>

    <item type="rect" id="caps-lock-warning">
        <pos x="50%" y="70%" width="box" height="box" anchor="c"/>
        <box xpadding="0" ypadding="0" spacing="5" orientation="vertical">
            <item type="label">
                <normal color="#99cccc" font="Sans Bold 8" alpha="0.8"/>
                <text>Caps-lock is ON!</text>
            </item>
            <item type="label">
                <normal color="#99cccc" font="Sans Bold 8" alpha="0.8"/>
                <text>Login and password are case-sensitive.</text>
            </item>
        </box>
    </item>

    <item type="rect" id="pam-error">
        <pos x="50%" y="90%" width="box" height="box" anchor="c"/>
        <box xpadding="0" ypadding="0" spacing="5" orientation="vertical">
            <item type="label" id="pam-error">
                <normal color="#ffffff" font="Sans Bold 8"/>
                <pos x="50%" anchor="c"/>
                <text/>
            </item>
        </box>
    </item>

    <!--
    The Timed Login
    -->
    <item type="rect" id="timed-rect">
        <show type="timed"/>
        <normal color="#99cccc" alpha="0.8"/>
        <pos x="50%" y="40%" width="box" height="box" anchor="c"/>
        <box xpadding="0" ypadding="0" spacing="5" orientation="vertical">
            <item type="label" id="timed-label">
                <normal color="#ffffff" font="Sans Bold 8"/>
                <pos x="50%" anchor="c"/>
                <stock type="timed-label"/>
            </item>
        </box>
    </item>

    <item type="label" id="pam-message">
        <pos x="50%" anchor="c"/>
        <normal alpha="0.00"/>
        <text/>
    </item>

</greeter>