You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
678 B

<%@ Master Language="C#" MasterPageFile="~/Templates/Application.master" AutoEventWireup="true"
CodeFile="Default.master.cs" Inherits="Templates_Default" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="Server">
<asp:ContentPlaceHolder ID="head" runat="server">
</asp:ContentPlaceHolder>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder" runat="Server">
<div id="masterCenterLeft">
<asp:ContentPlaceHolder ID="MiddleContentPlaceHolder" runat="server" />
</div>
<div id="masterCenterRight">
<asp:ContentPlaceHolder ID="RightContentPlaceHolder" runat="server" />
</div>
</asp:Content>