initial commit from rev. 632
This commit is contained in:
22
gulliver/bin/tasks/templates/sysLogin.xml.tpl
Normal file
22
gulliver/bin/tasks/templates/sysLogin.xml.tpl
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<dynaForm name="sysLogin" version="1.0" basedir="" xmlform_type="NORMAL" width="400px">
|
||||
<TITLE type="title">
|
||||
<en>Login</en>
|
||||
</TITLE>
|
||||
|
||||
<USR_USERNAME type="text" size="30" maxlength="32" validate="Alpha10">
|
||||
<en>User</en>
|
||||
</USR_USERNAME>
|
||||
|
||||
<USR_PASSWORD type="password" size="30" maxlength="32">
|
||||
<en>Password</en>
|
||||
</USR_PASSWORD>
|
||||
|
||||
<USER_ENV type="text" size="30" maxlength="32" validate="Alpha">
|
||||
<en>Workspace</en>
|
||||
</USER_ENV>
|
||||
|
||||
<BSUBMIT type="submit" style="font-weight:bold;color:black;" className="module_app_button___gray">
|
||||
<en>Login</en>
|
||||
</BSUBMIT>
|
||||
</dynaForm>
|
||||
Reference in New Issue
Block a user