﻿<%--
  <copyright file="Server.aspx" company="Microsoft">
    Copyright (C) Microsoft. All rights reserved.
  </copyright>
--%>
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Server.aspx.cs" Inherits="Microsoft.WindowsServerSolutions.Client.Website.LocalServer" Culture="Auto" UICulture="Auto" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>
    <%=GetLocalizedString("TextTitle")%>
    </title>
    <!-- Style Sheet -->
    <link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body id="serverBody">
    <form id="form1" runat="server">

    <div id="serverLogo">
        <img src="GetBrandingImage.aspx?black=true" alt=""/>
    </div>
    <!-- Content -->
    <div id="serverContent">

    <!-- Button and text -->
	    <div id="serverButton">
	      <table border="0" cellpadding="0" cellspacing="0">
	        <tr>
	          <td align="left" valign="top" class="serverIcon"><img src="images/Computer48.png" alt="Connect to Server Icon" width="48" height="48" border="0" /></td>
	          <td align="left" valign="top">
	            <div id="serverLinkText">
                    <%=GetLocalizedString("TextInstruction")%>
                </div>
	            <div id="serverLinkSubText">
                    <%=GetLocalizedString("TextInstructionDetail")%>
                </div>
              </td>
            </tr>
          </table>
	    </div>
    </div>
    </form>
</body>
</html>
