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

<!-- utterly minimal GDM configuration for DNA Lounge kiosks
     so that it doesn't look so much like the user is actually
     expected to type anything...
  -->

<greeter>
  <item type="pixmap">
    <normal file="loading.gif"/>
    <pos x="0" y="0"/>
  </item>

  <item type="rect" id="timed-rect">
    <show type="timed"/>
    <pos anchor="c" x="50%" y="-20" width="box" height="box"/>
    <box orientation="vertical" spacing="0">
      <item type="label" id="timed-label">
        <normal color="#000000" font="Sans 14"/>
        <pos x="50%" anchor="n"/>
	<!-- Stock label for: User %s will login in %d seconds -->
	<stock type="timed-label"/>
	<!-- Kept for compatibility with older gdm versions -->
	<text>User %s will login in %d seconds</text>
      </item>
    </box>
  </item>

  <item type="rect">
    <pos anchor="c" x="50%" y="-60" width="box" height="box"/>
    <box orientation="vertical" min-width="300">
      <item type="rect">
        <pos anchor="n" x="50%" height="24" width="80%"/>
	<fixed>
	  <item type="entry" id="user-pw-entry">
            <pos anchor="nw" x="1" y="1" height="-2" width="-2"/>
	  </item>
	</fixed>
      </item>
    </box>
  </item>

</greeter>


