pb2menu 1

background none

widget
	type pic
	pic select1bm
	picwidth 200
	picheight 100
	xcent 0
	ycent 0
	valign center
	halign center

widget type text
	text "Admin (OP) Login:"
	halign center
	xcent 0
	ycent -32

widget type field
	width 10
	xcent 0
	ycent 0
	halign center
	cvar menu_admin_login


widget
	type text
	ycent 32
	xcent -64
	text "[Login]"
	command "cmd login $menu_admin_login; unset menu_admin_login; menu pop"
widget
	type text
	xcent 4
	text "[Cancel]"
	command "unset menu_admin_login; menu pop"
