mirror of
https://github.com/pierre42100/comunic
synced 2025-07-12 13:02:59 +00:00
First commit
This commit is contained in:
51
inc/logout_with_roundcube.html
Executable file
51
inc/logout_with_roundcube.html
Executable file
@ -0,0 +1,51 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Aller à la page d'acceuil</title>
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-family: Arial;
|
||||
background-color: rgba(68, 116, 231, 0.7);
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a div {
|
||||
color: #FFFFFF;
|
||||
margin: auto;
|
||||
font-size: 170%;
|
||||
width: 170px;
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
margin-top: 150px;
|
||||
border: 3px rgba(68, 116, 231, 0.8) solid;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
a div:hover {
|
||||
background-color: rgba(68, 116, 231, 0.6);
|
||||
}
|
||||
|
||||
a div:active {
|
||||
background-color: rgba(68, 116, 231, 1);
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
iframe {
|
||||
visibility: hidden;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Cette page est apparue afin de permettre l'éventuelle déconnexion du Webmail.</p>
|
||||
<a href="%TARGET_REDIRECT%" target="_parent"><div>Page d'acceuil</div></a>
|
||||
<meta http-equiv="refresh" content="10;URL=%TARGET_REDIRECT%">
|
||||
<iframe src="roundcube/?_task=logout"></iframe>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user