Repository: wicket
Updated Branches:
  refs/heads/master 7596d9571 -> 6c4d17d75


Create SignInPanel_pl.html

This closes #204


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/b8374033
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/b8374033
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/b8374033

Branch: refs/heads/master
Commit: b8374033c8deb193563783c2f8cb9fa29139bedb
Parents: 7596d95
Author: jac-czerwinski <jacek.czerwin...@gmail.com>
Authored: Sat Jan 21 15:18:24 2017 +0100
Committer: Sven Meier <svenme...@apache.org>
Committed: Sat Jan 21 20:24:51 2017 +0100

----------------------------------------------------------------------
 .../authentication/panel/SignInPanel_pl.html    | 42 ++++++++++++++++++++
 1 file changed, 42 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/b8374033/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/panel/SignInPanel_pl.html
----------------------------------------------------------------------
diff --git 
a/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/panel/SignInPanel_pl.html
 
b/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/panel/SignInPanel_pl.html
new file mode 100644
index 0000000..570aec9
--- /dev/null
+++ 
b/wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/panel/SignInPanel_pl.html
@@ -0,0 +1,42 @@
+<?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 xmlns:wicket="http://wicket.apache.org";>
+<head>
+    <title>Wicket Examples - signin2</title>
+    <link rel="stylesheet" type="text/css" href="style.css"/>
+</head>
+<body>
+  <wicket:panel>
+    <span wicket:id="feedback"/>
+    
+       <form wicket:id="signInForm">
+               <dl>
+                       <dt>U&#x017C;ytkownik:</dt>
+                       <dd><input wicket:id="username" type="text" 
size="30"/></dd>
+                       <dt>Has&#x0142;o:</dt>
+                       <dd><input wicket:id="password" type="password" 
size="30"/></dd>
+                       <dd wicket:id="rememberMeContainer"><input 
wicket:id="rememberMe" type="checkbox" /> Pami&#x0119;taj mnie </dd>
+                       <dd>
+                               <input type="submit" name="submit" 
value="Wchodz&#x0119;"/>
+                               <input type="reset" value="Rezygnuj&#x0119;"/>
+                       </dd>
+               </dl>
+       </form>
+  </wicket:panel>
+</body>
+</html>

Reply via email to