Page MenuHomeGRNET

logout.html
No OneTemporary

File Metadata

Created
Sun, Mar 22, 2:42 AM

logout.html

<html>
<head>
<title>DIAS</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
body {
background-color: #B2B2B2;
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #656565;
text-align: justify;
}
div#content {
width: 700px;
margin-left: auto;
margin-right: auto;
background-color: white;
border-radius: 5px;
padding: 20px;
}
div#header {
margin-right: 17px;
margin-left: 17px;
border-top: 1px solid #f4f4f4;
border-bottom: 1px solid #f4f4f4;
background-color: silver;
}
div#header_image {
display: table-cell;
text-align: center;
background-color: white;
padding-left: 10px;
padding-right: 10px;
}
div#header_text {
display: table-cell;
vertical-align: middle;
text-align: left;
padding: 10px;
font-size: 140%;
color: #666666;
}
h1 {
font-size: 130%;
color: #656565;
font-weight: bold;
margin: 1em;
padding: 0.5em;
}
div#footer {
margin: 0;
margin-left: 17px;
margin-right: 17px;
background-color: #f1f1f1;
border-radius: 8px;
padding: 10px;
}
div#footer_content {
margin: 6px 10px 10px 10px;
font-size: 13px;
color: #666666;
}
</style>
</head>
<body>
<div id="content">
<div id="header">
<div id="header_image">
<img src="grnet.png" alt="GRNET" title="GRNET">
</div>
<div id="header_text">
<p>Diagnostic Imaging Archive Solution (DIAS)</p>
</div>
</div>
<h1>Αποσύνδεση</h1>
<div id="footer">
<div id="footer_content">
<p>Για να ολοκληρωθεί η αποσύνδεσή σας από την Ηλεκτρονική Υπηρεσία DIAS θα <b>πρέπει</b> να κλείσετε το φυλλομετρητή (browser) σας.</p>
</div>
</div>
</div>
</body>
</html>

Event Timeline