!
! Modified for enhanced xdm by meo@rru.com (Miles O'Neal)
!
!   This includes two prompt schemes.  The default is the staid,
!   boring, corporate look; an alternative is provided.  To use the
!   alternative, simply comment out the lined between the comments
!   that say "STAID", and uncomment the lines between the "ALTERNATIVE"
!   comment lines.
!
! xdm widget hierarchy:
!   toplevel
!     form		-- Form widget
!       login		-- Login widget
!       buttons		-- Form widget
!         ok		-- Command widget
!         reset		-- Command widget
!         restart	-- Command widget
!         failsafe	-- Command widget
!         help		-- Command widget
!
! chooser widget hierarchy
!   toplevel
!     paned		-- Pane widget
!       label		-- Label widget
!       viewport	-- Viewport widget
!         list		-- List widget
!       box		-- Box widget
!         cancel	-- Command widget
!         acceptit	-- Command widget
!         ping		-- Command widget
!         help		-- Command widget
!
! SPEEDO fonts are used throughout the defaults for scalability.
!
!	LOGIN RESOURCES (general)
!
xlogin*login.translations:	#override\
	Ctrl<Key>R: abort-display()\n\
	<Key>F1: set-session-argument(failsafe) finish-field()\n\
	Ctrl<Key>Return: set-session-argument(failsafe) finish-field()\n\
	<Key>Return: set-session-argument() finish-field()
xlogin*BorderWidth:		3
xlogin*Command*BorderWidth:	1
xlogin*helpText*BorderWidth:	1
!
!	LOGIN RESOURCES (text)
!
! STAID
xlogin*Login.greeting:		SERVERHOST (Login to CLIENTHOST)
xlogin*Login.unsecureGreeting:	Welcome
xlogin*Login.namePrompt:	Username: \ 
xlogin*Login.passwdPrompt:	Password: \ 
xlogin*Login.fail:		Incorrect login
! STAID
!
! ALTERNATIVE
!xlogin*Login.greeting:		SERVERHOST and CLIENTHOST say...
!xlogin*Login.unsecureGreeting:	Welcome to the Twilight Zone
!xlogin*Login.namePrompt:	Who Are You? \ 
!xlogin*Login.passwdPrompt:	Prove It! \ 
!xlogin*Login.fail:		Yeah, right. Try again!
! ALTERNATIVE
!
!	LOGIN RESOURCES (fonts)
!
xlogin*Login.greetFont:		-bitstream-charter-bold-i-*--*-200-*-*-*-*-*-*
xlogin*Login.promptFont:	-bitstream-charter-bold-r-*-*-*-160-*-*-*-*-*-*
xlogin*Login.Font:		-bitstream-charter-bold-r-*-*-*-160-*-*-*-*-*-*
xlogin*Login.failFont:		-bitstream-charter-bold-i-*--*-200-*-*-*-*-*-*
!
!	LOGIN RESOURCES (Button resources)
!
xlogin*Command*shapeStyle:	oval
xlogin*Command*Font:		-*-lucidatypewriter-bold-r-*-*-*-140-*-*-*-*-*-*
xlogin*ok*Label:		Login
xlogin*reset*horizDistance:	15
xlogin*reset*Label:		Reset
xlogin*restart*horizDistance:	15
xlogin*restart*Label:		Restart
xlogin*failsafe*horizDistance:	15
xlogin*failsafe*Label:		Min Session
xlogin*help*horizDistance:	15
xlogin*help*Label:		Help
!
!	LOGIN RESOURCES (misc.)
!
xlogin*Login.failTimeout:	15
!
!	LOGIN RESOURCES (help popup)
!
xlogin*helpPopup*helpText*width:	450
xlogin*helpPopup*helpText*height:	400
!
*helpPopup*helpText*font:	-bitstream-courier-medium-r-*--*-120-*-*-*-*-*-*
*helpPopup*helpDone*font:	-bitstream-courier-bold-r-*--*-140-*-*-*-*-*-*
!
!
!	DISPLAY MANAGER RESOURCES (misc.)
!
DisplayManager*removeDomainname:	True
!
!
!	XCONSOLE RESOURCES
!
XConsole.text.geometry:		480x130
XConsole.verbose:		True
XConsole*iconic:		True
XConsole*font:			fixed
!
!
!	CHOOSER RESOURCES (General)
!
Chooser*toplevel.height:	200
Chooser*toplevel.width:		400
Chooser*paned.height:		200
Chooser*paned.width:		400
Chooser*viewport.height:	200
Chooser*viewport.width:		400
Chooser*list.height:		100
Chooser*list.width:		400
Chooser*allowResize:		True
Chooser*allowShellResize:	False
Chooser*viewport.forceBars:	False
Chooser*BorderWidth:		3
Chooser*paned*BorderWidth:	1
Chooser*Command*BorderWidth:	1
!
!	CHOOSER RESOURCES (text)
!
Chooser*label.font:		-bitstream-courier-bold-i-*--*-160-*-*-*-*-*-*
Chooser*label.label:		XDMCP Hosts (from CLIENTHOST)
Chooser*list.font:		-misc-*-bold-r-*--*-120-*-*-c-*-*-*
!
!	CHOOSER RESOURCES (buttons)
!
Chooser*accept*Label:		Connect
Chooser*cancel*Label:		Cancel
Chooser*ping*Label:		Ping
Chooser*help*Label:		Help
Chooser*Command*font:		-bitstream-courier-bold-r-*--*-160-*-*-*-*-*-*
!
!	CHOOSER RESOURCES (misc.)
!
Chooser*box*hSpace:		15
!
!	CHOOSER RESOURCES (help popup.)
!
Chooser*helpPopup*helpText*width:	450
Chooser*helpPopup*helpText*height:	300
!
!	COLORS - FOR ALL XDM PIECES
!
#ifdef COLOR
xlogin*Background:			Black
xlogin*greetColor:			#6cc6c7
xlogin*failColor:			Red
xlogin*promptColor:			#7fced3
!
xlogin*ok*Background:			Green
xlogin*reset*Background:		Yellow
xlogin*restart*Background:		Orange
xlogin*failsafe*Background:		Violet
xlogin*help*Background:			Cyan
xlogin*Command*Foreground:		Black
!
xlogin*helpPopup*Background:		Yellow
xlogin*helpPopup*Foreground:		Black
xlogin*helpPopup*helpDone*Background:	Green
!
Chooser*Background:			Coral
Chooser*Command*Background:		Tomato
!
Chooser*helpPopup*Background:		LightSalmon
Chooser*helpPopup*Foreground:		Black
Chooser*helpPopup*helpDone*Background:	Tomato
!
*Foreground:				Green
!
#else /* MONO */
xlogin*Foreground:			Black
xlogin*Background:			White
XConsole*Foreground:			White
XConsole*Background:			Black
Chooser*Foreground:			Black
Chooser*Background:			White
#endif /* COLOR/MONO */
