xenadmin/XenAdmin/HomePage/index.html
Gabor Apati-Nagy 94b0f438c8 CP-15402: New Home Page (html based)
Changed layout a bit to get rid of the scrollbars that appeared in a default sized XenCenter

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-02-16 14:47:04 +00:00

106 lines
4.3 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<!-- File saved as ISO-8859-1 encoding. -->
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Citrix XenServer</title>
<!-- CSS Framework -->
<link rel="stylesheet" href="css/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="css/theme.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="css/print.css" type="text/css" media="print">
<!-- <![if lt IE 9]><link rel="stylesheet" href="css/" type="text/css" media="screen, projection"><![endif]> -->
<!-- Number of columns: 24
Column width: 30
Gutter width: 10
Total width: 950
Row height: 18 px -->
<!-- To remove div outlines, remove line below. -->
<!-- <style>div {outline:1px solid #000000; }</style> -->
</head>
<body>
<!-- start dummy purple bg that spans the browser window width -->
<div class="cx-hero-top-bg">
</div>
<!-- end dummy purple bg that spans the browser window width -->
<!-- start container -->
<div class="container"><!-- add css class "showgrid" to see grid -->
<!-- Start Top Section -->
<div class="span-18 top cx-hero-top">
<div class="span-16 prepend-1 append-0 inner last">
<!-- start left column -->
<div class="column left span-12 first">
<!-- Citrix XenServer Logo -->
<img id="logo-citrixXenServer" src="media/logos/cx-logo-citrixXenServer.png" alt="Citrix XenServer Logo" />
<!-- start tagline -->
<p class="cx-tagline" title="Industry leading open srouce platform for cloud server and desktop virtualization">
<span>Industry leading open source platform for cloud server<br> and desktop virtualization</span><!-- need span for ie7 opacity -->
</p>
<!-- end tagline -->
<!-- start call outs -->
<ul class="cx-callouts-list">
<li class="cx-doc-icon" title="Learn about using XenCenter">
<a href="xencenter://HelpContents" class="cx-link">Learn about using XenCenter</a>
</li>
<li class="cx-doc-icon" title="Learn about XenServer and Workspace Cloud">
<a href="https://www.citrix.com/xenserver/clm" class="cx-link">Learn about XenServer and Citrix Lifecycle Manager</a>
</li>
<li class="cx-doc-icon" title="Network with other XenServer users">
<a href="http://xenserver.org/" class="cx-link">Network with other XenServer users</a>
</li>
<li class="cx-doc-icon last" title="Community Support Partners">
<a href="https://www.citrix.com/support" class="cx-link">Visit the Citrix Knowledge Center</a>
</li>
</ul>
<!-- end call outs -->
</div>
<!-- end left column -->
<!-- start right column -->
<div class="column right span-6 last">
<img id="cloudServerGraphic" src="media/icons/cx-cloudServerGraphic.png" alt="Cloud Server Graphic">
</div>
<!-- end right column -->
</div>
</div>
<!-- End Top Section -->
<!-- Bottom Section -->
<div class="span-18 cx-hero-bottom clearfix">
<div class="column prepend-1 clearfix">
<!-- start card 1 -->
<div class="span-6 cx-cards" title="Add a Server">
<a class="cx-link" href="xencenter://AddServer">
<img id="addServer" src="media/icons/cx-icon-addServer.png" alt="Add a Server">
<p class="">
Add a Server
</p>
</a>
</div>
<!-- end card 1 -->
<!-- start card 2 -->
<div class="span-6 cx-cards" title="Purchase Support">
<a class="cx-link" href="http://www.citrix.com/xenserver/le/features">
<img id="purchaseSupport" src="media/icons/cx-icon-purchaseSupport.png" alt="Purchase Support">
<p class="">
Purchase Support
</p>
</a>
</div>
<!-- end card 2 -->
<!-- start card 3 -->
<div class="span-6 cx-cards last" title="Try Desktop Virtualization">
<a class="cx-link" href="http://www.citrix.com/TryXenDesktop">
<img id="deskTopVirt" src="media/icons/cx-icon-tryVirtualization.png" alt="Try Desktop Virtualization">
<p class="">
Try Desktop Virtualization
</p>
</a>
</div>
<!-- end card 3 -->
</div>
</div>
<!-- END Bottom Section -->
</div>
<!-- end container -->
</body>
</html>