diff --git a/src/main/webapp/WEB-INF/views/auth/form.jsp b/src/main/webapp/WEB-INF/views/auth/form.jsp index c7f5a2a36..57dfc4974 100644 --- a/src/main/webapp/WEB-INF/views/auth/form.jsp +++ b/src/main/webapp/WEB-INF/views/auth/form.jsp @@ -19,73 +19,74 @@

<%= jspUtil.label("label.login") %>

-
-
- - <% if (!StringUtils.isEmpty(request.getAttribute("page")) - && !"/open.knowledge/list".equals(request.getAttribute("page"))) { %> -
-
- <%= jspUtil.label("knowledge.auth.description") %> -
-
- <% } %> - - -
-
- -
-
-
- -
- -
- " - placeholder="<%= jspUtil.label("knowledge.auth.label.id") %>" autofocus> -
-
-
- -
- " - placeholder="<%= jspUtil.label("knowledge.auth.label.password") %>"> -
-
- " id="page"> - - -  <%= jspUtil.label("knowledge.auth.forgot.password") %> - -

- -
-
- +
+ + + <% if (!StringUtils.isEmpty(request.getAttribute("page")) + && !"/open.knowledge/list".equals(request.getAttribute("page"))) { %> +
+
+ <%= jspUtil.label("knowledge.auth.description") %> +
+
+ <% } %> + + +
+
+ +
+
+
+ +
+ +
+ " + placeholder="<%= jspUtil.label("knowledge.auth.label.id") %>" autofocus> +
+
+
+ +
+ " + placeholder="<%= jspUtil.label("knowledge.auth.label.password") %>"> +
+
+ " id="page"> + +
+
+ <% if (SystemConfigLogic.get().isUserAddAble()) { %> - -  <%= jspUtil.label("knowledge.auth.signup") %> - + +  <%= jspUtil.label("knowledge.auth.signup") %> + <% } %> -
-
- - - +

+ +  <%= jspUtil.label("knowledge.auth.forgot.password") %> + -
- + +
+
+ + + + +
+