You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
576 B
Plaintext
22 lines
576 B
Plaintext
<html
|
|
xmlns="native"
|
|
xmlns:u="zul"
|
|
xmlns:zk="zk">
|
|
<head>
|
|
<title>${labels.Loggingin}</title>
|
|
</head>
|
|
<body style="height: 100%; padding: 0 5px;">
|
|
<div style="height: 15%" />
|
|
<div align="center">
|
|
<u:include src="login.zul" />
|
|
<br/>
|
|
<img src="img/google.png" alt="Google"/>
|
|
<form action="j_spring_openid_security_check" method="post">
|
|
<input name="openid_identifier" type="hidden" value="https://www.google.com/accounts/o8/id"/>
|
|
<input type="submit" value="${labels.LoginViaGoogle}" class="nicebutton"/>
|
|
</form>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|