Repository: wicket Updated Branches: refs/heads/wicket-7.x 0a7e68742 -> c579ba1c2
WICKET-6311 Russian sign out page is added Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/c579ba1c Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/c579ba1c Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/c579ba1c Branch: refs/heads/wicket-7.x Commit: c579ba1c23881900bf179b46b49d2146d5f85216 Parents: 0a7e687 Author: Maxim Solodovnik <[email protected]> Authored: Mon Jan 23 22:09:25 2017 +0700 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Wed Jan 25 21:50:01 2017 +0100 ---------------------------------------------------------------------- .../authentication/pages/SignOutPage_ru.html | 25 ++++++++++++++++++++ 1 file changed, 25 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/c579ba1c/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/pages/SignOutPage_ru.html ---------------------------------------------------------------------- diff --git a/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/pages/SignOutPage_ru.html b/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/pages/SignOutPage_ru.html new file mode 100644 index 0000000..59cbbcb --- /dev/null +++ b/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/pages/SignOutPage_ru.html @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<html> +<head> + <title>ÐÑÑ Ð¾Ð´</title> +</head> +<body> + <h2>Ðо ÑвиданиÑ!</h2> +</body> +</html>
