resource-management-portlet/src/main/webapp/ResourceManagementPortlet.html

119 lines
3.3 KiB
HTML

<!doctype html>
<!-- The DOCTYPE declaration above will set the -->
<!-- browser's rendering engine into -->
<!-- "Standards Mode". Replacing this declaration -->
<!-- with a "Quirks Mode" doctype may lead to some -->
<!-- differences in layout. -->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta HTTP-EQUIV="Expires" CONTENT="0">
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
<meta HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<link rel="shortcut icon" href="mask_images/favicon.gif" >
<link href='http://fonts.googleapis.com/css?family=Reenie+Beanie' rel='stylesheet' type='text/css'>
<title>D4Science Infrastructure Monitor</title>
<style>
a:hover {
opacity: 0.7;
}
.footer {
margin-top: 10px;
position: relative;
width: 100%;
background-color: #99CC33;
clear: both;
color: #FFFFFF;
height: 20px;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
font-size-adjust: none;
font-style: normal;
font-variant: normal;
font-weight: normal;
}
.ec {
font-family: arial, sans-serif;
position: relative;
width: 100%;
background-color: white;
clear: both;
text-align: center;
}
.slogan {
font-family: arial, sans-serif;
color: #666666;
font-size: 12px;
text-align: right;
border-bottom: 1px solid #DDDDDD;
}
</style>
<!-- -->
<!-- Consider inlining CSS to reduce the number of requested files -->
<!-- -->
<link type="text/css" rel="stylesheet" href="xmlverbatim.css" />
<link type="text/css" rel="stylesheet" href="gxt/css/gxt-all.css" />
<link type="text/css" rel="stylesheet" href="ResourceManagementPortlet.css" />
<script type="text/javascript" language="javascript"
src="resourcemanagementportlet/resourcemanagementportlet.nocache.js"></script>
</head>
<body TOPMARGIN=0 LEFTMARGIN=0>
<table class="slogan" cellspacing="0" cellpadding="0" border="0"
width="100%" height="20px">
<tr>
<td colspan="2" height="5" bgcolor="#3399CC" />
</tr>
<tr>
<td colspan="2" height="5" bgcolor="#000080" />
</tr>
<tr>
<td align="left">&nbsp;&nbsp;<img style="padding-top: 5px;" src="mask_images/D4ScienceInfrastructure.png" />
</td>
<td align="right">&nbsp;&nbsp;<a target="_blank" href="http://www.gcube-system.org"><img style="padding-top: 5px;" src="mask_images/gCube.png" /></a>
</td>
</tr>
</table>
<div style="display: block">
<div style="margin-top: 5px; margin-left: 5px;" id="MyUniqueDIV"></div>
<div class="footer">
</div>
<div class="ec"><a style="color: #FFFFFF;"
href="http://europa.eu/index_en.htm" target="_blank" linkindex="36"
set="yes"><img hspace="5" align="absmiddle"
src="mask_images/eu.jpg" alt="EU" /></a> <a style="color: #FFFFFF;"
href="http://cordis.europa.eu/fp7/ict/e-infrastructure/home_en.html"
target="_blank" linkindex="37" set="yes"><img hspace="5"
align="absmiddle" src="mask_images/e_infrastructure.gif"
alt="FP7 e-Infrastructures" /></a> <a style="color: #FFFFFF;"
href="http://cordis.europa.eu/fp7/capacities/home_en.html"
target="_blank" linkindex="38" set="yes"><img hspace="5"
align="absmiddle" src="mask_images/7_capacities.gif"
alt="FP7 Capacities programme" /></a></div>
</div>
</body>
</html>