16
16
<c:param name =" PARAM_HEAD" >
17
17
<style >
18
18
.radio_block {
19
- margin-bottom : 10px ;
19
+ margin-bottom : 10px ;
20
20
}
21
21
.viewarea {
22
- border : 1px solid #DDD ;
23
- border-radius : 8px ;
24
- -moz-border-radius : 8px ;
25
- -webkit-border-radius : 8px ;
26
- color : #111 ;
27
- padding : 10px ;
22
+ border : 1px solid #DDD ;
23
+ border-radius : 8px ;
24
+ -moz-border-radius : 8px ;
25
+ -webkit-border-radius : 8px ;
26
+ color : #111 ;
27
+ padding : 10px ;
28
28
}
29
29
</style >
30
30
</c:param >
31
31
32
32
<c:param name =" PARAM_SCRIPTS" >
33
33
<script >
34
34
function deleteConfig () {
35
- bootbox .confirm (' <%= jspUtil. label(" knowledge.mail.confirm.delete" ) % >' , function (result ) {
36
- if (result) {
37
- $ (' #proxyForm' ).attr (' action' , ' <%= request. getContextPath() % > /admin.proxy/delete' );
38
- $ (' #proxyForm' ).submit ();
39
- }
40
- });
35
+ bootbox .confirm (' <%= jspUtil. label(" knowledge.mail.confirm.delete" ) % >' , function (result ) {
36
+ if (result) {
37
+ $ (' #proxyForm' ).attr (' action' , ' <%= request. getContextPath() % > /admin.proxy/delete' );
38
+ $ (' #proxyForm' ).submit ();
39
+ }
40
+ });
41
41
};
42
42
</script >
43
43
</c:param >
@@ -48,85 +48,84 @@ function deleteConfig() {
48
48
<h4 class =" title" ><%= jspUtil. label(" knowledge.proxy.title" ) % > </h4 >
49
49
50
50
<div class =" alert alert-info alert-dismissible" role =" alert" >
51
- <button type =" button" class =" close" data-dismiss =" alert" aria-label =" Close" ><span aria-hidden =" true" >× ; </span ></button >
52
- <%= jspUtil. label(" knowledge.proxy.msg" ) % > <br />
51
+ <button type =" button" class =" close" data-dismiss =" alert" aria-label =" Close" ><span aria-hidden =" true" >× ; </span ></button >
52
+ <%= jspUtil. label(" knowledge.proxy.msg" ) % > <br />
53
53
</div >
54
54
55
55
56
56
<form action =" <%= request. getContextPath() % > /admin.proxy/save" method =" post" role =" form" id =" proxyForm" >
57
- <div class =" form-group" >
58
- <label for =" host" ><%= jspUtil. label(" label.host" ) % > </label >
59
- <input type =" text" class =" form-control" name =" proxyHostName" id =" host" placeholder =" HOST NAME" value =" <%= jspUtil. out(" proxyHostName" ) % >" />
60
- </div >
61
- <div class =" form-group" >
62
- <label for =" port" ><%= jspUtil. label(" label.port" ) % > </label >
63
- <input type =" text" class =" form-control" name =" proxyPortNo" id =" port" placeholder =" PORT" value =" <%= jspUtil. out(" proxyPortNo" ) % >" />
64
- </div >
65
- <div class =" form-group" >
66
- <label for =" authType_lock" ><%= jspUtil. label(" label.auth" ) % > </label ><br />
67
- <label class =" radio-inline" >
68
- <input type =" radio" value =" <%= AuthType . None . getValue() % >" name =" proxyAuthType"
69
- id =" authType_lock" <% = jspUtil.checked(String.valueOf(AuthType.None.getValue()), " proxyAuthType" , true) % >/>
70
- <i class =" fa fa-unlock" ></i >  ; <%= jspUtil. label(" knowledge.proxy.auth.none" ) % >
71
- </label >
72
- <label class =" radio-inline" >
73
- <input type =" radio" value =" <%= AuthType . Basic . getValue() % >" name =" proxyAuthType"
74
- id =" authType_basic" <% = jspUtil.checked(String.valueOf(AuthType.Basic.getValue()), " proxyAuthType" , false) % >/>
75
- <i class =" fa fa-lock" ></i >  ; <%= jspUtil. label(" knowledge.proxy.auth.basic" ) % >
76
- </label >
77
- <label class =" radio-inline" >
78
- <input type =" radio" value =" <%= AuthType . NTLM. getValue() % >" name =" proxyAuthType"
79
- id =" authType_basic" <% = jspUtil.checked(String.valueOf(AuthType.NTLM.getValue()), " proxyAuthType" , false) % >/>
80
- <i class =" fa fa-lock" ></i >  ; <%= jspUtil. label(" knowledge.proxy.auth.ntlm" ) % >
81
- </label >
82
- </div >
83
- <div class =" form-group " >
84
- <label for =" proxyAuthUserId" ><%= jspUtil. label(" label.auth.id" ) % > </label >
85
- <input type =" text" class =" form-control" name =" proxyAuthUserId" id =" proxyAuthUserId" placeholder =" ID" value =" <%= jspUtil. out(" proxyAuthUserId" ) % >" />
86
- </div >
87
- <div class =" form-group" >
88
- <label for =" proxyAuthPassword" ><%= jspUtil. label(" label.auth.password" ) % > </label >
89
- <input type =" password" class =" form-control" name =" proxyAuthPassword" id =" proxyAuthPassword" placeholder =" PASSWORD" value =" <%= jspUtil. out(" proxyAuthPassword" ) % >" />
90
- </div >
91
- <div class =" form-group" >
92
- <label for =" proxyAuthDomain" ><%= jspUtil. label(" knowledge.proxy.auth.ntlm.domain" ) % > </label >
93
- <input type =" text" class =" form-control" name =" proxyAuthDomain" id =" proxyAuthDomain" placeholder =" Domain" value =" <%= jspUtil. out(" proxyAuthDomain" ) % >" />
94
- </div >
95
- <div class =" form-group" >
96
- <label for =" proxyAuthPcName" ><%= jspUtil. label(" knowledge.proxy.auth.ntlm.domain" ) % > </label >
97
- <input type =" text" class =" form-control" name =" proxyAuthPcName" id =" proxyAuthPcName" placeholder =" PC NAME" value =" <%= jspUtil. out(" proxyAuthPcName" ) % >" />
98
- </div >
99
-
100
-
101
- <div class =" form-group" >
102
- <label for =" testType_Proxy" ><%= jspUtil. label(" knowledge.proxy.test.type" ) % > </label ><br />
103
- <label class =" radio-inline" >
104
- <input type =" radio" value =" <%= INT_FLAG. ON . getValue() % >" name =" testType"
105
- id =" testType_Proxy" <% = jspUtil.checked(String.valueOf(INT_FLAG.ON.getValue()), " testType" , true) % >/>
106
- <%= jspUtil. label(" knowledge.proxy.test.type.proxy" ) % >
107
- </label >
108
- <label class =" radio-inline" >
109
- <input type =" radio" value =" <%= INT_FLAG. OFF . getValue() % >" name =" testType"
110
- id =" testType_Direct" <% = jspUtil.checked(String.valueOf(INT_FLAG.OFF.getValue()), " testType" , false) % >/>
111
- <%= jspUtil. label(" knowledge.proxy.test.type.direct" ) % >
112
- </label >
113
- </div >
114
-
115
-
116
- <div class =" form-group" >
117
- <label for =" testUrl" ><%= jspUtil. label(" knowledge.proxy.testurl" ) % > </label >
118
- <input type =" text" class =" form-control" name =" testUrl" id =" testUrl" placeholder =" Test URL" value =" <%= jspUtil. out(" testUrl" ) % >" />
119
- </div >
120
-
121
- <input type =" hidden" name =" systemName" value =" <%= jspUtil. out(" systemName" ) % >" />
122
-
123
- <button type =" submit" class =" btn btn-primary" ><i class =" fa fa-save" ></i >  ; <%= jspUtil. label(" label.save" ) % > </button >
124
-
125
- <button type =" submit" class =" btn btn-success" formaction =" <%= request. getContextPath() % > /admin.proxy/test" >
126
- <i class =" fa fa-check-square-o" ></i >  ; <%= jspUtil. label(" knowledge.proxy.test" ) % >
127
- </button >
128
-
129
- <button type =" button" class =" btn btn-danger" onclick =" deleteConfig();" ><i class =" fa fa-remove" ></i >  ; <%= jspUtil. label(" label.delete" ) % > </button >
57
+ <div class =" form-group" >
58
+ <label for =" host" ><%= jspUtil. label(" label.host" ) % > </label >
59
+ <input type =" text" class =" form-control" name =" proxyHostName" id =" host" placeholder =" HOST NAME" value =" <%= jspUtil. out(" proxyHostName" ) % >" />
60
+ </div >
61
+ <div class =" form-group" >
62
+ <label for =" port" ><%= jspUtil. label(" label.port" ) % > </label >
63
+ <input type =" text" class =" form-control" name =" proxyPortNo" id =" port" placeholder =" PORT" value =" <%= jspUtil. out(" proxyPortNo" ) % >" />
64
+ </div >
65
+ <div class =" form-group" >
66
+ <label for =" authType_lock" ><%= jspUtil. label(" label.auth" ) % > </label ><br />
67
+ <label class =" radio-inline" >
68
+ <input type =" radio" value =" <%= AuthType . None . getValue() % >" name =" proxyAuthType"
69
+ id =" authType_lock" <% = jspUtil.checked(String.valueOf(AuthType.None.getValue()), " proxyAuthType" , true) % >/>
70
+ <i class =" fa fa-unlock" ></i >  ; <%= jspUtil. label(" knowledge.proxy.auth.none" ) % >
71
+ </label >
72
+ <label class =" radio-inline" >
73
+ <input type =" radio" value =" <%= AuthType . Basic . getValue() % >" name =" proxyAuthType"
74
+ id =" authType_basic" <% = jspUtil.checked(String.valueOf(AuthType.Basic.getValue()), " proxyAuthType" , false) % >/>
75
+ <i class =" fa fa-lock" ></i >  ; <%= jspUtil. label(" knowledge.proxy.auth.basic" ) % >
76
+ </label >
77
+ <label class =" radio-inline" >
78
+ <input type =" radio" value =" <%= AuthType . NTLM. getValue() % >" name =" proxyAuthType"
79
+ id =" authType_basic" <% = jspUtil.checked(String.valueOf(AuthType.NTLM.getValue()), " proxyAuthType" , false) % >/>
80
+ <i class =" fa fa-lock" ></i >  ; <%= jspUtil. label(" knowledge.proxy.auth.ntlm" ) % >
81
+ </label >
82
+ </div >
83
+ <div class =" form-group " >
84
+ <label for =" proxyAuthUserId" ><%= jspUtil. label(" label.auth.id" ) % > </label >
85
+ <input type =" text" class =" form-control" name =" proxyAuthUserId" id =" proxyAuthUserId" placeholder =" ID" value =" <%= jspUtil. out(" proxyAuthUserId" ) % >" />
86
+ </div >
87
+ <div class =" form-group" >
88
+ <label for =" proxyAuthPassword" ><%= jspUtil. label(" label.auth.password" ) % > </label >
89
+ <input type =" password" class =" form-control" name =" proxyAuthPassword" id =" proxyAuthPassword" placeholder =" PASSWORD" value =" <%= jspUtil. out(" proxyAuthPassword" ) % >" />
90
+ </div >
91
+ <div class =" form-group" >
92
+ <label for =" proxyAuthDomain" ><%= jspUtil. label(" knowledge.proxy.auth.ntlm.domain" ) % > </label >
93
+ <input type =" text" class =" form-control" name =" proxyAuthDomain" id =" proxyAuthDomain" placeholder =" Domain" value =" <%= jspUtil. out(" proxyAuthDomain" ) % >" />
94
+ </div >
95
+ <div class =" form-group" >
96
+ <label for =" proxyAuthPcName" ><%= jspUtil. label(" knowledge.proxy.auth.ntlm.domain" ) % > </label >
97
+ <input type =" text" class =" form-control" name =" proxyAuthPcName" id =" proxyAuthPcName" placeholder =" PC NAME" value =" <%= jspUtil. out(" proxyAuthPcName" ) % >" />
98
+ </div >
99
+
100
+
101
+ <div class =" form-group" >
102
+ <label for =" testType_Proxy" ><%= jspUtil. label(" knowledge.proxy.test.type" ) % > </label ><br />
103
+ <label class =" radio-inline" >
104
+ <input type =" radio" value =" <%= INT_FLAG. ON . getValue() % >" name =" testType"
105
+ id =" testType_Proxy" <% = jspUtil.checked(String.valueOf(INT_FLAG.ON.getValue()), " testType" , true) % >/>
106
+ <%= jspUtil. label(" knowledge.proxy.test.type.proxy" ) % >
107
+ </label >
108
+ <label class =" radio-inline" >
109
+ <input type =" radio" value =" <%= INT_FLAG. OFF . getValue() % >" name =" testType"
110
+ id =" testType_Direct" <% = jspUtil.checked(String.valueOf(INT_FLAG.OFF.getValue()), " testType" , false) % >/>
111
+ <%= jspUtil. label(" knowledge.proxy.test.type.direct" ) % >
112
+ </label >
113
+ </div >
114
+
115
+ <div class =" form-group" >
116
+ <label for =" testUrl" ><%= jspUtil. label(" knowledge.proxy.testurl" ) % > </label >
117
+ <input type =" text" class =" form-control" name =" testUrl" id =" testUrl" placeholder =" Test URL" value =" <%= jspUtil. out(" testUrl" ) % >" />
118
+ </div >
119
+
120
+ <input type =" hidden" name =" systemName" value =" <%= jspUtil. out(" systemName" ) % >" />
121
+
122
+ <button type =" submit" class =" btn btn-primary" ><i class =" fa fa-save" ></i >  ; <%= jspUtil. label(" label.save" ) % > </button >
123
+
124
+ <button type =" submit" class =" btn btn-success" formaction =" <%= request. getContextPath() % > /admin.proxy/test" >
125
+ <i class =" fa fa-check-square-o" ></i >  ; <%= jspUtil. label(" knowledge.proxy.test" ) % >
126
+ </button >
127
+
128
+ <button type =" button" class =" btn btn-danger" onclick =" deleteConfig();" ><i class =" fa fa-remove" ></i >  ; <%= jspUtil. label(" label.delete" ) % > </button >
130
129
</form >
131
130
132
131
0 commit comments