15 lines
306 B
Plaintext
15 lines
306 B
Plaintext
DATABASE FORMONLY
|
|
|
|
SCREEN {
|
|
|
|
|
|
Login: [f000 ]
|
|
Password:[f001 ]
|
|
|
|
|
|
|
|
}
|
|
ATTRIBUTES
|
|
f000 = formonly.usuario, REQUIRED, COMMENT="Introducir su nombre de Usuario";
|
|
f001 = formonly.clave, CLASS="PASSWORD", COMMENT="Favor de introducir su clave";
|