site.master revision 947af33fa9a6307636167a32e447bb4f9a12cd2b
<%--
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2009 Sun Microsystems Inc. All Rights Reserved
*
* The contents of this file are subject to the terms
* of the Common Development and Distribution License
* (the License). You may not use this file except in
* compliance with the License.
*
* You can obtain a copy of the License at
* https://opensso.dev.java.net/public/CDDLv1.0.html or
* opensso/legal/CDDLv1.0.txt
* See the License for the specific language governing
* permission and limitations under the License.
*
* When distributing Covered Code, include this CDDL
* Header Notice in each file and include the License file
* at opensso/legal/CDDLv1.0.txt.
* If applicable, add the following below the CDDL Header,
* with the fields enclosed by brackets [] replaced by
* your own identifying information:
* "Portions Copyrighted [year] [name of copyright owner]"
*
* $Id: site.master,v 1.1 2009/05/01 15:19:58 ggennaro Exp $
*/
/*
* Portions Copyrighted 2013 ForgeRock Inc.
*/
--%>
<%@ Master Language="C#" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head id="Head1" runat="server">
<title>Sample Application with OpenAM and ASP.NET</title>
<link rel="stylesheet" type="text/css" href="css/site.css" />
<script type="text/javascript" src="js/site.js"></script>
</head>
<body>
<div class="header">
<div class="primary"><img src="images/PrimaryProductName.png" alt="OpenAM" /></div>
<div class="secondary"><img src="images/masthead-sunname.gif" alt="ForgeRock, Inc."/></div>
</div>
<div class="content">
<asp:ContentPlaceHolder ID="content" runat="server">
</asp:ContentPlaceHolder>
</div>
</body>
</html>