OSSP CVS Repository | 
	  
	     
       | 
	
  | 
# Test config
# Password Field: INPUT TYPE=PASSWORD
# <p>Name: <input name=login> Password: <input type=password name=passwd>
item {  
    name login
    visible "Name:" 
    type text
}
item {  
    name passwd
    visible "Password:"
    type password
}