summaryrefslogtreecommitdiff
path: root/webconsole/jsp/contexts/LoginSheet.xml
blob: 67c29f1723f02a64938090a2c54593021c6fbb03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE propertysheet SYSTEM "tags/dtd/propertysheet.dtd">

<propertysheet>
    <section name="login" defaultValue=" ">
        <property>
            <label name="ContextLabel" defaultValue="APOC.contexts.login.context"/>
            <cc name="ContextText" tagclass="com.sun.web.ui.taglib.html.CCStaticTextFieldTag"/>
        </property>
        <property>
            <label name="UsernameLabel" defaultValue="APOC.login.username"/>
            <cc name="UsernameText" tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag">
                <attribute name="defaultValue" value=""/>
                <attribute name="onFocus" value="this.select();"/>
                <attribute name="onChange" value="document.forms[0]['ContextsLogin.PasswordText'].value = null;"/>
            </cc>
        </property>
        <property>
            <label name="PasswordLabel" defaultValue="APOC.login.password"/>
            <cc name="PasswordText" tagclass="com.sun.web.ui.taglib.html.CCPasswordTag">
                <attribute name="defaultValue" value=""/>
            </cc>
        </property>
        <property>
            <cc name="LoginButton" tagclass="com.sun.web.ui.taglib.html.CCButtonTag">
              <attribute name="defaultValue" value="APOC.button.OK"/>
              <attribute name="type" value="default"/>
            </cc>
            <cc name="CancelButton" tagclass="com.sun.web.ui.taglib.html.CCButtonTag">
              <attribute name="defaultValue" value="APOC.button.cancel"/>
              <attribute name="type" value="secondary"/>
            </cc>
        </property>
    </section>
</propertysheet>